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/co.1 | |
parent | d9a9e74cc87010bb2bacdc0d71378876c302ee8b (diff) |
be consistent when describing revision selection;
input/ok: xsa joris niallo ray
Diffstat (limited to 'usr.bin/rcs/co.1')
-rw-r--r-- | usr.bin/rcs/co.1 | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/usr.bin/rcs/co.1 b/usr.bin/rcs/co.1 index fc30bafd7b7..b39e012c4ef 100644 --- a/usr.bin/rcs/co.1 +++ b/usr.bin/rcs/co.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: co.1,v 1.24 2006/04/19 11:08:23 jmc Exp $ +.\" $OpenBSD: co.1,v 1.25 2006/04/24 22:06:49 jmc Exp $ .\" .\" Copyright (c) 2005 Xavier Santolaria <xsa@openbsd.org> .\" All rights reserved. @@ -67,6 +67,14 @@ option. During this time, no other users may check out the file whilst it is locked. .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 @@ -96,17 +104,11 @@ retrieved revision. Print the latest revision no later than .Ar rev to standard output. -If -.Ar rev -is not specified, print HEAD. .It Fl q Ns Op Ar rev Be quiet about reporting. .It Fl r Ns Op Ar rev Retrieve the latest revision no later than .Ar rev . -If -.Ar rev -is not specified, retrieve HEAD. .It Fl s Ns Ar state Retrieve revision of the specified .Ar state |