diff options
author | 2008-10-22 16:55:30 +0000 | |
---|---|---|
committer | 2008-10-22 16:55:30 +0000 | |
commit | c12c652294c5e1a44aec7324a679de49353e4780 (patch) | |
tree | 34d3c7704a71fa02888f910cc335e2f15cd4cbf4 | |
parent | filter ipv6 ipsec packets on enc0 (in and out), similar to ipv4; (diff) | |
download | wireguard-openbsd-c12c652294c5e1a44aec7324a679de49353e4780.tar.xz wireguard-openbsd-c12c652294c5e1a44aec7324a679de49353e4780.zip |
update to the references in unix(4): the UNIX Programmer's
Supplementary Documents include the 4.4BSD documents for ipc,
not the 4.3BSD ones.
jmc@ suggested following a better style for bibliography.
ok jmc@
-rw-r--r-- | share/man/man4/unix.4 | 20 |
1 files changed, 8 insertions, 12 deletions
diff --git a/share/man/man4/unix.4 b/share/man/man4/unix.4 index d78195637a8..eb087027a9c 100644 --- a/share/man/man4/unix.4 +++ b/share/man/man4/unix.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: unix.4,v 1.7 2007/05/31 19:19:52 jmc Exp $ +.\" $OpenBSD: unix.4,v 1.8 2008/10/22 16:55:30 sobrado Exp $ .\" $NetBSD: unix.4,v 1.3 1994/11/30 16:22:43 jtc Exp $ .\" .\" Copyright (c) 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)unix.4 8.1 (Berkeley) 6/9/93 .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: October 22 2008 $ .Dt UNIX 4 .Os .Sh NAME @@ -148,13 +148,9 @@ when the destination socket is closed. .Sh SEE ALSO .Xr socket 2 , .Xr netintro 4 -.Rs -.%T "An Introductory 4.3 BSD Interprocess Communication Tutorial" -.%B PS1 -.%N 7 -.Re -.Rs -.%T "An Advanced 4.3 BSD Interprocess Communication Tutorial" -.%B PS1 -.%N 8 -.Re +.Pp +"An Introductory 4.4BSD Interprocess Communication Tutorial", +.Pa /usr/share/doc/psd/20.ipctut/ . +.Pp +"An Advanced 4.4BSD Interprocess Communication Tutorial", +.Pa /usr/share/doc/psd/21.ipc/ . |