[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.24 and 1.25

version 1.24, 2014/03/04 16:44:07 version 1.25, 2014/03/06 15:01:58
Line 26 
Line 26 
 .Op Fl q  .Op Fl q
 .Fl p Ar pubkey  .Fl p Ar pubkey
 .Fl x Ar sigfile  .Fl x Ar sigfile
 .Op files...  .Op Ar
 .Nm signify  .Nm signify
 .Fl G  .Fl G
 .Op Fl c Ar comment  
 .Op Fl n  .Op Fl n
   .Op Fl c Ar comment
 .Fl p Ar pubkey  .Fl p Ar pubkey
 .Fl s Ar seckey  .Fl s Ar seckey
 .Nm signify  .Nm signify
Line 59 
Line 59 
 The mode of operation is selected with the following options:  The mode of operation is selected with the following options:
 .Bl -tag -width Dsssigfile  .Bl -tag -width Dsssigfile
 .It Fl C  .It Fl C
 Verify the signed checksum list, and then verify the checksum for  Verify a signed checksum list, and then verify the checksum for
 each file.  each file.
 If no files are specified, all of them are checked.  If no files are specified, all of them are checked.
 .Ar sigfile  .Ar sigfile
 should be the signed output of  should be the signed output of
 .Xr sha256 1 .  .Xr sha256 1 .
 .It Fl G  .It Fl G
 Generate a new keypair.  Generate a new key pair.
 .It Fl I  .It Fl I
 Inspect the specified keys or signature and print their fingerprint.  Inspect the specified keys or signature and print their fingerprint.
 .It Fl S  .It Fl S
Line 103 
Line 103 
 .Fl V  .Fl V
 to check a signature.  to check a signature.
 .It Fl q  .It Fl q
 Quiet mode. Suppress informational output.  Quiet mode.
   Suppress informational output.
 .It Fl s Ar seckey  .It Fl s Ar seckey
 Secret (private) key produced by  Secret (private) key produced by
 .Fl G ,  .Fl G ,
Line 137 
Line 138 
 The message file is too large.  The message file is too large.
 .El  .El
 .Sh EXAMPLES  .Sh EXAMPLES
 Create a new keypair:  Create a new key pair:
 .Dl $ signify -G -p newkey.pub -s newkey.sec  .Dl $ signify -G -p newkey.pub -s newkey.sec
 .Pp  .Pp
 Sign a file, specifying a signature name:  Sign a file, specifying a signature name:

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25