diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1998-04-27 16:11:59 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1998-04-27 16:11:59 +0000 |
commit | 26fce3889db4ee5b0b4add562a764c41e31addd5 (patch) | |
tree | 38b15799d2e0d74d7679206a0cdc0d739ce03cd9 /lib/libc/sys/socketpair.2 | |
parent | 2b850a866b5bd9884836352a078ec034634106c4 (diff) |
fix .Ev usage
Diffstat (limited to 'lib/libc/sys/socketpair.2')
-rw-r--r-- | lib/libc/sys/socketpair.2 | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/lib/libc/sys/socketpair.2 b/lib/libc/sys/socketpair.2 index 77a533cb1ee..e199eaf488b 100644 --- a/lib/libc/sys/socketpair.2 +++ b/lib/libc/sys/socketpair.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: socketpair.2,v 1.2 1998/04/26 22:40:41 millert Exp $ +.\" $OpenBSD: socketpair.2,v 1.3 1998/04/27 16:11:58 millert Exp $ .\" $NetBSD: socketpair.2,v 1.5 1995/02/27 12:38:00 cgd Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -90,11 +90,9 @@ domain. Many operating systems only accept a .Ar protocol of -.Ev -PF_UNSPEC , +.Ev PF_UNSPEC , so that should be used instead of -.Ev -PF_LOCAL +.Ev PF_LOCAL for maximal portability. .Sh STANDARDS The |