Source-Changes-HG archive

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

[src/trunk]: src Use Lk macro when dealing with URLs. While here update or re...



details:   https://anonhg.NetBSD.org/src/rev/d8223a20f097
branches:  trunk
changeset: 778096:d8223a20f097
user:      njoly <njoly%NetBSD.org@localhost>
date:      Thu Mar 15 22:35:02 2012 +0000

description:
Use Lk macro when dealing with URLs. While here update or remove some
dead URL links. Another part of PR/29238.

diffstat:

 common/lib/libprop/proplib.3   |  4 ++--
 sbin/savecore/savecore.8       |  5 +++--
 usr.bin/whois/whois.1          |  4 ++--
 usr.sbin/btconfig/btconfig.8   |  4 ++--
 usr.sbin/btpand/btpand.8       |  4 ++--
 usr.sbin/cpuctl/cpuctl.8       |  4 ++--
 usr.sbin/faithd/faithd.8       |  6 +++---
 usr.sbin/ipwctl/ipwctl.8       |  4 ++--
 usr.sbin/isibootd/isibootd.8   |  4 ++--
 usr.sbin/lmcconfig/lmcconfig.8 |  4 +---
 usr.sbin/sdpd/sdpd.8           |  4 ++--
 11 files changed, 23 insertions(+), 24 deletions(-)

diffs (211 lines):

diff -r 065e3382d8c0 -r d8223a20f097 common/lib/libprop/proplib.3
--- a/common/lib/libprop/proplib.3      Thu Mar 15 19:04:46 2012 +0000
+++ b/common/lib/libprop/proplib.3      Thu Mar 15 22:35:02 2012 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: proplib.3,v 1.7 2011/01/19 20:34:23 bouyer Exp $
+.\"    $NetBSD: proplib.3,v 1.8 2012/03/15 22:35:02 njoly Exp $
 .\"
 .\" Copyright (c) 2006 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -51,7 +51,7 @@
 This external representation is an XML document whose format is described
 by the following DTD:
 .Bd -literal -offset indent
-http://www.apple.com/DTDs/PropertyList-1.0.dtd
+.Lk http://www.apple.com/DTDs/PropertyList-1.0.dtd
 .Ed
 .Pp
 Property container objects are reference counted.
diff -r 065e3382d8c0 -r d8223a20f097 sbin/savecore/savecore.8
--- a/sbin/savecore/savecore.8  Thu Mar 15 19:04:46 2012 +0000
+++ b/sbin/savecore/savecore.8  Thu Mar 15 22:35:02 2012 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: savecore.8,v 1.36 2011/09/13 08:54:11 wiz Exp $
+.\"    $NetBSD: savecore.8,v 1.37 2012/03/15 22:35:03 njoly Exp $
 .\"
 .\" Copyright (c) 1980, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -85,7 +85,8 @@
 .Pp
 Crashes are usually the result of hardware faults or kernel bugs.
 If a kernel bug is suspected, a full bug report should be filed at
-http://www.netbsd.org/, or using
+.Lk http://www.netbsd.org/ ,
+or using
 .Xr send-pr 1 ,
 containing as much information as possible about the circumstances of
 the crash.
diff -r 065e3382d8c0 -r d8223a20f097 usr.bin/whois/whois.1
--- a/usr.bin/whois/whois.1     Thu Mar 15 19:04:46 2012 +0000
+++ b/usr.bin/whois/whois.1     Thu Mar 15 22:35:02 2012 +0000
@@ -1,4 +1,4 @@
-.\"     $NetBSD: whois.1,v 1.25 2009/05/04 21:13:58 wiz Exp $
+.\"     $NetBSD: whois.1,v 1.26 2012/03/15 22:35:03 njoly Exp $
 .\"    $OpenBSD: whois.1,v 1.22 2003/09/02 18:50:07 jmc Exp $
 .\"
 .\" Copyright (c) 1985, 1990, 1993
@@ -152,7 +152,7 @@
 .Pq Pa whois.internic.net
 is no longer handled by Network Solutions, Inc.
 For details, see
