diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2014-12-14 07:42:51 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2014-12-14 07:42:51 +0000 |
commit | 1b1697928cacd43262d28e7311feec1d423df246 (patch) | |
tree | 45f4090f84c10ae4c40a444208a6ed08d88c2548 /lib/libc/sys/socketpair.2 | |
parent | 67cc1f71c3be0ca44e16ce055d8cb9d7293c8f14 (diff) |
macro cleanup; from Kaspars at Bankovskis dot net
Diffstat (limited to 'lib/libc/sys/socketpair.2')
-rw-r--r-- | lib/libc/sys/socketpair.2 | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/lib/libc/sys/socketpair.2 b/lib/libc/sys/socketpair.2 index 8f15cba4f90..8caa289abb8 100644 --- a/lib/libc/sys/socketpair.2 +++ b/lib/libc/sys/socketpair.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: socketpair.2,v 1.17 2014/12/10 19:19:00 schwarze Exp $ +.\" $OpenBSD: socketpair.2,v 1.18 2014/12/14 07:42:50 schwarze Exp $ .\" $NetBSD: socketpair.2,v 1.5 1995/02/27 12:38:00 cgd Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)socketpair.2 8.1 (Berkeley) 6/4/93 .\" -.Dd $Mdocdate: December 10 2014 $ +.Dd $Mdocdate: December 14 2014 $ .Dt SOCKETPAIR 2 .Os .Sh NAME @@ -109,11 +109,9 @@ The function call appeared in .Bx 4.2 . .Sh BUGS -This call is currently implemented only for the -.Tn LOCAL -domain. +This call is currently implemented only for the LOCAL domain. Many operating systems only accept a -.Ar protocol +.Fa protocol of .Dv PF_UNSPEC , so that should be used instead of |