diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-04-24 18:07:00 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-04-24 18:07:00 +0000 |
commit | f88a9c78bea37e19af92ce83a2a626f995a33aaf (patch) | |
tree | e7fc83187190504f61e420f1d9a337de994c7084 /usr.bin | |
parent | 1107574eb8dab1269e261ce6d04da5fb3876e49d (diff) |
further document how revisions are selected; mostly from xsa
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/rcs/rcsclean.1 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.bin/rcs/rcsclean.1 b/usr.bin/rcs/rcsclean.1 index 34608815636..7f1139b4ea3 100644 --- a/usr.bin/rcs/rcsclean.1 +++ b/usr.bin/rcs/rcsclean.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rcsclean.1,v 1.15 2006/04/24 16:20:33 jmc Exp $ +.\" $OpenBSD: rcsclean.1,v 1.16 2006/04/24 18:06:59 jmc Exp $ .\" .\" Copyright (c) 2005 Joris Vink <joris@openbsd.org> .\" All rights reserved. @@ -42,6 +42,10 @@ does not remove files from the RCS repository. Files may be selected by revision or, where no revision is specified, the latest revision of the default branch is used. +Revisions are specified either explicitly using the +.Fl r +option or implicitly +by appending the revision number to any option that supports it. .Pp .Nm also supports |