summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2003-07-09 21:29:41 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2003-07-09 21:29:41 +0000
commite4575c1ca699d4eba1c2ebb28715c779ef686446 (patch)
treeb27bf8e578774c67bab7e305c6c3f4cb1b49e2da /lib/libc
parent1a399a2e7d8d7fe218e25ec0015b939ccb1ad2f8 (diff)
open() is not ANSI;
pointed out by Pedro Bastos;
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/sys/open.23
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 .