summaryrefslogtreecommitdiff
path: root/lib/libc/sys/socketpair.2
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2003-06-01 21:23:16 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2003-06-01 21:23:16 +0000
commit5bb8532920b9cdcd0f69a42ea2ec1d729c9c78a0 (patch)
treec49661b7b449e0d9f658a26488fe656d5b547e98 /lib/libc/sys/socketpair.2
parent6cad64ba11b340a6a8a2838ee73a6ed19c7781e0 (diff)
- section reorder
- macro cleanup
Diffstat (limited to 'lib/libc/sys/socketpair.2')
-rw-r--r--lib/libc/sys/socketpair.222
1 files changed, 11 insertions, 11 deletions
diff --git a/lib/libc/sys/socketpair.2 b/lib/libc/sys/socketpair.2
index d2f39432b07..ba6fb588b4b 100644
--- a/lib/libc/sys/socketpair.2
+++ b/lib/libc/sys/socketpair.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: socketpair.2,v 1.10 1999/07/06 18:21:04 deraadt Exp $
+.\" $OpenBSD: socketpair.2,v 1.11 2003/06/01 21:23:15 jmc Exp $
.\" $NetBSD: socketpair.2,v 1.5 1995/02/27 12:38:00 cgd Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
@@ -86,6 +86,16 @@ The system file table is full.
.Xr pipe 2 ,
.Xr read 2 ,
.Xr write 2
+.Sh STANDARDS
+The
+.Fn socketpair
+function conforms to
+.St -xpg4.2 .
+.Sh HISTORY
+The
+.Fn socketpair
+function call appeared in
+.Bx 4.2 .
.Sh BUGS
This call is currently implemented only for the
.Tn LOCAL
@@ -97,13 +107,3 @@ of
so that should be used instead of
.Ev PF_LOCAL
for maximal portability.
-.Sh STANDARDS
-The
-.Fn socketpair
-function conforms to
-.St -xpg4.2 .
-.Sh HISTORY
-The
-.Fn socketpair
-function call appeared in
-.Bx 4.2 .