summaryrefslogtreecommitdiff
path: root/usr.bin/rcs/rcs.1
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2006-04-19 13:57:07 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2006-04-19 13:57:07 +0000
commit2abd368d2611cde1e25fdf4b2f7312740b124e88 (patch)
tree638255fbfda7953407c85473b13062ec89b8d4c5 /usr.bin/rcs/rcs.1
parent8183f011317e7bcc88cdb508403c1255979fc93e (diff)
- simplify synopsis
- make a list more readable
Diffstat (limited to 'usr.bin/rcs/rcs.1')
-rw-r--r--usr.bin/rcs/rcs.16
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/rcs/rcs.1 b/usr.bin/rcs/rcs.1
index 046547fef14..d2e23a41995 100644
--- a/usr.bin/rcs/rcs.1
+++ b/usr.bin/rcs/rcs.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: rcs.1,v 1.29 2006/04/19 13:50:38 jmc Exp $
+.\" $OpenBSD: rcs.1,v 1.30 2006/04/19 13:57:06 jmc Exp $
.\"
.\" Copyright (c) 2005 Jean-Francois Brousseau <jfb@openbsd.org>
.\" Copyright (c) 2005 Xavier Santolaria <xsa@openbsd.org>
@@ -49,7 +49,7 @@
.Ar str Oc
.Op Fl u Ns Op Ar rev
.Op Fl x Ns Ar suffixes
-.Ar file ...
+.Ar
.Sh DESCRIPTION
Revision Control System (RCS) is a software tool which lets people
manage multiple revisions of text that is revised frequently, such as
@@ -237,7 +237,7 @@ Embedded strings of the form $keyword$ and $keyword:...$ in a file
are replaced with strings of the form $keyword: value$ whenever you
obtain a new revision of the file.
The possible keywords are as follows:
-.Bl -tag -width Ds
+.Bl -tag -width "XrevisionXX" -offset "XXX"
.It $\&Author$
The name of the user who checked in the revision.
.It $\&Date$