Module Name:    src
Committed By:   njoly
Date:           Sun Mar 11 23:42:07 UTC 2012

Modified Files:
        src/share/man/man5: mk.conf.5
        src/share/man/man7: tests.7
        src/share/man/man8: afterboot.8 diskless.8
        src/share/man/man8/man8.macppc: ofwboot.8
        src/share/man/man8/man8.sparc64: boot.8
        src/share/man/man9: kauth.9

Log Message:
Use Lk macro instead of Pa when dealing with URLs, to produce links
with HTML output. And while here update some dead URL links.
First part of PR/29238.


To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 src/share/man/man5/mk.conf.5
cvs rdiff -u -r1.8 -r1.9 src/share/man/man7/tests.7
cvs rdiff -u -r1.47 -r1.48 src/share/man/man8/afterboot.8
cvs rdiff -u -r1.29 -r1.30 src/share/man/man8/diskless.8
cvs rdiff -u -r1.9 -r1.10 src/share/man/man8/man8.macppc/ofwboot.8
cvs rdiff -u -r1.16 -r1.17 src/share/man/man8/man8.sparc64/boot.8
cvs rdiff -u -r1.96 -r1.97 src/share/man/man9/kauth.9

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man5/mk.conf.5
diff -u src/share/man/man5/mk.conf.5:1.58 src/share/man/man5/mk.conf.5:1.59
--- src/share/man/man5/mk.conf.5:1.58	Sun Nov  6 22:34:47 2011
+++ src/share/man/man5/mk.conf.5	Sun Mar 11 23:42:06 2012
@@ -1,4 +1,4 @@
-.\"	$NetBSD: mk.conf.5,v 1.58 2011/11/06 22:34:47 tron Exp $
+.\"	$NetBSD: mk.conf.5,v 1.59 2012/03/11 23:42:06 njoly Exp $
 .\"
 .\"  Copyright (c) 1999-2003 The NetBSD Foundation, Inc.
 .\"  All rights reserved.
@@ -915,7 +915,7 @@ on everything else.
 .Ss pkgsrc system variables
 .
 Please see the pkgsrc guide at
-.Pa http://www.netbsd.org/Documentation/pkgsrc/
+.Lk http://www.netbsd.org/Documentation/pkgsrc/
 or
 .Pa pkgsrc/doc/pkgsrc.txt
 for more variables used internally by the package system and
@@ -936,7 +936,7 @@ Examples for settings regarding the pkgs
 .Xr make 1 ,
 .Pa /usr/share/mk/bsd.README ,
 .Pa pkgsrc/doc/pkgsrc.txt ,
-.Pa http://www.netbsd.org/Documentation/pkgsrc/
+.Lk http://www.netbsd.org/Documentation/pkgsrc/
 .Sh HISTORY
 The
 .Nm

Index: src/share/man/man7/tests.7
diff -u src/share/man/man7/tests.7:1.8 src/share/man/man7/tests.7:1.9
--- src/share/man/man7/tests.7:1.8	Fri Aug  5 14:43:41 2011
+++ src/share/man/man7/tests.7	Sun Mar 11 23:42:07 2012
@@ -1,4 +1,4 @@
-.\"	$NetBSD: tests.7,v 1.8 2011/08/05 14:43:41 jmmv Exp $
+.\"	$NetBSD: tests.7,v 1.9 2012/03/11 23:42:07 njoly Exp $
 .\"
 .\" Copyright (c) 2010 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -189,9 +189,9 @@ problem report.
 For more details please refer to:
 .Bl -bullet -offset indent -compact
 .It
-.Pa http://www.netbsd.org/mailinglists/
+.Lk http://www.netbsd.org/mailinglists/ "NetBSD mailing lists"
 .It
-.Pa http://www.netbsd.org/support/send-pr.html
+.Lk http://www.netbsd.org/support/send-pr.html "NetBSD Problem Reports"
 .El
 .Sh FILES
 .Bl -tag -compact -width etcXatfXNetBSDXconfXX

Index: src/share/man/man8/afterboot.8
diff -u src/share/man/man8/afterboot.8:1.47 src/share/man/man8/afterboot.8:1.48
--- src/share/man/man8/afterboot.8:1.47	Sat Jun 26 11:26:17 2010
+++ src/share/man/man8/afterboot.8	Sun Mar 11 23:42:07 2012
@@ -1,4 +1,4 @@
-.\"	$NetBSD: afterboot.8,v 1.47 2010/06/26 11:26:17 jmmv Exp $
+.\"	$NetBSD: afterboot.8,v 1.48 2012/03/11 23:42:07 njoly Exp $
 .\"	$OpenBSD: afterboot.8,v 1.72 2002/02/22 02:02:33 miod Exp $
 .\"
 .\" Originally created by Marshall M. Midden -- 1997-10-20, m...@umn.edu
@@ -92,7 +92,7 @@ if they get used to using the manual pag
 By the time that you have installed your system, it is quite likely that
 bugs in the release have been found.
 All significant and easily fixed problems will be reported at
-.Pa http://www.NetBSD.org/support/security/ .
+.Lk http://www.NetBSD.org/support/security/ .
 It is recommended that you check this page regularly.
 .Pp
 Additionally, you should set
@@ -853,11 +853,11 @@ The
 .Nx
 packages collection, pkgsrc, includes a large set of third-party software.
 A lot of it is available as binary packages that you can download from
