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

Diff for /src/usr.bin/rcs/rcsclean.1 between version 1.14 and 1.15

version 1.14, 2006/04/19 11:12:54 version 1.15, 2006/04/24 16:20:33
Line 26 
Line 26 
 .Op Fl k Ns Ar mode  .Op Fl k Ns Ar mode
 .Op Fl n Ns Op Ar rev  .Op Fl n Ns Op Ar rev
 .Op Fl q Ns Op Ar rev  .Op Fl q Ns Op Ar rev
 .Op Fl r Ns Ar rev  .Op Fl r Ns Op Ar rev
 .Op Fl u Ns Op Ar rev  .Op Fl u Ns Op Ar rev
 .Op Fl x Ns Ar suffixes  .Op Fl x Ns Ar suffixes
 .Op Fl z Ns Ar tz  .Op Fl z Ns Ar tz
Line 34 
Line 34 
 .Sh DESCRIPTION  .Sh DESCRIPTION
 The  The
 .Nm  .Nm
 program is used to remove files that are not being worked on.  program is used to clean up (remove) files that are not being worked on.
   Only checked out files from the current working directory are removed \(en
   .Nm
   does not remove files from the RCS repository.
 .Pp  .Pp
   Files may be selected by revision or,
   where no revision is specified,
   the latest revision of the default branch is used.
   .Pp
 .Nm  .Nm
 also supports  also supports
 keyword substitution \(en  keyword substitution \(en
Line 54 
Line 61 
 will show you what it would normally do without doing it.  will show you what it would normally do without doing it.
 .It Fl q Ns Op Ar rev  .It Fl q Ns Op Ar rev
 Be quiet about reporting.  Be quiet about reporting.
 .It Fl r Ns Ar rev  .It Fl r Ns Op Ar rev
 Specify the revision for comparison.  Remove revision
   .Ar rev .
   If
   .Ar rev
   does not match the revision of the currently checked out file,
   .Nm
   will do nothing.
 .It Fl T  .It Fl T
 Preserve the modification time of RCS files.  Preserve the modification time of RCS files.
 .It Fl u Ns Op Ar rev  .It Fl u Ns Op Ar rev
 Unlock the revision if it's not locked and has not been changed.  Unlock the revision if it's currently locked.
   This is only possible if no changes have been made to the file
   since it was checked out.
 .It Fl V  .It Fl V
 Print RCS's version number.  Print RCS's version number.
 .It Fl x Ns Ar suffixes  .It Fl x Ns Ar suffixes

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