[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.39 and 1.40

version 1.39, 2016/09/19 21:15:58 version 1.40, 2016/10/05 15:45:13
Line 63 
Line 63 
 .Xr sha256 1 .  .Xr sha256 1 .
 .It Fl G  .It Fl G
 Generate a new key pair.  Generate a new key pair.
   Keynames should follow the convention of
   .Pa keyname.pub
   and
   .Pa keyname.sec
   for the public and secret keys, respectively.
 .It Fl S  .It Fl S
 Sign the specified message file and create a signature.  Sign the specified message file and create a signature.
 .It Fl V  .It Fl V
Line 127 
Line 132 
 have the same format.  have the same format.
 The first line of the file is a free form text comment that may be edited,  The first line of the file is a free form text comment that may be edited,
 so long as it does not exceed a single line.  so long as it does not exceed a single line.
 .\" Signature comments will be generated based on the name of the secret  Signature comments will be generated based on the name of the secret
 .\" key used for signing.  key used for signing.
 .\" This comment can then be used as a hint for the name of the public key  This comment can then be used as a hint for the name of the public key
 .\" when verifying.  when verifying.
 The second line of the file is the actual key or signature base64 encoded.  The second line of the file is the actual key or signature base64 encoded.
 .Sh EXIT STATUS  .Sh EXIT STATUS
 .Ex -std signify  .Ex -std signify

Legend:
Removed from v.1.39  
changed lines
  Added in v.1.40