summaryrefslogtreecommitdiff
path: root/lib/libc/sys/socketpair.2
diff options
context:
space:
mode:
authorMike Pritchard <mpp@FreeBSD.org>1997-02-28 05:51:15 +0000
committerMike Pritchard <mpp@FreeBSD.org>1997-02-28 05:51:15 +0000
commite6864ce05b152e1597e235302a7ac3265dc7a479 (patch)
treee3ee1dd2353ef4285cf98f4133511e14c6da0e52 /lib/libc/sys/socketpair.2
parent30255d62554b374c57e682722844d1bc0be21715 (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