summaryrefslogtreecommitdiff
path: root/usr.bin/rcs
diff options
context:
space:
mode:
authorXavier Santolaria <xsa@cvs.openbsd.org>2005-10-12 16:41:30 +0000
committerXavier Santolaria <xsa@cvs.openbsd.org>2005-10-12 16:41:30 +0000
commit859a2f679f4c02def93e3390574b1a8597b0d43d (patch)
tree9ec83a1c210544250570a59ed40b9bf8c2f1d4e9 /usr.bin/rcs
parent358b6b107f47ec93aad924b27f48c40fbba94749 (diff)
rlog man page;
Diffstat (limited to 'usr.bin/rcs')
-rw-r--r--usr.bin/rcs/rlog.161
1 files changed, 61 insertions, 0 deletions
diff --git a/usr.bin/rcs/rlog.1 b/usr.bin/rcs/rlog.1
new file mode 100644
index 00000000000..269fbad1a2e
--- /dev/null
+++ b/usr.bin/rcs/rlog.1
@@ -0,0 +1,61 @@
+.\" $OpenBSD: rlog.1,v 1.1 2005/10/12 16:41:29 xsa Exp $
+.\"
+.\" Copyright (c) 2005 Xavier Santolaria <xsa@openbsd.org>
+.\" All rights reserved.
+.\"
+.\" Permission to use, copy, modify, and distribute this software for any
+.\" purpose with or without fee is hereby granted, provided that the above
+.\" copyright notice and this permission notice appear in all copies.
+.\"
+.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+.Dd October 12, 2005
+.Dt RLOG 1
+.Os
+.Sh NAME
+.Nm rlog
+.Nd display information about RCS files
+.Sh SYNOPSIS
+.Nm
+.Bk -words
+.Op Fl hNqRtV
+.Ar file ...
+.Ek
+.Sh DESCRIPTION
+The
+.Nm
+program displays information about RCS files.
+.Pp
+The following options are supported:
+.Bl -tag -width Ds
+.It Fl h
+Print header.
+.It Fl N
+Do not print symbolic names.
+.It Fl q
+Be quiet about reporting.
+.It Fl R
+Print name of RCS file only.
+.It Fl t
+Print header and description only.
+.It Fl V
+Print RCS's version number.
+.El
+.Sh ENVIRONMENT
+.Bl -tag -width RCSINIT
+.It Ev RCSINIT
+If set, this variable should contain a list of space-delimited options that
+are prepended to the argument list.
+.El
+.Sh SEE ALSO
+.Xr ci 1 ,
+.Xr co 1 ,
+.Xr ident 1 ,
+.Xr rcs 1 ,
+.Xr rcsclean 1 ,
+.Xr rcsdiff 1