diff options
author | Xavier Santolaria <xsa@cvs.openbsd.org> | 2005-11-22 14:17:46 +0000 |
---|---|---|
committer | Xavier Santolaria <xsa@cvs.openbsd.org> | 2005-11-22 14:17:46 +0000 |
commit | 25a4d0c713fd553c221b9a790fd285117efdf84d (patch) | |
tree | afdda52b3667f845b2235910b63e2d85e537e10d /usr.bin | |
parent | 883b0ce1785df74893c949e7a7f0b0d39b4c3618 (diff) |
add EXAMPLES section; jmc ok
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/rcs/rcsmerge.1 | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/usr.bin/rcs/rcsmerge.1 b/usr.bin/rcs/rcsmerge.1 index 6267f4cc4a5..61569dc063e 100644 --- a/usr.bin/rcs/rcsmerge.1 +++ b/usr.bin/rcs/rcsmerge.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rcsmerge.1,v 1.2 2005/11/02 11:26:19 xsa Exp $ +.\" $OpenBSD: rcsmerge.1,v 1.3 2005/11/22 14:17:45 xsa Exp $ .\" .\" Copyright (c) 2005 Xavier Santolaria <xsa@openbsd.org> .\" All rights reserved. @@ -81,6 +81,18 @@ Specify the time zone for keyword substitution. If set, this variable should contain a list of space-delimited options that are prepended to the argument list. .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 .Xr ci 1 , .Xr co 1 , |