=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rcs/co.1,v retrieving revision 1.24 retrieving revision 1.25 diff -c -r1.24 -r1.25 *** src/usr.bin/rcs/co.1 2006/04/19 11:08:23 1.24 --- src/usr.bin/rcs/co.1 2006/04/24 22:06:49 1.25 *************** *** 1,4 **** ! .\" $OpenBSD: co.1,v 1.24 2006/04/19 11:08:23 jmc Exp $ .\" .\" Copyright (c) 2005 Xavier Santolaria .\" All rights reserved. --- 1,4 ---- ! .\" $OpenBSD: co.1,v 1.25 2006/04/24 22:06:49 jmc Exp $ .\" .\" Copyright (c) 2005 Xavier Santolaria .\" All rights reserved. *************** *** 67,72 **** --- 67,80 ---- 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,112 **** 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 --- 104,114 ----