diff options
-rw-r--r-- | lib/libc/sys/open.2 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/sys/open.2 b/lib/libc/sys/open.2 index 37386cd2195..d6b10423c0d 100644 --- a/lib/libc/sys/open.2 +++ b/lib/libc/sys/open.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: open.2,v 1.30 2003/06/02 20:18:39 millert Exp $ +.\" $OpenBSD: open.2,v 1.31 2003/07/09 21:29:40 jmc Exp $ .\" $NetBSD: open.2,v 1.8 1995/02/27 12:35:14 cgd Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -311,7 +311,6 @@ An attempt was made to open a socket (not currently implemented). The .Fn open function conforms to -.St -ansiC , .St -p1003.1-90 and .St -xpg4.2 . |