[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.6

1.6     ! xsa         1: .\"     $OpenBSD: rlog.1,v 1.5 2005/11/21 13:57:35 xsa Exp $
1.1       xsa         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
1.4       xsa        26: .Op Fl hLNqRTtV
1.6     ! xsa        27: .Op Fl x Ns Ar suffixes
1.1       xsa        28: .Ar file ...
                     29: .Ek
                     30: .Sh DESCRIPTION
                     31: The
                     32: .Nm
                     33: program displays information about RCS files.
                     34: .Pp
                     35: The following options are supported:
                     36: .Bl -tag -width Ds
                     37: .It Fl h
                     38: Print header.
1.4       xsa        39: .It Fl L
                     40: Ignore RCS files with no locks set.
1.1       xsa        41: .It Fl N
                     42: Do not print symbolic names.
                     43: .It Fl q
                     44: Be quiet about reporting.
                     45: .It Fl R
                     46: Print name of RCS file only.
1.3       xsa        47: .It Fl T
                     48: No effect.
                     49: For compatibility.
1.1       xsa        50: .It Fl t
                     51: Print header and description only.
                     52: .It Fl V
                     53: Print RCS's version number.
1.6     ! xsa        54: .It Fl x Ns Ar suffixes
        !            55: Specifies the suffixes for RCS files.
        !            56: Suffixes should be separated by the
        !            57: .Sq /
        !            58: character.
1.1       xsa        59: .El
                     60: .Sh ENVIRONMENT
                     61: .Bl -tag -width RCSINIT
                     62: .It Ev RCSINIT
                     63: If set, this variable should contain a list of space-delimited options that
                     64: are prepended to the argument list.
                     65: .El
1.5       xsa        66: .Sh EXAMPLES
                     67: Print complete information about files:
                     68: .Pp
                     69: .Dl $ rlog RCS/*
                     70: .Pp
                     71: Print the names of RCS files with locks set:
                     72: .Pp
                     73: .Dl $ rlog -L -R RCS/*
1.1       xsa        74: .Sh SEE ALSO
                     75: .Xr ci 1 ,
                     76: .Xr co 1 ,
                     77: .Xr ident 1 ,
                     78: .Xr rcs 1 ,
                     79: .Xr rcsclean 1 ,
1.2       xsa        80: .Xr rcsdiff 1 ,
                     81: .Xr rcsmerge 1