=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rcs/rlog.1,v retrieving revision 1.19 retrieving revision 1.20 diff -c -r1.19 -r1.20 *** src/usr.bin/rcs/rlog.1 2007/04/26 21:56:13 1.19 --- src/usr.bin/rcs/rlog.1 2007/04/26 21:59:22 1.20 *************** *** 1,4 **** ! .\" $OpenBSD: rlog.1,v 1.19 2007/04/26 21:56:13 sobrado Exp $ .\" .\" Copyright (c) 2005 Xavier Santolaria .\" All rights reserved. --- 1,4 ---- ! .\" $OpenBSD: rlog.1,v 1.20 2007/04/26 21:59:22 sobrado Exp $ .\" .\" Copyright (c) 2005 Xavier Santolaria .\" All rights reserved. *************** *** 100,133 **** .It Fl r Ns Op Ar revs Specify revision(s) to list: .Bl -tag -width Ds ! .It REV1,REV2,..., A list of revisions is specified by separating names or numbers of revisions by the .Sq \&, character. ! .It REV1:REV2 List all revisions between ! .Ar REV1 and ! .Ar REV2 (they must be on the same branch). ! .It :REV List all revisions since the beginning of the branch until ! .Ar REV included. ! .It REV: List all revisions of the branch beginning with ! .Ar REV . ! .It BRANCH List all revisions of a branch. ! .It BRANCH. List the latest revision of the branch ! .Ar BRANCH . ! .It BRANCH1:BRANCH2 List all revisions of branches between ! .Ar BRANCH1 and ! .Ar BRANCH2 . .El .Pp Without argument, the --- 100,133 ---- .It Fl r Ns Op Ar revs Specify revision(s) to list: .Bl -tag -width Ds ! .It rev1,rev2,... A list of revisions is specified by separating names or numbers of revisions by the .Sq \&, character. ! .It rev1:rev2 List all revisions between ! .Ar rev1 and ! .Ar rev2 (they must be on the same branch). ! .It :rev List all revisions since the beginning of the branch until ! .Ar rev included. ! .It rev: List all revisions of the branch beginning with ! .Ar rev . ! .It branch List all revisions of a branch. ! .It branch. List the latest revision of the branch ! .Ar branch . ! .It branch1:branch2 List all revisions of branches between ! .Ar branch1 and ! .Ar branch2 . .El .Pp Without argument, the