summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>1998-04-27 16:11:58 +0000
committermillert <millert@openbsd.org>1998-04-27 16:11:58 +0000
commit7b5015a1f47aae524b61b22e2822f6045a60f34c (patch)
tree1f04070e3211873813dd4aeb06912270699e75c3 /lib
parentUpdate gcc version and let Configure figure out how to convert a float to (diff)
downloadwireguard-openbsd-7b5015a1f47aae524b61b22e2822f6045a60f34c.tar.xz
wireguard-openbsd-7b5015a1f47aae524b61b22e2822f6045a60f34c.zip
fix .Ev usage
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/sys/socketpair.28
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