[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.8 and 1.9

version 1.8, 2005/10/15 20:02:32 version 1.9, 2005/10/15 23:55:39
Line 24 
Line 24 
 .Nm  .Nm
 .Bk -words  .Bk -words
 .Op Fl jMNqV  .Op Fl jMNqV
 .Op Fl d Op Ar date  .Op Fl d Ns Op Ar date
 .Op Fl f Op Ar rev  .Op Fl f Ns Op Ar rev
 .Op Fl k Ar mode  .Op Fl k Ns Ar mode
 .Op Fl l Op Ar rev  .Op Fl l Ns Op Ar rev
 .Op Fl m Ar msg  .Op Fl m Ns Ar msg
 .Op Fl r Op Ar rev  .Op Fl r Ns Op Ar rev
 .Op Fl u Op Ar rev  .Op Fl u Ns Op Ar rev
   .Op Fl w Ns Ar username
 .Ar file ...  .Ar file ...
 .Ek  .Ek
 .Sh DESCRIPTION  .Sh DESCRIPTION
Line 40 
Line 41 
 .Pp  .Pp
 The following options are supported:  The following options are supported:
 .Bl -tag -width Ds  .Bl -tag -width Ds
 .It Fl d Op Ar date  .It Fl d Ns Op Ar date
 Uses  Uses
 .Ar date  .Ar date
 for check-in date and time.  for check-in date and time.
 If  If
 .Ar date  .Ar date
 is not specified, use the working file's last modification time.  is not specified, use the working file's last modification time.
 .It Fl f Op Ar rev  .It Fl f Ns Op Ar rev
 Force check in - optionally to  Force check in - optionally to
 .Ar rev  .Ar rev
 - even if no changes have been made to the working file.  - even if no changes have been made to the working file.
 .It Fl I  .It Fl I
 Interactive mode.  Interactive mode.
 .It Fl k Ar mode  .It Fl k Ns Ar mode
 Specify the keyword substitution mode.  Specify the keyword substitution mode.
 .It Fl l Op Ar rev  .It Fl l Ns Op Ar rev
 The same as  The same as
 .Fl r ,  .Fl r ,
 but also immediately checks out the deposited revision and locks it.  but also immediately checks out the deposited revision and locks it.
Line 63 
Line 64 
 .It Fl M  .It Fl M
 Set the modification time of the file to the date of the  Set the modification time of the file to the date of the
 retrieved revision.  retrieved revision.
 .It Fl m Ar msg  .It Fl m Ns Ar msg
 Specify a log message.  Specify a log message.
 A line beginning with a hash character  A line beginning with a hash character
 .Pq Sq #  .Pq Sq #
 is considered a comment and ignored.  is considered a comment and ignored.
 .It Fl q  .It Fl q
 Be quiet about reporting.  Be quiet about reporting.
 .It Fl r Op Ar rev  .It Fl r Ns Op Ar rev
 Check in revision  Check in revision
 .Ar rev .  .Ar rev .
 However, if  However, if
Line 81 
Line 82 
 .Fl u Op Ar rev  .Fl u Op Ar rev
 options, ensuring the default behaviour of releasing a lock and removing the  options, ensuring the default behaviour of releasing a lock and removing the
 working file.  working file.
 .It Fl s Ar state  .It Fl s Ns Ar state
 Sets the state of the deposited revision to the identifier  Sets the state of the deposited revision to the identifier
 .Ar state .  .Ar state .
 .It Fl u  .It Fl u
Line 91 
Line 92 
 Useful if you wish to read the working file after check-in.  Useful if you wish to read the working file after check-in.
 .It Fl V  .It Fl V
 Print RCS's version number.  Print RCS's version number.
 .It Fl w Ar user  .It Fl w Ns Ar user
 Uses  Uses
 .Ar user  .Ar user
 as the author field of the deposited revision.  as the author field of the deposited revision.
 If the  
 .Ar user  
 argument is omitted, the login of the user issuing the command  
 is assumed.  
 .El  .El
 .Sh ENVIRONMENT  .Sh ENVIRONMENT
 .Bl -tag -width RCSINIT  .Bl -tag -width RCSINIT

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9