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

Diff for /src/usr.bin/gzsig/Attic/gzsig.1 between version 1.13 and 1.14

version 1.13, 2011/09/29 17:57:09 version 1.14, 2013/03/09 21:08:37
Line 37 
Line 37 
 .Sh SYNOPSIS  .Sh SYNOPSIS
 .Nm gzsig  .Nm gzsig
 .Ic sign  .Ic sign
 .Op Fl q  .Op Fl q | v
 .Op Fl f Ar secret_file  .Op Fl f Ar secret_file
 .Ar privkey  .Ar privkey
 .Op Ar  .Op Ar
 .Nm gzsig  .Nm gzsig
 .Ic verify  .Ic verify
 .Op Fl q  .Op Fl q | v
 .Op Fl f Ar secret_file  .Op Fl f Ar secret_file
 .Ar pubkey  .Ar pubkey
 .Op Ar  .Op Ar
Line 72 
Line 72 
 instead of being supplied manually.  instead of being supplied manually.
 .It Fl q  .It Fl q
 Enable quiet mode.  Enable quiet mode.
   .It Fl v
   Enable verbose mode.
   This is the default.
   .Fl q
   and
   .Fl v
   are mutually exclusive;
   the last one specified takes precedence.
 .It Ic sign  .It Ic sign
 Sign the input using the private key in  Sign the input using the private key in
 .Ar privkey .  .Ar privkey .

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14