-.Pa ftp://ftp.NetBSD.org/pub/NetBSD/packages/
+.Lk ftp://ftp.NetBSD.org/pub/NetBSD/packages/
 or a mirror, and install using
 .Xr pkg_add 1 .
 See
-.Pa http://www.NetBSD.org/docs/pkgsrc/
+.Lk http://www.NetBSD.org/docs/pkgsrc/
 and
 .Pa pkgsrc/doc/pkgsrc.txt
 for more details.

Index: src/share/man/man8/diskless.8
diff -u src/share/man/man8/diskless.8:1.29 src/share/man/man8/diskless.8:1.30
--- src/share/man/man8/diskless.8:1.29	Sat Oct  7 22:23:45 2006
+++ src/share/man/man8/diskless.8	Sun Mar 11 23:42:07 2012
@@ -1,4 +1,4 @@
-.\"	$NetBSD: diskless.8,v 1.29 2006/10/07 22:23:45 elad Exp $
+.\"	$NetBSD: diskless.8,v 1.30 2012/03/11 23:42:07 njoly Exp $
 .\"
 .\" Copyright (c) 1994 Gordon W. Ross, Theo de Raadt
 .\" All rights reserved.
@@ -471,8 +471,7 @@ The
 server
 .Xr dhcpd 8
 was developed by the Internet Software Consortium
-.Pq ISC ;
-.Pa http://www.isc.org/
+.Pq Lk http://www.isc.org/ "ISC" .
 .Pp
 .Tn DHCP
 can provide a wide range of information to a requesting client;
@@ -885,4 +884,4 @@ location of boot programs offered by
 .%T "DHCP Options and BOOTP Vendor Extensions"
 .Re
 .Pp
-.Pa http://www.rfc-editor.org/
+.Lk http://www.rfc-editor.org/ "RFC Editor"

Index: src/share/man/man8/man8.macppc/ofwboot.8
diff -u src/share/man/man8/man8.macppc/ofwboot.8:1.9 src/share/man/man8/man8.macppc/ofwboot.8:1.10
--- src/share/man/man8/man8.macppc/ofwboot.8:1.9	Wed Apr 30 13:10:58 2008
+++ src/share/man/man8/man8.macppc/ofwboot.8	Sun Mar 11 23:42:07 2012
@@ -1,4 +1,4 @@
-.\"	$NetBSD: ofwboot.8,v 1.9 2008/04/30 13:10:58 martin Exp $
+.\"	$NetBSD: ofwboot.8,v 1.10 2012/03/11 23:42:07 njoly Exp $
 .\"
 .\" Copyright (c) 2001 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -364,10 +364,10 @@ and hangs: See the real-base part in the
 .Xr installboot 8
 .Pp
 .Pa INSTALL.html
-.br
-.Pa http://www.NetBSD.org/ports/macppc/faq.html
-.br
-.Pa http://www.NetBSD.org/docs/network/netboot/
+.Pp
+.Lk http://www.NetBSD.org/ports/macppc/faq.html "NetBSD/macppc Frequently Asked Questions"
+.Pp
+.Lk http://www.NetBSD.org/docs/network/netboot/ "Diskless NetBSD HOW-TO"
 .Sh STANDARDS
 .St -ieee1275-94
 .Sh BUGS

Index: src/share/man/man8/man8.sparc64/boot.8
diff -u src/share/man/man8/man8.sparc64/boot.8:1.16 src/share/man/man8/man8.sparc64/boot.8:1.17
--- src/share/man/man8/man8.sparc64/boot.8:1.16	Thu Apr 28 17:22:20 2011
+++ src/share/man/man8/man8.sparc64/boot.8	Sun Mar 11 23:42:07 2012
@@ -1,4 +1,4 @@
-.\"	$NetBSD: boot.8,v 1.16 2011/04/28 17:22:20 wiz Exp $
+.\"	$NetBSD: boot.8,v 1.17 2012/03/11 23:42:07 njoly Exp $
 .\"
 .\" Copyright (c) 1992, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -252,7 +252,7 @@ file system from the swap partition.
 developed its firmware and promoted it to become
 .St -ieee1275-94 .
 .Pp
-.Pa http://playground.sun.com/1275/
+.Lk http://www.openfirmware.org/1275/ "IEEE 1275 Open Firmware"
 .Sh BUGS
 .Nx
 provides no way to boot

Index: src/share/man/man9/kauth.9
diff -u src/share/man/man9/kauth.9:1.96 src/share/man/man9/kauth.9:1.97
--- src/share/man/man9/kauth.9:1.96	Tue Jan 17 10:47:27 2012
+++ src/share/man/man9/kauth.9	Sun Mar 11 23:42:07 2012
@@ -1,4 +1,4 @@
-.\" $NetBSD: kauth.9,v 1.96 2012/01/17 10:47:27 cegger Exp $
+.\" $NetBSD: kauth.9,v 1.97 2012/03/11 23:42:07 njoly Exp $
 .\"
 .\" Copyright (c) 2005, 2006 Elad Efrat <e...@netbsd.org>
 .\" All rights reserved.
@@ -1588,7 +1588,7 @@ The kernel authorization framework in
 first appeared in
 .Nx 4.0 ,
 and is a clean-room implementation based on Apple TN2127, available at
-http://developer.apple.com/technotes/tn2005/tn2127.html
+.Lk http://developer.apple.com/technotes/tn2005/tn2127.html
 .Sh NOTES
 As
 .Nm

Reply via email to