diff options
| author | rillig <rillig@NetBSD.org> | 2022-06-28 20:12:52 +0000 |
|---|---|---|
| committer | rillig <rillig@NetBSD.org> | 2022-06-28 20:12:52 +0000 |
| commit | f06bf910ddd667c2ba2a1404e50a89acdbeeb247 (patch) | |
| tree | 9c7c2d10a96c5589231fd2f5592c3f3440c95596 /lib/libc/sys | |
| parent | 4bd727172ab33af1a8cd7b7bfbc5f1d5f49c6e0b (diff) | |
fix references in manual pages to the reference documentation
Diffstat (limited to 'lib/libc/sys')
| -rw-r--r-- | lib/libc/sys/socket.2 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/sys/socket.2 b/lib/libc/sys/socket.2 index 2dcc694a7ab..3b3f7d5eab9 100644 --- a/lib/libc/sys/socket.2 +++ b/lib/libc/sys/socket.2 @@ -1,4 +1,4 @@ -.\" $NetBSD: socket.2,v 1.42 2017/05/27 21:02:55 bouyer Exp $ +.\" $NetBSD: socket.2,v 1.43 2022/06/28 20:12:52 rillig Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -29,7 +29,7 @@ .\" .\" @(#)socket.2 8.1 (Berkeley) 6/4/93 .\" -.Dd April 27, 2017 +.Dd June 28, 2022 .Dt SOCKET 2 .Os .Sh NAME @@ -276,7 +276,7 @@ The socket type is not supported by the protocol. .%T "An Introductory 4.4BSD Interprocess Communication Tutorial" .%A Stuart Sechrest .Re -.Pq see Pa /usr/share/doc/psd/20.ipctut +.Pq see Pa /usr/share/doc/reference/ref3/sockets .Rs .%T "Advanced 4.4BSD IPC Tutorial" .%A Samuel J. Leffler @@ -286,7 +286,7 @@ The socket type is not supported by the protocol. .%A Steve Miller .%A Chris Torek .Re -.Pq see Pa /usr/share/doc/psd/21.ipc +.Pq see Pa /usr/share/doc/reference/ref3/sockets-advanced .Sh HISTORY The .Fn socket |
