summaryrefslogtreecommitdiffstats
path: root/share/man
diff options
context:
space:
mode:
authorjsg <jsg@openbsd.org>2021-03-08 02:47:25 +0000
committerjsg <jsg@openbsd.org>2021-03-08 02:47:25 +0000
commit093fc5b92d3ed0da0e6be645e5b14525c4d75543 (patch)
tree4987deac7500f1344b485787f2723c26c7841692 /share/man
parentExplicitly align kernel text. (diff)
downloadwireguard-openbsd-093fc5b92d3ed0da0e6be645e5b14525c4d75543.tar.xz
wireguard-openbsd-093fc5b92d3ed0da0e6be645e5b14525c4d75543.zip
Add some references, most of these were removed when we stopped building
and installing USD/SMM/PSD docs. jmc@ agrees with the direction, ok millert@ on an earlier diff
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man4/unix.421
-rw-r--r--share/man/man9/mbuf.913
2 files changed, 30 insertions, 4 deletions
diff --git a/share/man/man4/unix.4 b/share/man/man4/unix.4
index 47db7ce9f33..4821a36d5e9 100644
--- a/share/man/man4/unix.4
+++ b/share/man/man4/unix.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: unix.4,v 1.13 2015/09/10 17:55:21 schwarze Exp $
+.\" $OpenBSD: unix.4,v 1.14 2021/03/08 02:47:26 jsg 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: September 10 2015 $
+.Dd $Mdocdate: March 8 2021 $
.Dt UNIX 4
.Os
.Sh NAME
@@ -152,3 +152,20 @@ when the destination socket is closed.
.Sh SEE ALSO
.Xr socket 2 ,
.Xr netintro 4
+.Rs
+.\" 4.4BSD PSD:20
+.%A S. Sechrest
+.%T An Introductory 4.4BSD Interprocess Communication Tutorial
+.%B 4.4BSD Programmer's Supplementary Documents (PSD)
+.Re
+.Rs
+.\" 4.4BSD PSD:21
+.%A S. J. Leffler
+.%A R. S. Fabry
+.%A W. N. Joy
+.%A P. Lapsley
+.%A S. Miller
+.%A C. Torek
+.%T An Advanced 4.4BSD Interprocess Communication Tutorial
+.%B 4.4BSD Programmer's Supplementary Documents (PSD)
+.Re
diff --git a/share/man/man9/mbuf.9 b/share/man/man9/mbuf.9
index 260de5bd669..0f5502337eb 100644
--- a/share/man/man9/mbuf.9
+++ b/share/man/man9/mbuf.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mbuf.9,v 1.122 2021/02/25 02:43:31 dlg Exp $
+.\" $OpenBSD: mbuf.9,v 1.123 2021/03/08 02:47:26 jsg Exp $
.\"
.\" Copyright (c) 2001 Jean-Jacques Bernard-Gundol <jjbg@openbsd.org>
.\" All rights reserved.
@@ -25,7 +25,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: February 25 2021 $
+.Dd $Mdocdate: March 8 2021 $
.Dt MGET 9
.Os
.Sh NAME
@@ -805,6 +805,15 @@ The function prototypes and the macros are located in
.Xr mutex 9 ,
.Xr spl 9
.Rs
+.\" 4.4BSD SMM:18
+.%A S. J. Leffler
+.%A W. N. Joy
+.%A R. S. Fabry
+.%A M. J. Karels
+.%T Networking Implementation Notes
+.%B 4.4BSD System Manager's Manual (SMM)
+.Re
+.Rs
.%A Jun-Ichiro Hagino
.%T "Mbuf issues in 4.4BSD IPv6/IPsec support (experiences from KAME IPv6/IPsec implementation)"
.%B "Proceedings of the Freenix Track: 2000 USENIX Annual Technical Conference"