diff options
author | 2007-05-27 03:35:11 +0000 | |
---|---|---|
committer | 2007-05-27 03:35:11 +0000 | |
commit | 4b4fc6a83c4a13f34d709e09875038c93a468ebb (patch) | |
tree | 39e258350b82606ea6aceb9c1242731d9678c99d /usr.bin/cvs/cvs.1 | |
parent | Prevent buf[-1] access if strlen(buf) == 0. (diff) | |
download | wireguard-openbsd-4b4fc6a83c4a13f34d709e09875038c93a468ebb.tar.xz wireguard-openbsd-4b4fc6a83c4a13f34d709e09875038c93a468ebb.zip |
Mention -x flag (for compatibility only). From Tobias Stoeckmann.
Input and OK jmc@
Diffstat (limited to 'usr.bin/cvs/cvs.1')
-rw-r--r-- | usr.bin/cvs/cvs.1 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.bin/cvs/cvs.1 b/usr.bin/cvs/cvs.1 index 721ec137f18..3e588174449 100644 --- a/usr.bin/cvs/cvs.1 +++ b/usr.bin/cvs/cvs.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cvs.1,v 1.110 2007/05/22 16:47:22 xsa Exp $ +.\" $OpenBSD: cvs.1,v 1.111 2007/05/27 03:35:11 ray Exp $ .\" .\" Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> .\" Copyright (c) 2004-2007 Xavier Santolaria <xsa@openbsd.org> @@ -33,7 +33,7 @@ .Sh SYNOPSIS .Nm .Bk -words -.Op Fl flnQqRrtVvw +.Op Fl flnQqRrtVvwx .Op Fl d Ar root .Op Fl e Ar editor .Xo @@ -146,6 +146,8 @@ This is the default unless is set or the .Fl r option is specified. +.It Fl x +This flag is for compatibility only. .It Fl z Ar level Specify the compression level to .Xr gzip 1 |