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

Diff for /src/usr.bin/rcs/rcsmerge.1 between version 1.2 and 1.3

version 1.2, 2005/11/02 11:26:19 version 1.3, 2005/11/22 14:17:45
Line 81 
Line 81 
 If set, this variable should contain a list of space-delimited options that  If set, this variable should contain a list of space-delimited options that
 are prepended to the argument list.  are prepended to the argument list.
 .El  .El
   .Sh EXAMPLES
   Merge differences between revision 1.4 and 1.8 of
   .Pa foo.c
   and print the result to standard output:
   .Pp
   .Dl $ rcsmerge -p -r1.4 -r1.8 foo.c
   .Pp
   Undo changes between revision 2.4 and 2.8 of
   .Pa foo.c ,
   overwriting the working copy:
   .Pp
   .Dl $ rcsmerge -r2.8 -r2.4 foo.c
 .Sh SEE ALSO  .Sh SEE ALSO
 .Xr ci 1 ,  .Xr ci 1 ,
 .Xr co 1 ,  .Xr co 1 ,

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3