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

Diff for /src/usr.bin/rcs/co.1 between version 1.6 and 1.7

version 1.6, 2005/10/12 16:45:11 version 1.7, 2005/10/16 11:53:37
Line 25 
Line 25 
 .Bk -words  .Bk -words
 .Op Fl fIMpqV  .Op Fl fIMpqV
 .Op Ar rev  .Op Ar rev
 .Op Fl d Ar date  .Op Fl d Ns Ar date
 .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 s Ar state  .Op Fl s Ns Ar state
 .Op Fl u Op Ar rev  .Op Fl u Ns Op Ar rev
 .Op Fl w Ar user  .Op Fl w Ns Ar user
 .Op Fl x Ar suffixes  .Op Fl x Ns Ar suffixes
 .Op Fl z Ar tz  .Op Fl z Ns Ar tz
 .Ar file ...  .Ar file ...
 .Ek  .Ek
 .Sh DESCRIPTION  .Sh DESCRIPTION
Line 43 
Line 43 
 .Pp  .Pp
 The following options are supported:  The following options are supported:
 .Bl -tag -width Ds  .Bl -tag -width Ds
 .It Fl d Ar date  .It Fl d Ns Ar date
 Retrieve revision as of the latest revision no later than  Retrieve revision as of the latest revision no later than
 .Ar date .  .Ar date .
 .It Fl f  .It Fl f
 Force the overwriting of the working file.  Force the overwriting of 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 locks the revision.  but also locks the revision.
 .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 #
Line 68 
Line 68 
 Print the retrieved revision to standard output.  Print the retrieved revision to standard output.
 .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
 Retrieve the latest revision no later than  Retrieve the latest revision no later than
 .Ar rev .  .Ar rev .
 If  If
 .Ar rev  .Ar rev
 is not specified, retrieve HEAD.  is not specified, retrieve HEAD.
 .It Fl s Ar state  .It Fl s Ns Ar state
 Retrieve revision of the specified  Retrieve revision of the specified
 .Ar state  .Ar state
 only.  only.
 .It Fl u Op Ar rev  .It Fl u Ns Op Ar rev
 The same as  The same as
 .Fl r ,  .Fl r ,
 but also unlocks the retrieved revision if it was locked.  but also unlocks the retrieved revision if it was locked.
 .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
 Retrieve the latest revision which was checked in by the specified  Retrieve the latest revision which was checked in by the specified
 .Ar user .  .Ar user .
 If the  If the
 .Ar user  .Ar user
 argument is omitted, the login of the user issuing the command  argument is omitted, the login of the user issuing the command
 is assumed.  is assumed.
 .It Fl x Ar suffixes  .It Fl x Ns Ar suffixes
 Specifies the suffixes for RCS files.  Specifies the suffixes for RCS files.
 Suffixes should be separated by the  Suffixes should be separated by the
 .Sq /  .Sq /
 character.  character.
 .It Fl z Ar tz  .It Fl z Ns Ar tz
 Specify the date output format in keyword substitution, and the  Specify the date output format in keyword substitution, and the
 default timezone for  default timezone for
 .Ar date  .Ar date

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7