Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src fix references in manual pages to the reference documentation



details:   https://anonhg.NetBSD.org/src/rev/b9e5f232865f
branches:  trunk
changeset: 368211:b9e5f232865f
user:      rillig <rillig%NetBSD.org@localhost>
date:      Tue Jun 28 20:12:52 2022 +0000

description:
fix references in manual pages to the reference documentation

diffstat:

 games/trek/trek.6               |  6 +++---
 lib/libc/net/sockatmark.3       |  8 ++++----
 lib/libc/sys/socket.2           |  8 ++++----
 share/man/man4/inet.4           |  8 ++++----
 share/man/man4/man4.hp300/rmp.4 |  8 ++++----
 share/man/man4/unix.4           |  8 ++++----
 share/man/man9/mbuf.9           |  6 +++---
 7 files changed, 26 insertions(+), 26 deletions(-)

diffs (231 lines):

diff -r a4e845900e02 -r b9e5f232865f games/trek/trek.6
--- a/games/trek/trek.6 Tue Jun 28 15:58:59 2022 +0000
+++ b/games/trek/trek.6 Tue Jun 28 20:12:52 2022 +0000
@@ -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 @@
 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
diff -r a4e845900e02 -r b9e5f232865f lib/libc/net/sockatmark.3
--- a/lib/libc/net/sockatmark.3 Tue Jun 28 15:58:59 2022 +0000
+++ b/lib/libc/net/sockatmark.3 Tue Jun 28 20:12:52 2022 +0000
@@ -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 @@
 .%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 @@
 .%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
diff -r a4e845900e02 -r b9e5f232865f lib/libc/sys/socket.2
--- a/lib/libc/sys/socket.2     Tue Jun 28 15:58:59 2022 +0000
+++ b/lib/libc/sys/socket.2     Tue Jun 28 20:12:52 2022 +0000
@@ -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 @@
 .%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 @@
 .%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
diff -r a4e845900e02 -r b9e5f232865f share/man/man4/inet.4
--- a/share/man/man4/inet.4     Tue Jun 28 15:58:59 2022 +0000
+++ b/share/man/man4/inet.4     Tue Jun 28 20:12:52 2022 +0000
@@ -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 @@
 .%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 @@
 .%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
diff -r a4e845900e02 -r b9e5f232865f share/man/man4/man4.hp300/rmp.4
--- a/share/man/man4/man4.hp300/rmp.4   Tue Jun 28 15:58:59 2022 +0000
+++ b/share/man/man4/man4.hp300/rmp.4   Tue Jun 28 20:12:52 2022 +0000
@@ -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 @@
 .%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 @@
 .%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
diff -r a4e845900e02 -r b9e5f232865f share/man/man4/unix.4
--- a/share/man/man4/unix.4     Tue Jun 28 15:58:59 2022 +0000
+++ b/share/man/man4/unix.4     Tue Jun 28 20:12:52 2022 +0000
@@ -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 @@
 .%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 @@
 .%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
diff -r a4e845900e02 -r b9e5f232865f share/man/man9/mbuf.9
--- a/share/man/man9/mbuf.9     Tue Jun 28 15:58:59 2022 +0000
+++ b/share/man/man9/mbuf.9     Tue Jun 28 20:12:52 2022 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index