diff options
author | Michael Knudsen <mk@cvs.openbsd.org> | 2008-11-26 22:40:22 +0000 |
---|---|---|
committer | Michael Knudsen <mk@cvs.openbsd.org> | 2008-11-26 22:40:22 +0000 |
commit | 79f8981edd6e42a094ab11a3c2aa4a69f5a0d80f (patch) | |
tree | ed98f44e980bfc637adfccbe6e3dfb86b28a47f5 /lib/libc | |
parent | bfc9ea0cdc295e335910060e87851f230815de1c (diff) |
Add unix(4) to SEE ALSO.
ok deraadt
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/socket.2 | 7 |
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" |