diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-04-24 22:06:50 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-04-24 22:06:50 +0000 |
commit | 365220074efda889b1f01f9618018925d573e6ff (patch) | |
tree | c4a534d45f495060260bcbf93f6890d53836ec66 /usr.bin/rcs/ci.1 | |
parent | d9a9e74cc87010bb2bacdc0d71378876c302ee8b (diff) |
be consistent when describing revision selection;
input/ok: xsa joris niallo ray
Diffstat (limited to 'usr.bin/rcs/ci.1')
-rw-r--r-- | usr.bin/rcs/ci.1 | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/usr.bin/rcs/ci.1 b/usr.bin/rcs/ci.1 index 67aeeda4ac7..b7deaad7d12 100644 --- a/usr.bin/rcs/ci.1 +++ b/usr.bin/rcs/ci.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ci.1,v 1.27 2006/04/19 11:08:23 jmc Exp $ +.\" $OpenBSD: ci.1,v 1.28 2006/04/24 22:06:49 jmc Exp $ .\" .\" Copyright (c) 2005 Niall O'Higgins <niallo@openbsd.org> .\" All rights reserved. @@ -72,6 +72,14 @@ using the .Fl x option. .Pp +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 by using the +.Fl r +option or +by appending the revision number to any option that supports it. +.Pp .Nm also supports keyword substitution \(en @@ -89,9 +97,8 @@ If .Ar date is not specified, use the working file's last modification time. .It Fl f Ns Op Ar rev -Force check-in - optionally to -.Ar rev -- even if no changes have been made to the working file. +Force check-in +\(en even if no changes have been made to the working file. .It Fl I Interactive mode. .It Fl i Ns Op Ar rev |