diff options
Diffstat (limited to 'lib/libc/sys/socketpair.2')
-rw-r--r-- | lib/libc/sys/socketpair.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/socketpair.2 b/lib/libc/sys/socketpair.2 index f48e496..62aef76 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 |