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

Annotation of src/usr.bin/rcs/rlog.1, Revision 1.1

1.1     ! xsa         1: .\"     $OpenBSD$
        !             2: .\"
        !             3: .\" Copyright (c) 2005 Xavier Santolaria <xsa@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 12, 2005
        !            18: .Dt RLOG 1
        !            19: .Os
        !            20: .Sh NAME
        !            21: .Nm rlog
        !            22: .Nd display information about RCS files
        !            23: .Sh SYNOPSIS
        !            24: .Nm
        !            25: .Bk -words
        !            26: .Op Fl hNqRtV
        !            27: .Ar file ...
        !            28: .Ek
        !            29: .Sh DESCRIPTION
        !            30: The
        !            31: .Nm
        !            32: program displays information about RCS files.
        !            33: .Pp
        !            34: The following options are supported:
        !            35: .Bl -tag -width Ds
        !            36: .It Fl h
        !            37: Print header.
        !            38: .It Fl N
        !            39: Do not print symbolic names.
        !            40: .It Fl q
        !            41: Be quiet about reporting.
        !            42: .It Fl R
        !            43: Print name of RCS file only.
        !            44: .It Fl t
        !            45: Print header and description only.
        !            46: .It Fl V
        !            47: Print RCS's version number.
        !            48: .El
        !            49: .Sh ENVIRONMENT
        !            50: .Bl -tag -width RCSINIT
        !            51: .It Ev RCSINIT
        !            52: If set, this variable should contain a list of space-delimited options that
        !            53: are prepended to the argument list.
        !            54: .El
        !            55: .Sh SEE ALSO
        !            56: .Xr ci 1 ,
        !            57: .Xr co 1 ,
        !            58: .Xr ident 1 ,
        !            59: .Xr rcs 1 ,
        !            60: .Xr rcsclean 1 ,
        !            61: .Xr rcsdiff 1