git: 1e1c60606db2 - stable/12 - sockatmark(3): Add references to 4.4BSD IPC tutorials
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 08 Jul 2022 02:28:43 UTC
The branch stable/12 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=1e1c60606db2194d5029d5bc00b0abf75ef52f44 commit 1e1c60606db2194d5029d5bc00b0abf75ef52f44 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-07-03 13:56:42 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-07-08 02:26:55 +0000 sockatmark(3): Add references to 4.4BSD IPC tutorials Obtained from: NetBSD (cherry picked from commit 6cea3be922110647df84a08e3a57cc395bec1d24) --- lib/libc/net/sockatmark.3 | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/lib/libc/net/sockatmark.3 b/lib/libc/net/sockatmark.3 index 61a1a9f52989..b44311234d0c 100644 --- a/lib/libc/net/sockatmark.3 +++ b/lib/libc/net/sockatmark.3 @@ -23,7 +23,7 @@ .\" .\" $FreeBSD$ .\" -.Dd October 13, 2002 +.Dd July 3, 2022 .Dt SOCKATMARK 3 .Os .Sh NAME @@ -107,6 +107,21 @@ is a descriptor for a file, not a socket. .Sh SEE ALSO .Xr recv 2 , .Xr send 2 +.Rs +.%T "An Introductory 4.4BSD Interprocess Communication Tutorial" +.%A Stuart Sechrest +.Re +.%U https://docs.freebsd.org/44doc/psd/20.ipctut/paper.pdf +.Rs +.%T "An Advanced 4.4BSD Interprocess Communication Tutorial" +.%A Samuel J. Leffler +.%A Robert S. Fabry +.%A William N. Joy +.%A Phil Lapsley +.%A Steve Miller +.%A Chris Torek +.%U https://docs.freebsd.org/44doc/psd/21.ipc/paper.pdf +.Re .Sh HISTORY The .Fn sockatmark