summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys
diff options
context:
space:
mode:
authormk <mk@openbsd.org>2008-11-26 22:40:21 +0000
committermk <mk@openbsd.org>2008-11-26 22:40:21 +0000
commit87b04b969ee7c78055d810c476988c120592bd44 (patch)
treeaaaa4185c068f6a321fc1f5d1a86b172e9128cd3 /lib/libc/sys
parentAttempt to reconnect for about 10 seconds while btd is starting up (diff)
downloadwireguard-openbsd-87b04b969ee7c78055d810c476988c120592bd44.tar.xz
wireguard-openbsd-87b04b969ee7c78055d810c476988c120592bd44.zip
Add unix(4) to SEE ALSO.
ok deraadt
Diffstat (limited to 'lib/libc/sys')
-rw-r--r--lib/libc/sys/socket.27
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/libc/sys/socket.2 b/lib/libc/sys/socket.2
index 38e2a9e193c..e9e4f4dfc7b 100644
--- a/lib/libc/sys/socket.2
+++ b/lib/libc/sys/socket.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: socket.2,v 1.30 2007/09/07 15:52:17 jmc Exp $
+.\" $OpenBSD: socket.2,v 1.31 2008/11/26 22:40:21 mk Exp $
.\" $NetBSD: socket.2,v 1.5 1995/02/27 12:37:53 cgd Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
@@ -30,7 +30,7 @@
.\"
.\" @(#)socket.2 8.1 (Berkeley) 6/4/93
.\"
-.Dd $Mdocdate: September 7 2007 $
+.Dd $Mdocdate: November 26 2008 $
.Dt SOCKET 2
.Os
.Sh NAME
@@ -244,7 +244,8 @@ The socket cannot be created until sufficient resources are freed.
.Xr getprotoent 3 ,
.Xr inet 4 ,
.Xr inet6 4 ,
-.Xr netintro 4
+.Xr netintro 4 ,
+.Xr unix 4
.Rs
.%T "An Introductory 4.3 BSD Interprocess Communication Tutorial"
.%O "reprinted in UNIX Programmer's Supplementary Documents Volume 1"