Module Name: src
Committed By: njoly
Date: Thu Mar 15 19:04:47 UTC 2012
Modified Files:
src/lib/libbluetooth: sdp.3 sdp_data.3
src/lib/librt: mq_close.3 mq_getattr.3 mq_notify.3 mq_open.3
mq_receive.3 mq_send.3 mq_setattr.3 mq_unlink.3
src/lib/libusbhid: usbhid.3
src/lib/libz: zlib.3
Log Message:
Use Lk macro when dealing with URLs. Another part of PR/29238.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/lib/libbluetooth/sdp.3
cvs rdiff -u -r1.7 -r1.8 src/lib/libbluetooth/sdp_data.3
cvs rdiff -u -r1.2 -r1.3 src/lib/librt/mq_close.3 src/lib/librt/mq_getattr.3 \
src/lib/librt/mq_notify.3 src/lib/librt/mq_setattr.3
cvs rdiff -u -r1.5 -r1.6 src/lib/librt/mq_open.3
cvs rdiff -u -r1.3 -r1.4 src/lib/librt/mq_receive.3 src/lib/librt/mq_send.3 \
src/lib/librt/mq_unlink.3
cvs rdiff -u -r1.13 -r1.14 src/lib/libusbhid/usbhid.3
cvs rdiff -u -r1.7 -r1.8 src/lib/libz/zlib.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libbluetooth/sdp.3
diff -u src/lib/libbluetooth/sdp.3:1.3 src/lib/libbluetooth/sdp.3:1.4
--- src/lib/libbluetooth/sdp.3:1.3 Wed May 20 17:22:56 2009
+++ src/lib/libbluetooth/sdp.3 Thu Mar 15 19:04:46 2012
@@ -1,4 +1,4 @@
-.\" $NetBSD: sdp.3,v 1.3 2009/05/20 17:22:56 plunky Exp $
+.\" $NetBSD: sdp.3,v 1.4 2012/03/15 19:04:46 njoly Exp $
.\"
.\" Copyright (c) 2009 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -241,7 +241,7 @@ did not exist on the server.
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 first Service Discovery implementation was written for
.Fx
Index: src/lib/libbluetooth/sdp_data.3
diff -u src/lib/libbluetooth/sdp_data.3:1.7 src/lib/libbluetooth/sdp_data.3:1.8
--- src/lib/libbluetooth/sdp_data.3:1.7 Sat Jan 15 11:51:25 2011
+++ src/lib/libbluetooth/sdp_data.3 Thu Mar 15 19:04:46 2012
@@ -1,4 +1,4 @@
-.\" $NetBSD: sdp_data.3,v 1.7 2011/01/15 11:51:25 plunky Exp $
+.\" $NetBSD: sdp_data.3,v 1.8 2012/03/15 19:04:46 njoly Exp $
.\"
.\" Copyright (c) 2009 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -387,7 +387,7 @@ will only modify the content, not the si
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
These SDP data parsing and manipulation functions first appeared in
.Nx 6.0 .
Index: src/lib/librt/mq_close.3
diff -u src/lib/librt/mq_close.3:1.2 src/lib/librt/mq_close.3:1.3
--- src/lib/librt/mq_close.3:1.2 Mon Jun 7 07:21:52 2010
+++ src/lib/librt/mq_close.3 Thu Mar 15 19:04:47 2012
@@ -1,4 +1,4 @@
-.\" $NetBSD: mq_close.3,v 1.2 2010/06/07 07:21:52 jruoho Exp $
+.\" $NetBSD: mq_close.3,v 1.3 2012/03/15 19:04:47 njoly Exp $
.\"
.\" Copyright (c) 2001-2003 The Open Group, All Rights Reserved
.\"
@@ -62,4 +62,4 @@ event of any discrepancy between this ve
The Open Group Standard, the original IEEE and The Open Group Standard
is the referee document.
The original Standard can be obtained online at
-http://www.opengroup.org/unix/online.html .
+.Lk http://www.opengroup.org/unix/online.html .
Index: src/lib/librt/mq_getattr.3
diff -u src/lib/librt/mq_getattr.3:1.2 src/lib/librt/mq_getattr.3:1.3
--- src/lib/librt/mq_getattr.3:1.2 Mon Jun 7 07:21:52 2010
+++ src/lib/librt/mq_getattr.3 Thu Mar 15 19:04:47 2012
@@ -1,4 +1,4 @@
-.\" $NetBSD: mq_getattr.3,v 1.2 2010/06/07 07:21:52 jruoho Exp $
+.\" $NetBSD: mq_getattr.3,v 1.3 2012/03/15 19:04:47 njoly Exp $
.\"
.\" Copyright (c) 2001-2003 The Open Group, All Rights Reserved
.\"
@@ -83,4 +83,4 @@ event of any discrepancy between this ve
The Open Group Standard, the original IEEE and The Open Group Standard
is the referee document.
The original Standard can be obtained online at
-http://www.opengroup.org/unix/online.html .
+.Lk http://www.opengroup.org/unix/online.html .
Index: src/lib/librt/mq_notify.3
diff -u src/lib/librt/mq_notify.3:1.2 src/lib/librt/mq_notify.3:1.3
--- src/lib/librt/mq_notify.3:1.2 Mon Jun 7 07:21:52 2010
+++ src/lib/librt/mq_notify.3 Thu Mar 15 19:04:47 2012
@@ -1,4 +1,4 @@
-.\" $NetBSD: mq_notify.3,v 1.2 2010/06/07 07:21:52 jruoho Exp $
+.\" $NetBSD: mq_notify.3,v 1.3 2012/03/15 19:04:47 njoly Exp $
.\"
.\" Copyright (c) 2001-2003 The Open Group, All Rights Reserved
.\"
@@ -87,4 +87,4 @@ event of any discrepancy between this ve
The Open Group Standard, the original IEEE and The Open Group Standard
is the referee document.
The original Standard can be obtained online at
-http://www.opengroup.org/unix/online.html .
+.Lk http://www.opengroup.org/unix/online.html .
Index: src/lib/librt/mq_setattr.3
diff -u src/lib/librt/mq_setattr.3:1.2 src/lib/librt/mq_setattr.3:1.3
--- src/lib/librt/mq_setattr.3:1.2 Mon Jun 7 07:21:52 2010
+++ src/lib/librt/mq_setattr.3 Thu Mar 15 19:04:47 2012
@@ -1,4 +1,4 @@
-.\" $NetBSD: mq_setattr.3,v 1.2 2010/06/07 07:21:52 jruoho Exp $
+.\" $NetBSD: mq_setattr.3,v 1.3 2012/03/15 19:04:47 njoly Exp $
.\"
.\" Copyright (c) 2001-2003 The Open Group, All Rights Reserved
.\"
@@ -100,4 +100,4 @@ event of any discrepancy between this ve
The Open Group Standard, the original IEEE and The Open Group Standard
is the referee document.
The original Standard can be obtained online at
-http://www.opengroup.org/unix/online.html .
+.Lk http://www.opengroup.org/unix/online.html .
Index: src/lib/librt/mq_open.3
diff -u src/lib/librt/mq_open.3:1.5 src/lib/librt/mq_open.3:1.6
--- src/lib/librt/mq_open.3:1.5 Mon Jun 7 07:21:52 2010
+++ src/lib/librt/mq_open.3 Thu Mar 15 19:04:47 2012
@@ -1,4 +1,4 @@
-.\" $NetBSD: mq_open.3,v 1.5 2010/06/07 07:21:52 jruoho Exp $
+.\" $NetBSD: mq_open.3,v 1.6 2012/03/15 19:04:47 njoly Exp $
.\"
.\" Copyright (c) 2001-2003 The Open Group, All Rights Reserved
.\"
@@ -270,4 +270,4 @@ event of any discrepancy between this ve
The Open Group Standard, the original IEEE and The Open Group Standard
is the referee document.
The original Standard can be obtained online at
-http://www.opengroup.org/unix/online.html .
+.Lk http://www.opengroup.org/unix/online.html .
Index: src/lib/librt/mq_receive.3
diff -u src/lib/librt/mq_receive.3:1.3 src/lib/librt/mq_receive.3:1.4
--- src/lib/librt/mq_receive.3:1.3 Mon Jun 7 07:21:52 2010
+++ src/lib/librt/mq_receive.3 Thu Mar 15 19:04:47 2012
@@ -1,4 +1,4 @@
-.\" $NetBSD: mq_receive.3,v 1.3 2010/06/07 07:21:52 jruoho Exp $
+.\" $NetBSD: mq_receive.3,v 1.4 2012/03/15 19:04:47 njoly Exp $
.\"
.\" Copyright (c) 2001-2003 The Open Group, All Rights Reserved
.\"
@@ -168,4 +168,4 @@ event of any discrepancy between this ve
The Open Group Standard, the original IEEE and The Open Group Standard
is the referee document.
The original Standard can be obtained online at
-http://www.opengroup.org/unix/online.html .
+.Lk http://www.opengroup.org/unix/online.html .
Index: src/lib/librt/mq_send.3
diff -u src/lib/librt/mq_send.3:1.3 src/lib/librt/mq_send.3:1.4
--- src/lib/librt/mq_send.3:1.3 Mon Jun 7 07:21:52 2010
+++ src/lib/librt/mq_send.3 Thu Mar 15 19:04:47 2012
@@ -1,4 +1,4 @@
-.\" $NetBSD: mq_send.3,v 1.3 2010/06/07 07:21:52 jruoho Exp $
+.\" $NetBSD: mq_send.3,v 1.4 2012/03/15 19:04:47 njoly Exp $
.\"
.\" Copyright (c) 2001-2003 The Open Group, All Rights Reserved
.\"
@@ -199,4 +199,4 @@ event of any discrepancy between this ve
The Open Group Standard, the original IEEE and The Open Group Standard
is the referee document.
The original Standard can be obtained online at
-http://www.opengroup.org/unix/online.html .
+.Lk http://www.opengroup.org/unix/online.html .
Index: src/lib/librt/mq_unlink.3
diff -u src/lib/librt/mq_unlink.3:1.3 src/lib/librt/mq_unlink.3:1.4
--- src/lib/librt/mq_unlink.3:1.3 Mon Jun 7 16:37:07 2010
+++ src/lib/librt/mq_unlink.3 Thu Mar 15 19:04:47 2012
@@ -1,4 +1,4 @@
-.\" $NetBSD: mq_unlink.3,v 1.3 2010/06/07 16:37:07 wiz Exp $
+.\" $NetBSD: mq_unlink.3,v 1.4 2012/03/15 19:04:47 njoly Exp $
.\"
.\" Copyright (c) 2001-2003 The Open Group, All Rights Reserved
.\"
@@ -89,4 +89,4 @@ event of any discrepancy between this ve
The Open Group Standard, the original IEEE and The Open Group Standard
is the referee document.
The original Standard can be obtained online at
-http://www.opengroup.org/unix/online.html .
+.Lk http://www.opengroup.org/unix/online.html .
Index: src/lib/libusbhid/usbhid.3
diff -u src/lib/libusbhid/usbhid.3:1.13 src/lib/libusbhid/usbhid.3:1.14
--- src/lib/libusbhid/usbhid.3:1.13 Wed May 12 18:37:56 2010
+++ src/lib/libusbhid/usbhid.3 Thu Mar 15 19:04:47 2012
@@ -1,4 +1,4 @@
-.\" $NetBSD: usbhid.3,v 1.13 2010/05/12 18:37:56 plunky Exp $
+.\" $NetBSD: usbhid.3,v 1.14 2012/03/15 19:04:47 njoly Exp $
.\"
.\" Copyright (c) 1999, 2001 Lennart Augustsson <[email protected]>
.\" All rights reserved.
@@ -204,10 +204,7 @@ The default HID usage table.
.Xr uhid 4 ,
.Xr usb 4
.Pp
-The
-.Tn USB
-specifications can be found at
-.Dv http://www.usb.org/developers/docs.html .
+.Lk http://www.usb.org/developers/docs/ "USB Specifications"
.Sh HISTORY
The
.Nm
Index: src/lib/libz/zlib.3
diff -u src/lib/libz/zlib.3:1.7 src/lib/libz/zlib.3:1.8
--- src/lib/libz/zlib.3:1.7 Mon Mar 22 21:56:42 2010
+++ src/lib/libz/zlib.3 Thu Mar 15 19:04:47 2012
@@ -1,4 +1,4 @@
-.\" $NetBSD: zlib.3,v 1.7 2010/03/22 21:56:42 joerg Exp $
+.\" $NetBSD: zlib.3,v 1.8 2012/03/15 19:04:47 njoly Exp $
.\" $OpenBSD: zlib.3,v 1.1 2003/09/25 09:12:09 jmc Exp $
.\"
.\" Copyright (C) 1995-2002 Jean-loup Gailly and Mark Adler
@@ -1630,7 +1630,7 @@ DEFLATE Compressed Data Format Specifica
GZIP File Format Specification.
.El
.Pp
-.Pa http://www.gzip.org/zlib/
+.Lk http://www.gzip.org/zlib/ "zlib"
.Sh HISTORY
This manual page is based on an HTML version of
.In zlib.h