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

Diff for /src/usr.bin/cvs/cvs.1 between version 1.126 and 1.127

version 1.126, 2010/09/03 11:09:28 version 1.127, 2011/03/26 20:47:57
Line 121 
Line 121 
 Set the value of the directory where temporary files are to be created.  Set the value of the directory where temporary files are to be created.
 The default is set to  The default is set to
 .Pa /tmp .  .Pa /tmp .
   This option overrides the
   .Ev TMPDIR
   environment variable.
 .It Fl t  .It Fl t
 Trace program execution.  Trace program execution.
 .It Fl V  .It Fl V
Line 356 
Line 359 
 The information given is the last revision when a modification occurred,  The information given is the last revision when a modification occurred,
 the author's name, and the date of the revision.  the author's name, and the date of the revision.
 .Bd -literal -offset indent  .Bd -literal -offset indent
 usage: cvs annotate [flR] [-D date | -r rev] [file ...]  usage: cvs annotate [-flR] [-D date | -r rev] [file ...]
 .Ed  .Ed
 .Pp  .Pp
 The  The
Line 1111 
Line 1114 
 This command does not need a local checkout of the repository  This command does not need a local checkout of the repository
 to work.  to work.
 .Bd -literal -offset indent  .Bd -literal -offset indent
 usage: cvs rannotate [flR] [-D date | -r rev] module ...  usage: cvs rannotate [-flR] [-D date | -r rev] module ...
 .Ed  .Ed
 .Pp  .Pp
 The  The
Line 1831 
Line 1834 
 The  The
 .Ic watchers  .Ic watchers
 command lists the users who asked for notifications as well as the  command lists the users who asked for notifications as well as the
 notifications details.  notification details.
 The possible notifications are as follows:  The possible notifications are as follows:
 .Bl -tag -width Ds  .Bl -tag -width Ds
 .It Cm commit  .It Cm commit

Legend:
Removed from v.1.126  
changed lines
  Added in v.1.127