[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.13 and 1.14

version 1.13, 2005/11/07 10:07:09 version 1.14, 2005/11/08 14:23:16
Line 32 
Line 32 
 .Sh SYNOPSIS  .Sh SYNOPSIS
 .Nm  .Nm
 .Op Fl ehiLMqUV  .Op Fl ehiLMqUV
   .Op Fl A Ns Ar oldfile
 .Op Fl a Ns Ar users  .Op Fl a Ns Ar users
 .Op Fl b Ns Op Ar rev  .Op Fl b Ns Op Ar rev
 .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 m Ns Ar rev : Ns Ar log  .Op Fl m Ns Ar rev : Ns Ar log
 .Ar file Op Ar ...  .Oo Fl t Ns Ar file Ns \*(Ba
   .Ar str Oc
   .Ar file ...
 .Sh DESCRIPTION  .Sh DESCRIPTION
 The  The
 .Nm  .Nm
Line 47 
Line 50 
 .Pp  .Pp
 The following options are supported:  The following options are supported:
 .Bl -tag -width "-e usersXX"  .Bl -tag -width "-e usersXX"
   .It Fl A Ns Ar oldfile
   Append the access list of
   .Ar oldfile
   to the access list of the RCS files.
 .It Fl a Ns Ar users  .It Fl a Ns Ar users
 Add the usernames specified in the comma-separated list  Add the usernames specified in the comma-separated list
 .Ar users  .Ar users
 to the access list of the RCS files.  to the access list of the RCS files.
 .It Fl b Ns Op Ar rev  .It Fl b Ns Op Ar rev
   Set the default branch to
   .Ar rev .
 .It Fl c Ns Ar string  .It Fl c Ns Ar string
 Set comment leader to  Set comment leader to
 .Ar string .  .Ar string .
Line 93 
Line 102 
 .Ar msg .  .Ar msg .
 .It Fl q  .It Fl q
 Be quiet about reporting.  Be quiet about reporting.
   .Sm off
   .It Fl t Ar file \*(Ba Ar str
   .Sm on
   Change the descriptive text.
   The descriptive text is taken from the
   .Ar file
   specified as argument or from the string
   .Ar str
   given as argument if it is preceded by the
   .Sq -
   character.
   If no argument is used, the descriptive text is taken from standard input
   terminated by end-of-file or by a line containing the
   .Sq \&.
   character by itself.
 .It Fl U  .It Fl U
 Disable strict locking on the RCS files.  Disable strict locking on the RCS files.
 See  See

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