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

Diff for /src/usr.bin/rcs/rcs.1 between version 1.23 and 1.24

version 1.23, 2006/03/08 11:25:58 version 1.24, 2006/04/01 06:19:29
Line 39 
Line 39 
 .Op Fl c Ns Ar string  .Op Fl c Ns Ar string
 .Op Fl e Ns Op Ar users  .Op Fl e Ns Op Ar users
 .Op Fl k Ns Ar mode  .Op Fl k Ns Ar mode
   .Op Fl l Ns Op Ar rev
 .Oo Fl m Ns Ar rev Ns :  .Oo Fl m Ns Ar rev Ns :
 .Ar msg Oc  .Ar msg Oc
 .Op Fl o Ns Ar rev  .Op Fl o Ns Ar rev
Line 46 
Line 47 
 .Op : Ns Ar rev Oc  .Op : Ns Ar rev Oc
 .Oo Fl t Ns Ar file Ns \*(Ba  .Oo Fl t Ns Ar file Ns \*(Ba
 .Ar str Oc  .Ar str Oc
   .Op Fl u Ns Op Ar rev
 .Op Fl x Ns Ar suffixes  .Op Fl x Ns Ar suffixes
 .Ar file ...  .Ar file ...
 .Sh DESCRIPTION  .Sh DESCRIPTION
Line 110 
Line 112 
 Specify the keyword substitution mode.  Specify the keyword substitution mode.
 .It Fl L  .It Fl L
 Enable strict locking on the RCS files.  Enable strict locking on the RCS files.
   .It Fl l Ns Op Ar rev
   Lock revision
   .Ar rev
   on the RCS files.
   If
   .Ar rev
   is not given, the head revision is locked.
 .It Fl M  .It Fl M
 Disable mail warnings when breaking a user's lock.  Disable mail warnings when breaking a user's lock.
 Normally,  Normally,
Line 185 
Line 194 
 character by itself.  character by itself.
 .It Fl U  .It Fl U
 Disable strict locking on the RCS files.  Disable strict locking on the RCS files.
   .It Fl u Ns Op Ar rev
   Unlock revision
   .Ar rev
   on the RCS files.
   If
   .Ar rev
   is not given, the head revision is unlocked.
 .It Fl V  .It Fl V
 Print the program's version string and exit.  Print the program's version string and exit.
 .It Fl x Ns Ar suffixes  .It Fl x Ns Ar suffixes

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