=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rcs/rcsdiff.1,v retrieving revision 1.1 retrieving revision 1.2 diff -c -r1.1 -r1.2 *** src/usr.bin/rcs/rcsdiff.1 2005/10/08 19:12:18 1.1 --- src/usr.bin/rcs/rcsdiff.1 2005/10/08 19:20:49 1.2 *************** *** 1,4 **** ! .\" $OpenBSD: rcsdiff.1,v 1.1 2005/10/08 19:12:18 joris Exp $ .\" .\" Copyright (c) 2005 Joris Vink .\" All rights reserved. --- 1,4 ---- ! .\" $OpenBSD: rcsdiff.1,v 1.2 2005/10/08 19:20:49 joris Exp $ .\" .\" Copyright (c) 2005 Joris Vink .\" All rights reserved. *************** *** 23,29 **** .Sh SYNOPSIS .Nm .Bk -words ! .Op Fl qV .Ar file ... .Ek .Sh DESCRIPTION --- 23,29 ---- .Sh SYNOPSIS .Nm .Bk -words ! .Op Fl cnquV .Ar file ... .Ek .Sh DESCRIPTION *************** *** 33,40 **** --- 33,51 ---- .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