aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/sys/socketpair.2
diff options
context:
space:
mode:
authorWolfram Schneider <wosch@FreeBSD.org>1997-01-20 23:23:22 +0000
committerWolfram Schneider <wosch@FreeBSD.org>1997-01-20 23:23:22 +0000
commit75141cc9877bd4c86b39c602f68ae5dc205cefdb (patch)
tree23860e44c1ece8967b4f9b16c420be624a805a80 /lib/libc/sys/socketpair.2
parent179604044813b13b6c13ecb74de46206ad287e49 (diff)
Notes
Diffstat (limited to 'lib/libc/sys/socketpair.2')
-rw-r--r--lib/libc/sys/socketpair.24
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/socketpair.2 b/lib/libc/sys/socketpair.2
index f48e496b9902..62aef7646a61 100644
--- a/lib/libc/sys/socketpair.2
+++ b/lib/libc/sys/socketpair.2
@@ -77,9 +77,9 @@ The address
does not specify a valid part of the
process address space.
.Sh SEE ALSO
+.Xr pipe 2 ,
.Xr read 2 ,
-.Xr write 2 ,
-.Xr pipe 2
+.Xr write 2
.Sh BUGS
This call is currently implemented only for the
.Tn UNIX