[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.1 and 1.2

version 1.1, 2013/12/31 03:03:32 version 1.2, 2013/12/31 04:03:23
Line 63 
Line 63 
 and used by  and used by
 .Ar sign  .Ar sign
 to sign a message.  to sign a message.
 .It Fl V generate|sign|verify  .It Fl V Ar generate|sign|verify
 Select the desired operation.  Select the desired operation.
 .El  .El
 .Sh EXIT STATUS  .Sh EXIT STATUS
Line 87 
Line 87 
 .Dl "$ signify -S key.sec -I message.txt -O msg.sig -V sign"  .Dl "$ signify -S key.sec -I message.txt -O msg.sig -V sign"
 Verify a signature, using the default signature name:  Verify a signature, using the default signature name:
 .Dl "$ signify -P key.pub -I generalsorders.txt -V verify"  .Dl "$ signify -P key.pub -I generalsorders.txt -V verify"
   .Sh FILES
   The key and signature files created by
   .Nm
   have the same format.
   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.
   The second line of the file is the actual key or signature base64 encoded.
 .Sh SEE ALSO  .Sh SEE ALSO
 .Xr cmp 1 ,  .Xr cmp 1 ,
 .Xr sha256 1 ,  .Xr sha256 1 ,

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2