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

Diff for /src/usr.bin/rcs/ci.1 between version 1.19 and 1.20

version 1.19, 2005/11/24 08:52:48 version 1.20, 2005/12/03 17:08:25
Line 36 
Line 36 
 .Op Fl n Ns Ar symbol  .Op Fl n Ns Ar symbol
 .Op Fl r Ns Op Ar rev  .Op Fl r Ns Op Ar rev
 .Op Fl s Ns Ar state  .Op Fl s Ns Ar state
   .Op Fl t Ns Ar file
 .Op Fl u Ns Op Ar rev  .Op Fl u Ns Op Ar rev
 .Op Fl w Ns Ar username  .Op Fl w Ns Ar username
 .Op Fl x Ns Ar suffixes  .Op Fl x Ns Ar suffixes
Line 108 
Line 109 
 Sets the state of the deposited revision to the identifier  Sets the state of the deposited revision to the identifier
 .Ar state .  .Ar state .
 The specified value may not contain a space character.  The specified value may not contain a space character.
   .It Fl t Ns Ar file
   Sets the description in the RCS file to the contents of the specified file.
   The
   .Ar file
   argument cannot begin with \-.
   If
   .Ar file
   begins with \-, the text following \- is used for the description,
   intead of loading the contents of a file.
   For example \-tafile sets the description to the contents of the file
   "afile", whereas \-t\-afile sets the description to the string "afile".
 .It Fl u  .It Fl u
 The same as  The same as
 .Fl r ,  .Fl r ,

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20