diff options
author | 2007-04-24 13:49:29 +0000 | |
---|---|---|
committer | 2007-04-24 13:49:29 +0000 | |
commit | 7e45c5f2ac899aec758fdfc41d1784392c7fa47d (patch) | |
tree | c4a10aeaf3856c0880879b377a2cd759c1e277c1 | |
parent | Try to document the new 4-byte AS numbers without being to invasive. (diff) | |
download | wireguard-openbsd-7e45c5f2ac899aec758fdfc41d1784392c7fa47d.tar.xz wireguard-openbsd-7e45c5f2ac899aec758fdfc41d1784392c7fa47d.zip |
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 |