diff options
author | Igor Sobrado <sobrado@cvs.openbsd.org> | 2007-04-24 13:49:30 +0000 |
---|---|---|
committer | Igor Sobrado <sobrado@cvs.openbsd.org> | 2007-04-24 13:49:30 +0000 |
commit | 46d741bee7c9fdd9923c3a10d8b314f9a14b0444 (patch) | |
tree | c0797882b30c664df3faf693a9d5eb742803cbc9 | |
parent | bf3eae22dc235c0366d488e6f37d6e550159c078 (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@
-rw-r--r-- | usr.bin/cvs/cvs.1 | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/usr.bin/cvs/cvs.1 b/usr.bin/cvs/cvs.1 index fd92c1a56e4..fac56598d5d 100644 --- a/usr.bin/cvs/cvs.1 +++ b/usr.bin/cvs/cvs.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cvs.1,v 1.107 2007/04/24 13:36:30 sobrado Exp $ +.\" $OpenBSD: cvs.1,v 1.108 2007/04/24 13:49:29 sobrado Exp $ .\" .\" Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> .\" Copyright (c) 2004-2007 Xavier Santolaria <xsa@openbsd.org> @@ -976,20 +976,20 @@ List 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 |