[BACK]Return to signify.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / signify

Diff for /src/usr.bin/signify/signify.1 between version 1.11 and 1.12

version 1.11, 2014/01/10 04:24:18 version 1.12, 2014/01/10 04:34:24
Line 28 
Line 28 
 .Fl s Ar seckey  .Fl s Ar seckey
 .Nm signify  .Nm signify
 .Fl I  .Fl I
 .Op Fl o Ar signature  .Op Fl o Ar sigfile
 .Op Fl p Ar pubkey  .Op Fl p Ar pubkey
 .Op Fl s Ar seckey  .Op Fl s Ar seckey
 .Nm signify  .Nm signify
 .Fl S  .Fl S
 .Op Fl e  .Op Fl e
 .Op Fl o Ar output  .Op Fl o Ar sigfile
 .Fl s Ar seckey  .Fl s Ar seckey
 .Ar message  .Ar message
 .Nm signify  .Nm signify
 .Fl V  .Fl V
 .Op Fl e  .Op Fl e
 .Op Fl o Ar output  .Op Fl o Ar sigfile
 .Fl p Ar pubkey  .Fl p Ar pubkey
 .Ar message  .Ar message
 .Sh DESCRIPTION  .Sh DESCRIPTION
Line 50 
Line 50 
 an input file  an input file
 .Ar message .  .Ar message .
 The mode of operation is selected with the following options:  The mode of operation is selected with the following options:
 .Bl -tag -width Dssoutput  .Bl -tag -width Dsssigfile
 .It Fl G  .It Fl G
 Generate a new keypair.  Generate a new keypair.
 .It Fl I  .It Fl I
Line 62 
Line 62 
 .El  .El
 .Pp  .Pp
 The other options are as follows:  The other options are as follows:
 .Bl -tag -width Dssoutput  .Bl -tag -width Dsssignature
 .It Fl e  .It Fl e
 Embed the message after the signature when signing.  Embed the message after the signature when signing.
 For verification, extract the message from the signature.  For verification, extract the message from the signature.
Line 74 
Line 74 
 .It Fl o Ar sigfile  .It Fl o Ar sigfile
 The signature file to create or verify.  The signature file to create or verify.
 The default is  The default is
 .Ar input Ns .sig .  .Ar message Ns .sig .
 .It Fl p Ar pubkey  .It Fl p Ar pubkey
 Public key produced by  Public key produced by
 .Fl G ,  .Fl G ,

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12