diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2011-06-27 03:41:14 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2011-06-27 03:41:14 +0000 |
commit | 173ab2f8d7d9e7b3ca38c2f6cfb8cbaa41524f64 (patch) | |
tree | 571a4137fb5dfb5e36d61216493bdf8b4efacb85 | |
parent | c6e4e4c1e86ed6d48eaa030319e502a888c23461 (diff) |
use of compat_43 has apparently been discouraged for 14 years, but it remains
enabled in generic. let's just admit it's not really discouraged.
-rw-r--r-- | share/man/man4/options.4 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/share/man/man4/options.4 b/share/man/man4/options.4 index 16f001cfd44..f14850b6ec5 100644 --- a/share/man/man4/options.4 +++ b/share/man/man4/options.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: options.4,v 1.212 2011/06/26 23:53:06 tedu Exp $ +.\" $OpenBSD: options.4,v 1.213 2011/06/27 03:41:13 tedu Exp $ .\" $NetBSD: options.4,v 1.21 1997/06/25 03:13:00 thorpej Exp $ .\" .\" Copyright (c) 1998 Theo de Raadt @@ -34,7 +34,7 @@ .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" .\" -.Dd $Mdocdate: June 26 2011 $ +.Dd $Mdocdate: June 27 2011 $ .Dt OPTIONS 4 .Os .Sh NAME @@ -55,8 +55,7 @@ flags to the C compiler. .Sh COMPATIBILITY OPTIONS .Bl -ohang .It Cd option COMPAT_43 -Use of this option is discouraged. -It enables compatibility with +This option enables compatibility with .Bx 4.3 . It adds an old syscall for .Fn lseek |