diff options
author | Xavier Santolaria <xsa@cvs.openbsd.org> | 2007-05-22 16:47:23 +0000 |
---|---|---|
committer | Xavier Santolaria <xsa@cvs.openbsd.org> | 2007-05-22 16:47:23 +0000 |
commit | 077f74a35dade487c63ea467188e173cb71425d0 (patch) | |
tree | 6e75a4bba0717808344a823d9e91ced775ab96d6 /usr.bin/cvs/cvs.1 | |
parent | 6da110cd77d1fb6b653fe65df46bc1adfd68831b (diff) |
Note that the global -x option is kept for compatibility (for now) and has
no effect.
Diffstat (limited to 'usr.bin/cvs/cvs.1')
-rw-r--r-- | usr.bin/cvs/cvs.1 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/usr.bin/cvs/cvs.1 b/usr.bin/cvs/cvs.1 index 29433b03b16..721ec137f18 100644 --- a/usr.bin/cvs/cvs.1 +++ b/usr.bin/cvs/cvs.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cvs.1,v 1.109 2007/04/30 16:09:43 xsa Exp $ +.\" $OpenBSD: cvs.1,v 1.110 2007/05/22 16:47:22 xsa Exp $ .\" .\" Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> .\" Copyright (c) 2004-2007 Xavier Santolaria <xsa@openbsd.org> @@ -1769,6 +1769,11 @@ such as .Xr rcs 1 , .Xr cvs 5 , .Xr cvsintro 7 +.Sh STANDARDS +The flag +.Op Fl x +has no effect and is provided +for compatibility only. .Sh HISTORY The OpenCVS project is a BSD-licensed rewrite of the original Concurrent Versioning System written by Jean-Francois Brousseau. |