diff options
author | Joris Vink <joris@cvs.openbsd.org> | 2005-10-08 19:20:50 +0000 |
---|---|---|
committer | Joris Vink <joris@cvs.openbsd.org> | 2005-10-08 19:20:50 +0000 |
commit | b8ccc4af8091d513d5d2fde199bbb05470ca22e2 (patch) | |
tree | c690a11c8e0109e6c3ad48bc93dc3da5dcc36f86 /usr.bin/rcs/rcsdiff.1 | |
parent | 3a6f2d71b5df263f5cd8e69685817b78d1e14b27 (diff) |
support unified, context and rcsdiff output
(-u -c -n flags)
Diffstat (limited to 'usr.bin/rcs/rcsdiff.1')
-rw-r--r-- | usr.bin/rcs/rcsdiff.1 | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/usr.bin/rcs/rcsdiff.1 b/usr.bin/rcs/rcsdiff.1 index 0c544d23779..17036c46b1f 100644 --- a/usr.bin/rcs/rcsdiff.1 +++ b/usr.bin/rcs/rcsdiff.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rcsdiff.1,v 1.1 2005/10/08 19:12:18 joris Exp $ +.\" $OpenBSD: rcsdiff.1,v 1.2 2005/10/08 19:20:49 joris Exp $ .\" .\" Copyright (c) 2005 Joris Vink <joris@openbsd.org> .\" All rights reserved. @@ -23,7 +23,7 @@ .Sh SYNOPSIS .Nm .Bk -words -.Op Fl qV +.Op Fl cnquV .Ar file ... .Ek .Sh DESCRIPTION @@ -33,8 +33,19 @@ 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 +.Xr diff 1 +for more information. +.It Fl n +Produces a diff in the same format as that used by +.Xr rcsdiff 1 .It Fl q Be quiet about reporting. +.It Fl u +Produces a unified diff with tree lines of context. See +.Xr diff 1 +for more information. .It Fl V Print RCS's version number. .El |