summaryrefslogtreecommitdiff
path: root/usr.bin/rcs
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2005-10-08 22:23:43 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2005-10-08 22:23:43 +0000
commitff52a7b20a700c320bd97dd009406ec56ed00a81 (patch)
treea5dcb58e20efba7a1fd26deaa738e0f3da1a9449 /usr.bin/rcs
parent74bc8a9ab46e4e94163a10d0b6abbc9beec0595a (diff)
tweaks;
Diffstat (limited to 'usr.bin/rcs')
-rw-r--r--usr.bin/rcs/rcsdiff.112
1 files changed, 7 insertions, 5 deletions
diff --git a/usr.bin/rcs/rcsdiff.1 b/usr.bin/rcs/rcsdiff.1
index 834c491478e..404f97a7e7d 100644
--- a/usr.bin/rcs/rcsdiff.1
+++ b/usr.bin/rcs/rcsdiff.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: rcsdiff.1,v 1.3 2005/10/08 20:31:01 niallo Exp $
+.\" $OpenBSD: rcsdiff.1,v 1.4 2005/10/08 22:23:42 jmc Exp $
.\"
.\" Copyright (c) 2005 Joris Vink <joris@openbsd.org>
.\" All rights reserved.
@@ -33,17 +33,18 @@
.Sh DESCRIPTION
The
.Nm
-program is used to compare two revisions of each RCS file given
+program is used to compare two revisions of each RCS file given.
.Pp
The following options are supported:
.Bl -tag -width Ds
.It Fl c
-Produces a diff with three lines of context. See
+Produces a diff with three lines of context.
+See
.Xr diff 1
for more information.
.It Fl n
Produces a diff in the same format as that used by
-.Xr rcsdiff 1
+.Xr rcsdiff 1 .
.It Fl r Ar rev
If one -r option is given, the diff is generated between the
working file and
@@ -53,7 +54,8 @@ two revisions specified.
.It Fl q
Be quiet about reporting.
.It Fl u
-Produces a unified diff with tree lines of context. See
+Produces a unified diff with three lines of context.
+See
.Xr diff 1
for more information.
.It Fl V