-.Pa http://www.internic.net/ .
+.Lk http://www.internic.net/ .
 .Pp
 (Hint: Contact information, identified by the term
 .Em handle ,
diff -r 065e3382d8c0 -r d8223a20f097 usr.sbin/btconfig/btconfig.8
--- a/usr.sbin/btconfig/btconfig.8      Thu Mar 15 19:04:46 2012 +0000
+++ b/usr.sbin/btconfig/btconfig.8      Thu Mar 15 22:35:02 2012 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: btconfig.8,v 1.17 2010/10/17 12:45:28 plunky Exp $
+.\" $NetBSD: btconfig.8,v 1.18 2012/03/15 22:35:03 njoly Exp $
 .\"
 .\" Copyright (c) 2006 Itronix Inc.
 .\" All rights reserved.
@@ -128,7 +128,7 @@
 See the
 .Qq Assigned Numbers - Baseband
 document at
-.Dv http://www.bluetooth.com/
+.Lk http://www.bluetooth.com/
 for details of constructing a Class of Device value.
 As a starter, 0x020104 means Desktop Computer, with Networking
 available.
diff -r 065e3382d8c0 -r d8223a20f097 usr.sbin/btpand/btpand.8
--- a/usr.sbin/btpand/btpand.8  Thu Mar 15 19:04:46 2012 +0000
+++ b/usr.sbin/btpand/btpand.8  Thu Mar 15 22:35:02 2012 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: btpand.8,v 1.5 2011/04/29 10:31:02 wiz Exp $
+.\" $NetBSD: btpand.8,v 1.6 2012/03/15 22:35:03 njoly Exp $
 .\"
 .\" Copyright (c) 2008 Iain Hibbert
 .\" All rights reserved.
@@ -219,7 +219,7 @@
 and
 .Qq Bluetooth Network Encapsulation Protocol
 specifications are available at
-.Dl http://www.bluetooth.com/
+.Lk http://www.bluetooth.com/
 .Sh AUTHORS
 .An Iain Hibbert
 .Sh BUGS
diff -r 065e3382d8c0 -r d8223a20f097 usr.sbin/cpuctl/cpuctl.8
--- a/usr.sbin/cpuctl/cpuctl.8  Thu Mar 15 19:04:46 2012 +0000
+++ b/usr.sbin/cpuctl/cpuctl.8  Thu Mar 15 22:35:02 2012 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: cpuctl.8,v 1.8 2012/01/14 00:59:56 wiz Exp $
+.\"    $NetBSD: cpuctl.8,v 1.9 2012/03/15 22:35:03 njoly Exp $
 .\"
 .\" Copyright (c) 2007, 2008, 2012 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -91,7 +91,7 @@
 .Dv XX
 is the CPU family starting with 15 (hex).
 Get it from
-.Pa http://www.amd64.org/support/microcode.html
+.Lk http://www.amd64.org/support/microcode.html
 .El
 .Sh EXAMPLES
 Run
diff -r 065e3382d8c0 -r d8223a20f097 usr.sbin/faithd/faithd.8
--- a/usr.sbin/faithd/faithd.8  Thu Mar 15 19:04:46 2012 +0000
+++ b/usr.sbin/faithd/faithd.8  Thu Mar 15 22:35:02 2012 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: faithd.8,v 1.28 2010/01/15 19:19:32 joerg Exp $
+.\"    $NetBSD: faithd.8,v 1.29 2012/03/15 22:35:03 njoly Exp $
 .\"    $KAME: faithd.8,v 1.37 2002/05/09 14:21:23 itojun Exp $
 .\"
 .\" Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@@ -110,7 +110,7 @@
 An implementation called
 .Nm totd
 is available at
-.Pa http://www.vermicelli.pasta.cs.uit.no/software/totd.html .
+.Lk http://www.dillema.net/software/totd.html .
 Make sure you do not propagate translated DNS records over to normal
 DNS, as it can cause severe problems.
 .Ss Daemon mode
@@ -369,7 +369,7 @@
 .%A Kazu Yamamoto
 .%T "An IPv6-to-IPv4 transport relay translator"
 .%B RFC 3142
-.%U ftp://ftp.isi.edu/in-notes/rfc3142.txt
+.%U http://www.ietf.org/rfc/rfc3142.txt
 .%D June 2001
 .Re
 .\"
diff -r 065e3382d8c0 -r d8223a20f097 usr.sbin/ipwctl/ipwctl.8
--- a/usr.sbin/ipwctl/ipwctl.8  Thu Mar 15 19:04:46 2012 +0000
+++ b/usr.sbin/ipwctl/ipwctl.8  Thu Mar 15 22:35:02 2012 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: ipwctl.8,v 1.11 2009/03/09 19:24:33 joerg Exp $
+.\" $NetBSD: ipwctl.8,v 1.12 2012/03/15 22:35:03 njoly Exp $
 .\" Id: ipwctl.8,v 1.1.2.1 2004/08/19 16:24:50 damien Exp
 .\"
 .\" Copyright (c) 2004
@@ -66,7 +66,7 @@
 .Pa pkgsrc/sysutils/ipw-firmware
 package.
 The original archive is available from Intel at:
-.Pa http://ipw2100.sourceforge.net/firmware.php?fid=3 .
+.Lk http://ipw2100.sourceforge.net/firmware.php?fid=3 .
 .Pp
 .Bl -tag -width ipw2100-1.2-i.fw -compact
 .It Pa ipw2100-1.2.fw
diff -r 065e3382d8c0 -r d8223a20f097 usr.sbin/isibootd/isibootd.8
--- a/usr.sbin/isibootd/isibootd.8      Thu Mar 15 19:04:46 2012 +0000
+++ b/usr.sbin/isibootd/isibootd.8      Thu Mar 15 22:35:02 2012 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: isibootd.8,v 1.3 2011/12/17 14:25:32 tsutsui Exp $
+.\"    $NetBSD: isibootd.8,v 1.4 2012/03/15 22:35:03 njoly Exp $
 .\"
 .\" Copyright (c) 2011 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -89,7 +89,7 @@
 .Xr hosts 5 ,
 .Xr tftpd 8
 .Pp
-.Pa http://www.NetBSD.org/ports/luna68k/install.html
+.Lk http://www.NetBSD.org/ports/luna68k/install.html "NetBSD/luna68k Installation Instructions"
 .Sh HISTORY
 .Nm
 is based on
diff -r 065e3382d8c0 -r d8223a20f097 usr.sbin/lmcconfig/lmcconfig.8
--- a/usr.sbin/lmcconfig/lmcconfig.8    Thu Mar 15 19:04:46 2012 +0000
+++ b/usr.sbin/lmcconfig/lmcconfig.8    Thu Mar 15 22:35:02 2012 +0000
@@ -41,7 +41,7 @@
 .\" this program; if not, write to the Free Software Foundation, Inc., 59
 .\" Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 .\"
-.\" $NetBSD: lmcconfig.8,v 1.4 2006/04/20 16:53:19 christos Exp $
+.\" $NetBSD: lmcconfig.8,v 1.5 2012/03/15 22:35:03 njoly Exp $
 .\"
 .Dd April 11, 2006
 .Dt LMCCONFIG 8
@@ -788,8 +788,6 @@
 .if \n[fbsd] .Xr netgraph 4 ,
 .Xr ifconfig 8 ,
 .Xr ifnet 9
-.Pp
-.Pa http://www.sbei.com/
 .\"
 .Sh HISTORY
 .\"
diff -r 065e3382d8c0 -r d8223a20f097 usr.sbin/sdpd/sdpd.8
--- a/usr.sbin/sdpd/sdpd.8      Thu Mar 15 19:04:46 2012 +0000
+++ b/usr.sbin/sdpd/sdpd.8      Thu Mar 15 22:35:02 2012 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: sdpd.8,v 1.8 2009/08/20 15:59:57 wiz Exp $
+.\" $NetBSD: sdpd.8,v 1.9 2012/03/15 22:35:04 njoly Exp $
 .\"
 .\" Copyright (c) 2009 The NetBSD Foundation, Inc.
 .\" Copyright (c) 2004 Maksim Yevmenkin <m_evmenkin%yahoo.com@localhost>
@@ -116,7 +116,7 @@
 The
 .Qq Service Discovery Protocol
 section of the Bluetooth Core specifications, available at
-.Qq http://www.bluetooth.com/
+.Lk http://www.bluetooth.com/
 .Sh HISTORY
 The original
 .Nm



Home | Main Index | Thread Index | Old Index