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

Annotation of src/usr.bin/rcs/rcsdiff.1, Revision 1.2

1.2     ! joris       1: .\"     $OpenBSD: rcsdiff.1,v 1.1 2005/10/08 19:12:18 joris Exp $
1.1       joris       2: .\"
                      3: .\" Copyright (c) 2005 Joris Vink <joris@openbsd.org>
                      4: .\" All rights reserved.
                      5: .\"
                      6: .\" Permission to use, copy, modify, and distribute this software for any
                      7: .\" purpose with or without fee is hereby granted, provided that the above
                      8: .\" copyright notice and this permission notice appear in all copies.
                      9: .\"
                     10: .\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
                     11: .\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
                     12: .\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
                     13: .\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
                     14: .\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
                     15: .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
                     16: .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
                     17: .Dd October 08, 2005
                     18: .Dt RCSDIFF 1
                     19: .Os
                     20: .Sh NAME
                     21: .Nm rcsdiff
                     22: .Nd compare RCS revisions
                     23: .Sh SYNOPSIS
                     24: .Nm
                     25: .Bk -words
1.2     ! joris      26: .Op Fl cnquV
1.1       joris      27: .Ar file ...
                     28: .Ek
                     29: .Sh DESCRIPTION
                     30: The
                     31: .Nm
                     32: program is used to compare two revisions of each RCS file given
                     33: .Pp
                     34: The following options are supported:
                     35: .Bl -tag -width Ds
1.2     ! joris      36: .It Fl c
        !            37: Produces a diff with three lines of context. See
        !            38: .Xr diff 1
        !            39: for more information.
        !            40: .It Fl n
        !            41: Produces a diff in the same format as that used by
        !            42: .Xr rcsdiff 1
1.1       joris      43: .It Fl q
                     44: Be quiet about reporting.
1.2     ! joris      45: .It Fl u
        !            46: Produces a unified diff with tree lines of context. See
        !            47: .Xr diff 1
        !            48: for more information.
1.1       joris      49: .It Fl V
                     50: Print RCS's version number.
                     51: .El
                     52: .Sh ENVIRONMENT
                     53: .Bl -tag -width RCSINIT
                     54: .It Ev RCSINIT
                     55: If set, this variable should contain a list of space-delimited options that
                     56: are prepended to the argument list.
                     57: .El
                     58: .Sh SEE ALSO
                     59: .Xr co 1 ,
                     60: .Xr rcs 1 ,
                     61: .Xr rcsclean 1 ,
                     62: .Xr rcsfile 5