Module Name: src
Committed By: rillig
Date: Tue Jun 28 20:12:52 UTC 2022
Modified Files:
src/games/trek: trek.6
src/lib/libc/net: sockatmark.3
src/lib/libc/sys: socket.2
src/share/man/man4: inet.4 unix.4
src/share/man/man4/man4.hp300: rmp.4
src/share/man/man9: mbuf.9
Log Message:
fix references in manual pages to the reference documentation
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/games/trek/trek.6
cvs rdiff -u -r1.9 -r1.10 src/lib/libc/net/sockatmark.3
cvs rdiff -u -r1.42 -r1.43 src/lib/libc/sys/socket.2
cvs rdiff -u -r1.18 -r1.19 src/share/man/man4/inet.4
cvs rdiff -u -r1.27 -r1.28 src/share/man/man4/unix.4
cvs rdiff -u -r1.12 -r1.13 src/share/man/man4/man4.hp300/rmp.4
cvs rdiff -u -r1.66 -r1.67 src/share/man/man9/mbuf.9
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/games/trek/trek.6
diff -u src/games/trek/trek.6:1.13 src/games/trek/trek.6:1.14
--- src/games/trek/trek.6:1.13 Mon May 25 00:53:46 2009
+++ src/games/trek/trek.6 Tue Jun 28 20:12:52 2022
@@ -1,4 +1,4 @@
-.\" $NetBSD: trek.6,v 1.13 2009/05/25 00:53:46 dholland Exp $
+.\" $NetBSD: trek.6,v 1.14 2022/06/28 20:12:52 rillig Exp $
.\"
.\" Copyright (c) 1980, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -29,7 +29,7 @@
.\"
.\" @(#)trek.6 8.2 (Berkeley) 12/30/93
.\"
-.Dd May 24, 2009
+.Dd June 28, 2022
.Dt TREK 6
.Os
.Sh NAME
@@ -78,7 +78,7 @@ You should normally start out with a nov
In general, throughout the game, if you forget what is appropriate
the game will tell you what it expects if you just type in a question mark.
.Sh SEE ALSO
-.Pa /usr/share/doc/usd/31.trek
+.Pa /usr/share/doc/reference/ref6/trek
.Sh AUTHORS
.An Eric Allman
.Sh COMMAND SUMMARY
Index: src/lib/libc/net/sockatmark.3
diff -u src/lib/libc/net/sockatmark.3:1.9 src/lib/libc/net/sockatmark.3:1.10
--- src/lib/libc/net/sockatmark.3:1.9 Wed Apr 30 13:10:50 2008
+++ src/lib/libc/net/sockatmark.3 Tue Jun 28 20:12:52 2022
@@ -1,4 +1,4 @@
-.\" $NetBSD: sockatmark.3,v 1.9 2008/04/30 13:10:50 martin Exp $
+.\" $NetBSD: sockatmark.3,v 1.10 2022/06/28 20:12:52 rillig Exp $
.\"
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -27,7 +27,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd May 15, 2003
+.Dd June 28, 2022
.Dt SOCKATMARK 3
.Os
.Sh NAME
@@ -76,7 +76,7 @@ does not refer to a socket.
.%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
@@ -86,7 +86,7 @@ does not refer to a socket.
.%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 STANDARDS
The
.Nm sockatmark
Index: src/lib/libc/sys/socket.2
diff -u src/lib/libc/sys/socket.2:1.42 src/lib/libc/sys/socket.2:1.43
--- src/lib/libc/sys/socket.2:1.42 Sat May 27 21:02:55 2017
+++ src/lib/libc/sys/socket.2 Tue Jun 28 20:12:52 2022
@@ -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
.%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
.%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
Index: src/share/man/man4/inet.4
diff -u src/share/man/man4/inet.4:1.18 src/share/man/man4/inet.4:1.19
--- src/share/man/man4/inet.4:1.18 Mon Mar 22 18:58:31 2010
+++ src/share/man/man4/inet.4 Tue Jun 28 20:12:52 2022
@@ -1,4 +1,4 @@
-.\" $NetBSD: inet.4,v 1.18 2010/03/22 18:58:31 joerg Exp $
+.\" $NetBSD: inet.4,v 1.19 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 @@
.\"
.\" @(#)inet.4 8.1 (Berkeley) 6/5/93
.\"
-.Dd May 15, 2003
+.Dd June 28, 2022
.Dt INET 4
.Os
.Sh NAME
@@ -164,7 +164,7 @@ Get interface network mask.
.%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
@@ -174,7 +174,7 @@ Get interface network mask.
.%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
.Nm
Index: src/share/man/man4/unix.4
diff -u src/share/man/man4/unix.4:1.27 src/share/man/man4/unix.4:1.28
--- src/share/man/man4/unix.4:1.27 Sun Aug 8 20:54:48 2021
+++ src/share/man/man4/unix.4 Tue Jun 28 20:12:52 2022
@@ -1,4 +1,4 @@
-.\" $NetBSD: unix.4,v 1.27 2021/08/08 20:54:48 nia Exp $
+.\" $NetBSD: unix.4,v 1.28 2022/06/28 20:12:52 rillig Exp $
.\"
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -29,7 +29,7 @@
.\"
.\" @(#)unix.4 8.1 (Berkeley) 6/9/93
.\"
-.Dd August 7, 2021
+.Dd June 28, 2022
.Dt UNIX 4
.Os
.Sh NAME
@@ -279,7 +279,7 @@ macro, the following definition is recom
.%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
@@ -289,7 +289,7 @@ macro, the following definition is recom
.%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
.Ar sc_pid
Index: src/share/man/man4/man4.hp300/rmp.4
diff -u src/share/man/man4/man4.hp300/rmp.4:1.12 src/share/man/man4/man4.hp300/rmp.4:1.13
--- src/share/man/man4/man4.hp300/rmp.4:1.12 Fri Feb 17 22:24:46 2017
+++ src/share/man/man4/man4.hp300/rmp.4 Tue Jun 28 20:12:52 2022
@@ -29,9 +29,9 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)rmp.4 5.2 (Berkeley) 3/27/91
-.\" $NetBSD: rmp.4,v 1.12 2017/02/17 22:24:46 christos Exp $
+.\" $NetBSD: rmp.4,v 1.13 2022/06/28 20:12:52 rillig Exp $
.\"
-.Dd February 17, 2017
+.Dd June 28, 2022
.Dt RMP 4 hp300
.Os
.Sh NAME
@@ -116,7 +116,7 @@ Protocol and only sketchy information ab
.%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
@@ -126,7 +126,7 @@ Protocol and only sketchy information ab
.%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
.Nm
Index: src/share/man/man9/mbuf.9
diff -u src/share/man/man9/mbuf.9:1.66 src/share/man/man9/mbuf.9:1.67
--- src/share/man/man9/mbuf.9:1.66 Sat Dec 22 14:39:46 2018
+++ src/share/man/man9/mbuf.9 Tue Jun 28 20:12:52 2022
@@ -1,4 +1,4 @@
-.\" $NetBSD: mbuf.9,v 1.66 2018/12/22 14:39:46 maxv Exp $
+.\" $NetBSD: mbuf.9,v 1.67 2022/06/28 20:12:52 rillig Exp $
.\"
.\" Copyright (c) 1997 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -27,7 +27,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd December 22, 2018
+.Dd June 28, 2022
.Dt MBUF 9
.Os
.Sh NAME
@@ -695,7 +695,7 @@ Function prototypes, and the functions i
are located in
.Pa sys/sys/mbuf.h .
.Sh SEE ALSO
-.Pa /usr/share/doc/smm/18.net ,
+.Pa /usr/share/doc/reference/ref9/net ,
.Xr netstat 1 ,
.Xr m_tag 9 ,
.Xr malloc 9