diff options
author | Igor Sobrado <sobrado@cvs.openbsd.org> | 2007-04-26 21:56:14 +0000 |
---|---|---|
committer | Igor Sobrado <sobrado@cvs.openbsd.org> | 2007-04-26 21:56:14 +0000 |
commit | 6ecf19270199e742402c040d2162903cdb2e47b0 (patch) | |
tree | a7bf945875325f572e22da38cbb013ddabbb42a9 /usr.bin/rcs/rlog.1 | |
parent | 2856fbab81275d7b17f16660c32a1d4c51dd198e (diff) |
replace D, D1 and D2 by date, date1 and date2 respectively;
date1<date2 implies date2>date1, not date2<date1
ok by jmc@, niallo@ and xsa@
Diffstat (limited to 'usr.bin/rcs/rlog.1')
-rw-r--r-- | usr.bin/rcs/rlog.1 | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/usr.bin/rcs/rlog.1 b/usr.bin/rcs/rlog.1 index b69a81c6958..939297cffc9 100644 --- a/usr.bin/rcs/rlog.1 +++ b/usr.bin/rcs/rlog.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rlog.1,v 1.18 2006/05/08 12:09:34 xsa Exp $ +.\" $OpenBSD: rlog.1,v 1.19 2007/04/26 21:56:13 sobrado Exp $ .\" .\" Copyright (c) 2005 Xavier Santolaria <xsa@openbsd.org> .\" All rights reserved. @@ -52,20 +52,20 @@ Print information about revisions of the default branch only. Specify revisions with dates matching the specification. The specification might be as follows: .Bl -tag -width Ds -.It D1>D2 or D2>D1 +.It date1<date2 or date2>date1 Select all revisions between -.Ar \&D1 +.Ar date1 and -.Ar D2 . -.It <D or D> +.Ar date2 . +.It <date or date> Select all revisions before -.Ar D . -.It >D or D< +.Ar date . +.It >date or date< Select all revisions after -.Ar D . -.It D +.Ar date . +.It date Select the latest revision before or equal to -.Ar D . +.Ar date . .El .Pp The |