summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2012-08-18 08:44:26 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2012-08-18 08:44:26 +0000
commit9eb2056463e77452c902098a4156d62a2f8ed708 (patch)
tree3237b2aaeaaf34410100ca649822df58be7ea112
parent1da3dbb86741c9576ee77fc94f0bf0c313f2d625 (diff)
within Rs/Re reference blocks, use %U instead of %O (or any other
variants) for URLs, allowing mandoc -Thtml to properly generate links; (sendmail.8 changes are simply using Lk, which i somehow missed in previous) ingo reminded me to verify that gnu groff recognises %U: 1.20.1 does not, but 1.21 does;
-rw-r--r--gnu/usr.sbin/sendmail/sendmail/sendmail.88
-rw-r--r--lib/libc/hash/mdX.36
-rw-r--r--share/man/man4/amas.410
-rw-r--r--share/man/man4/andl.46
-rw-r--r--share/man/man4/atw.410
-rw-r--r--share/man/man4/aue.46
-rw-r--r--share/man/man4/axe.46
-rw-r--r--share/man/man4/cdce.46
-rw-r--r--share/man/man4/cdcef.48
-rw-r--r--share/man/man4/dc.416
-rw-r--r--share/man/man4/faith.46
-rw-r--r--share/man/man4/gre.48
-rw-r--r--share/man/man4/km.410
-rw-r--r--share/man/man4/lge.46
-rw-r--r--share/man/man4/lisa.46
-rw-r--r--share/man/man4/man4.sparc/cgfourteen.46
-rw-r--r--share/man/man4/man4.sparc/cgsix.46
-rw-r--r--share/man/man4/man4.sparc/cgthree.46
-rw-r--r--share/man/man4/man4.sparc64/cgsix.46
-rw-r--r--share/man/man4/man4.sparc64/cgthree.46
-rw-r--r--share/man/man4/man4.sparc64/ebus.46
-rw-r--r--share/man/man4/mos.46
-rw-r--r--share/man/man4/nge.48
-rw-r--r--share/man/man4/re.46
-rw-r--r--share/man/man4/rtw.46
-rw-r--r--share/man/man4/sf.46
-rw-r--r--share/man/man4/sis.48
-rw-r--r--share/man/man4/sk.46
-rw-r--r--share/man/man4/ste.46
-rw-r--r--share/man/man4/udav.46
-rw-r--r--share/man/man4/utwitch.46
-rw-r--r--share/man/man4/vlan.48
-rw-r--r--share/man/man4/vr.46
-rw-r--r--share/man/man9/tc_init.96
-rw-r--r--usr.sbin/faithd/faithd.86
-rw-r--r--usr.sbin/snmpd/snmpd.86
36 files changed, 125 insertions, 125 deletions
diff --git a/gnu/usr.sbin/sendmail/sendmail/sendmail.8 b/gnu/usr.sbin/sendmail/sendmail/sendmail.8
index d6b4278bb59..4d0b8075547 100644
--- a/gnu/usr.sbin/sendmail/sendmail/sendmail.8
+++ b/gnu/usr.sbin/sendmail/sendmail/sendmail.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sendmail.8,v 1.34 2011/05/17 15:54:24 millert Exp $
+.\" $OpenBSD: sendmail.8,v 1.35 2012/08/18 08:44:24 jmc Exp $
.\"
.\" Copyright (c) 1998-2003 Sendmail, Inc. and its suppliers.
.\" All rights reserved.
@@ -13,7 +13,7 @@
.\"
.\" $Sendmail: sendmail.8,v 8.60 2011/03/07 23:44:48 ca Exp $
.\"
-.Dd $Mdocdate: May 17 2011 $
+.Dd $Mdocdate: August 18 2012 $
.Dt SENDMAIL 8
.Os
.Sh NAME
@@ -669,7 +669,7 @@ RFC 819, RFC 821, RFC 2822.
.br
.Pa /usr/share/doc/html/milter/index.html .
.Pp
-http://www.sendmail.org/
+.Lk http://www.sendmail.org/
.Pp
US Patent Numbers 6865671, 6986037.
.Sh HISTORY
@@ -693,4 +693,4 @@ option,
the permission problems should be fixed.
For more information, see:
.Pp
-.Pa http://www.sendmail.org/tips/DontBlameSendmail.html
+.Lk http://www.sendmail.org/tips/DontBlameSendmail.html
diff --git a/lib/libc/hash/mdX.3 b/lib/libc/hash/mdX.3
index 425b77076b4..03958938c25 100644
--- a/lib/libc/hash/mdX.3
+++ b/lib/libc/hash/mdX.3
@@ -6,9 +6,9 @@
.\" this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
.\" ----------------------------------------------------------------------------
.\"
-.\" $OpenBSD: mdX.3,v 1.11 2010/07/13 22:34:45 tedu Exp $
+.\" $OpenBSD: mdX.3,v 1.12 2012/08/18 08:44:25 jmc Exp $
.\"
-.Dd $Mdocdate: July 13 2010 $
+.Dd $Mdocdate: August 18 2012 $
.Dt MDX 3
.Os
.Sh NAME
@@ -169,7 +169,7 @@ characters of buffer space.
.Rs
.%A RSA Laboratories
.%T Frequently Asked Questions About today's Cryptography
-.%O \&<http://www.rsa.com/rsalabs/faq/>
+.%U http://www.rsa.com/rsalabs/faq/
.Re
.Rs
.%A H. Dobbertin
diff --git a/share/man/man4/amas.4 b/share/man/man4/amas.4
index 92a988e8894..7cd1eec4de9 100644
--- a/share/man/man4/amas.4
+++ b/share/man/man4/amas.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: amas.4,v 1.2 2011/06/06 23:18:28 sthen Exp $
+.\" $OpenBSD: amas.4,v 1.3 2012/08/18 08:44:25 jmc Exp $
.\"
.\" Copyright (c) 2009 Ariane van der Steldt <ariane@stack.nl>
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: June 6 2011 $
+.Dd $Mdocdate: August 18 2012 $
.Dt AMAS 4
.Os
.Sh NAME
@@ -58,21 +58,21 @@ all should contain the same information.
.%D February 2006
.%R Publication # 26094
.%P pp. 66\(en80
-.\" .%O http://support.amd.com/us/Processor_TechDocs/26094.PDF
+.\" .%U http://support.amd.com/us/Processor_TechDocs/26094.PDF
.Re
.Rs
.%T "BIOS and Kernel Developer's Guide (BKDG) For AMD Family 10h Processors"
.%D March 2008
.%R Publication # 31116
.%P pp. 158\(en167
-.\" .%O http://support.amd.com/us/Processor_TechDocs/31116.pdf
+.\" .%U http://support.amd.com/us/Processor_TechDocs/31116.pdf
.Re
.Rs
.%T "BIOS and Kernel Developer's Guide (BKDG) For AMD Family 11h Processors"
.%D July 2008
.%R Publication # 41256
.%P pp. 109\(en114
-.\" .%O http://support.amd.com/us/Processor_TechDocs/41256.pdf
+.\" .%U http://support.amd.com/us/Processor_TechDocs/41256.pdf
.Re
.Sh HISTORY
The
diff --git a/share/man/man4/andl.4 b/share/man/man4/andl.4
index 70be08caf72..c4c09151342 100644
--- a/share/man/man4/andl.4
+++ b/share/man/man4/andl.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: andl.4,v 1.2 2008/03/23 20:07:48 jmc Exp $
+.\" $OpenBSD: andl.4,v 1.3 2012/08/18 08:44:25 jmc Exp $
.\"
.\" Copyright (c) 2008 Constantine A. Murenin <cnst+openbsd@bugmail.mojo.ru>
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: March 23 2008 $
+.Dd $Mdocdate: August 18 2012 $
.Dt ANDL 4
.Os
.Sh NAME
@@ -39,7 +39,7 @@ interface.
.Rs
.%T Andigilog aSC7611 Hardware Monitor with Integrated Fan Control
.%D October 2006
-.%O http://www.andigilog.com/downloads/aSC7611_70A05007.pdf
+.%U http://www.andigilog.com/downloads/aSC7611_70A05007.pdf
.Re
.Sh HISTORY
The
diff --git a/share/man/man4/atw.4 b/share/man/man4/atw.4
index 81d4beb0e7f..da8e15b174a 100644
--- a/share/man/man4/atw.4
+++ b/share/man/man4/atw.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: atw.4,v 1.30 2009/09/02 07:00:24 jmc Exp $
+.\" $OpenBSD: atw.4,v 1.31 2012/08/18 08:44:25 jmc Exp $
.\" $NetBSD: atw.4,v 1.8 2004/06/06 04:05:49 wiz Exp $
.\"
.\" Copyright (c) 2003
@@ -28,7 +28,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
.\" THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: September 2 2009 $
+.Dd $Mdocdate: August 18 2012 $
.Dt ATW 4
.Os
.Sh NAME
@@ -184,15 +184,15 @@ command.
.Xr ifconfig 8
.Rs
.%T ADMtek
-.%O http://www.admtek.com.tw
+.%U http://www.admtek.com.tw
.Re
.Rs
.%T Silicon Laboratories
-.%O http://www.silabs.com
+.%U http://www.silabs.com
.Re
.Rs
.%T RF Micro Devices
-.%O http://www.rfmd.com
+.%U http://www.rfmd.com
.Re
.Sh HISTORY
The
diff --git a/share/man/man4/aue.4 b/share/man/man4/aue.4
index f9a4b889571..0addc7c6cc6 100644
--- a/share/man/man4/aue.4
+++ b/share/man/man4/aue.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: aue.4,v 1.33 2007/11/10 22:58:24 deraadt Exp $
+.\" $OpenBSD: aue.4,v 1.34 2012/08/18 08:44:25 jmc Exp $
.\" $NetBSD: aue.4,v 1.9 2002/07/11 00:23:31 rh Exp $
.\"
.\" Copyright (c) 1997, 1998, 1999
@@ -33,7 +33,7 @@
.\"
.\" $FreeBSD: src/share/man/man4/aue.4,v 1.2 2000/01/07 22:18:47 wpaul Exp $
.\"
-.Dd $Mdocdate: November 10 2007 $
+.Dd $Mdocdate: August 18 2012 $
.Dt AUE 4
.Os
.Sh NAME
@@ -189,7 +189,7 @@ The driver failed to allocate an mbuf for the receiver ring.
.Xr ifconfig 8
.Rs
.%T ADMtek AN986 and ADM8511 data sheets
-.%O http://www.admtek.com.tw
+.%U http://www.admtek.com.tw
.Re
.Sh HISTORY
The
diff --git a/share/man/man4/axe.4 b/share/man/man4/axe.4
index f6c317619fe..612ac19c23c 100644
--- a/share/man/man4/axe.4
+++ b/share/man/man4/axe.4
@@ -29,9 +29,9 @@
.\" THE POSSIBILITY OF SUCH DAMAGE.
.\"
.\" $FreeBSD: /repoman/r/ncvs/src/share/man/man4/axe.4,v 1.3 2003/05/29 21:28:35 ru Exp $
-.\" $OpenBSD: axe.4,v 1.39 2012/01/26 16:04:16 mikeb Exp $
+.\" $OpenBSD: axe.4,v 1.40 2012/08/18 08:44:25 jmc Exp $
.\"
-.Dd $Mdocdate: January 26 2012 $
+.Dd $Mdocdate: August 18 2012 $
.Dt AXE 4
.Os
.Sh NAME
@@ -152,7 +152,7 @@ The driver failed to allocate an mbuf for the receiver ring.
.Xr ifconfig 8
.Rs
.%T "ASIX AX88172 data sheet"
-.%O http://www.asix.com.tw
+.%U http://www.asix.com.tw
.Re
.Sh HISTORY
The
diff --git a/share/man/man4/cdce.4 b/share/man/man4/cdce.4
index 83ebefaec0b..92dbd0314d1 100644
--- a/share/man/man4/cdce.4
+++ b/share/man/man4/cdce.4
@@ -25,9 +25,9 @@
.\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $OpenBSD: cdce.4,v 1.15 2011/11/09 21:49:53 sthen Exp $
+.\" $OpenBSD: cdce.4,v 1.16 2012/08/18 08:44:25 jmc Exp $
.\"
-.Dd $Mdocdate: November 9 2011 $
+.Dd $Mdocdate: August 18 2012 $
.Dt CDCE 4
.Os
.Sh NAME
@@ -115,7 +115,7 @@ is running low on mbufs.
.Xr ifconfig 8
.Rs
.%T "Universal Serial Bus Class Definitions for Communication Devices"
-.%O http://www.usb.org/developers/devclass_docs/usbcdc11.pdf
+.%U http://www.usb.org/developers/devclass_docs/usbcdc11.pdf
.Re
.Rs
.%T "Data sheet Prolific PL-2501 Host-to-Host Bridge/Network Controller"
diff --git a/share/man/man4/cdcef.4 b/share/man/man4/cdcef.4
index ddcb165817e..baf3f63ad38 100644
--- a/share/man/man4/cdcef.4
+++ b/share/man/man4/cdcef.4
@@ -1,8 +1,8 @@
-.\" $OpenBSD: cdcef.4,v 1.3 2007/05/31 19:19:49 jmc Exp $
+.\" $OpenBSD: cdcef.4,v 1.4 2012/08/18 08:44:25 jmc Exp $
.\"
.\" Uwe Stuehler, 2006. Public Domain.
.\"
-.Dd $Mdocdate: May 31 2007 $
+.Dd $Mdocdate: August 18 2012 $
.Dt CDCEF 4
.Os
.Sh NAME
@@ -31,11 +31,11 @@ For more information on configuring this device, see
.Xr ifconfig 8
.Rs
.%T "Universal Serial Bus Class Definitions for Communication Devices"
-.%O http://www.usb.org/developers/devclass_docs/usbcdc11.pdf
+.%U http://www.usb.org/developers/devclass_docs/usbcdc11.pdf
.Re
.Rs
.%T "CDC Subclass Specification for Ethernet Emulation Model Devices"
-.%O http://www.usb.org/developers/devclass_docs/CDC_EEM10.pdf
+.%U http://www.usb.org/developers/devclass_docs/CDC_EEM10.pdf
.Re
.Sh HISTORY
The
diff --git a/share/man/man4/dc.4 b/share/man/man4/dc.4
index 040732b5126..7e65667ec0f 100644
--- a/share/man/man4/dc.4
+++ b/share/man/man4/dc.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: dc.4,v 1.47 2011/07/27 00:50:23 sthen Exp $
+.\" $OpenBSD: dc.4,v 1.48 2012/08/18 08:44:25 jmc Exp $
.\"
.\" Copyright (c) 1997, 1998, 1999
.\" Bill Paul <wpaul@ee.columbia.edu>. All rights reserved.
@@ -32,7 +32,7 @@
.\"
.\" $FreeBSD: src/share/man/man4/dc.4,v 1.1 1999/12/04 17:41:24 wpaul Exp $
.\"
-.Dd $Mdocdate: July 27 2011 $
+.Dd $Mdocdate: August 18 2012 $
.Dt DC 4
.Os
.Sh NAME
@@ -295,27 +295,27 @@ the card should be configured correctly.
.Xr ifconfig 8
.Rs
.%T ADMtek AL981 and AL983 data sheets
-.%O http://www.admtek.com.tw
+.%U http://www.admtek.com.tw
.Re
.Rs
.%T ASIX Electronics AX88140A and AX88141 data sheets
-.%O http://www.asix.com.tw
+.%U http://www.asix.com.tw
.Re
.Rs
.%T Davicom DM9102 data sheet
-.%O http://www.davicom8.com
+.%U http://www.davicom8.com
.Re
.Rs
.%T Intel 21143 Hardware Reference Manual
-.%O http://developer.intel.com
+.%U http://developer.intel.com
.Re
.Rs
.%T Macronix 98713/A, 98715/A and 98725 data sheets
-.%O http://www.macronix.com
+.%U http://www.macronix.com
.Re
.Rs
.%T Macronix 98713/A and 98715/A app notes
-.%O http://www.macronix.com
+.%U http://www.macronix.com
.Re
.Sh HISTORY
The
diff --git a/share/man/man4/faith.4 b/share/man/man4/faith.4
index c76dbce9259..ae0c48cef4e 100644
--- a/share/man/man4/faith.4
+++ b/share/man/man4/faith.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: faith.4,v 1.17 2007/05/31 19:19:50 jmc Exp $
+.\" $OpenBSD: faith.4,v 1.18 2012/08/18 08:44:25 jmc Exp $
.\" $KAME: faith.4,v 1.10 2001/06/30 00:42:48 itojun Exp $
.\"
.\" Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@@ -28,7 +28,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: May 31 2007 $
+.Dd $Mdocdate: August 18 2012 $
.Dt FAITH 4
.Os
.Sh NAME
@@ -128,7 +128,7 @@ interface is intended to be used on routers, not on hosts.
.%A Kazu Yamamoto
.%T "An IPv6-to-IPv4 transport relay translator"
.%B RFC 3142
-.%O ftp://ftp.isi.edu/in-notes/rfc3142.txt
+.%U ftp://ftp.isi.edu/in-notes/rfc3142.txt
.%D June 2001
.Re
.Sh HISTORY
diff --git a/share/man/man4/gre.4 b/share/man/man4/gre.4
index 7188f5e8414..cef7bde4ba7 100644
--- a/share/man/man4/gre.4
+++ b/share/man/man4/gre.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: gre.4,v 1.35 2012/03/26 19:26:17 claudio Exp $
+.\" $OpenBSD: gre.4,v 1.36 2012/08/18 08:44:25 jmc Exp $
.\" $NetBSD: gre.4,v 1.10 1999/12/22 14:55:49 kleink Exp $
.\"
.\" Copyright 1998 (c) The NetBSD Foundation, Inc.
@@ -28,7 +28,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: March 26 2012 $
+.Dd $Mdocdate: August 18 2012 $
.Dt GRE 4
.Os
.Sh NAME
@@ -263,11 +263,11 @@ these packets.
.%T Minimal Encapsulation within IP
.Re
.Rs
-.%O http://www.wrec.org/Drafts/draft-ietf-wrec-web-pro-00.txt
+.%U http://www.wrec.org/Drafts/draft-ietf-wrec-web-pro-00.txt
.%T Web Cache Coordination Protocol V1.0
.Re
.Rs
-.%O http://www.wrec.org/Drafts/draft-wilson-wrec-wccp-v2-00.txt
+.%U http://www.wrec.org/Drafts/draft-wilson-wrec-wccp-v2-00.txt
.%T Web Cache Coordination Protocol V2.0
.Re
.Sh AUTHORS
diff --git a/share/man/man4/km.4 b/share/man/man4/km.4
index 8f81f144b90..0c6870f7eb2 100644
--- a/share/man/man4/km.4
+++ b/share/man/man4/km.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: km.4,v 1.6 2011/05/31 00:19:54 deraadt Exp $
+.\" $OpenBSD: km.4,v 1.7 2012/08/18 08:44:25 jmc Exp $
.\"
.\" Copyright (c) 2008 Constantine A. Murenin <cnst+openbsd@bugmail.mojo.ru>
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: May 31 2011 $
+.Dd $Mdocdate: August 18 2012 $
.Dt KM 4
.Os
.Sh NAME
@@ -47,21 +47,21 @@ interface.
.%D March 26, 2008
.%R Publication # 31116
.%P pp. 236--237 and pp. 243--244
-.\" .%O http://support.amd.com/us/Processor_TechDocs/31116.pdf
+.\" .%U http://support.amd.com/us/Processor_TechDocs/31116.pdf
.Re
.Rs
.%T "BIOS and Kernel Developer's Guide for AMD Family 11h Processors"
.%D July 07, 2008
.%R Publication # 41256
.%P pp. 156--157 and pp. 159--160
-.\" .%O http://support.amd.com/us/Processor_TechDocs/41256.pdf
+.\" .%U http://support.amd.com/us/Processor_TechDocs/41256.pdf
.Re
.Rs
.%T "BIOS and Kernel Developer's Guide for AMD Family 14h Models 00h-04h Processors"
.%D May 02, 2011
.%R Publication # 43170
.%P pp. 277--278 and pp. 280--282
-.\" .%O http://support.amd.com/us/Processor_TechDocs/43170.pdf
+.\" .%U http://support.amd.com/us/Processor_TechDocs/43170.pdf
.Re
.Sh HISTORY
The
diff --git a/share/man/man4/lge.4 b/share/man/man4/lge.4
index eb7a3a96ffb..d3415fe99e0 100644
--- a/share/man/man4/lge.4
+++ b/share/man/man4/lge.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: lge.4,v 1.21 2008/04/20 05:51:16 brad Exp $
+.\" $OpenBSD: lge.4,v 1.22 2012/08/18 08:44:25 jmc Exp $
.\" Copyright (c) 2001 Wind River Systems
.\" Copyright (c) 1997, 1998, 1999, 2000, 2001
.\" Bill Paul <william.paul@windriver.com>. All rights reserved.
@@ -32,7 +32,7 @@
.\"
.\" $FreeBSD: src/share/man/man4/lge.4,v 1.3 2001/07/06 08:34:13 ru Exp $
.\"
-.Dd $Mdocdate: April 20 2008 $
+.Dd $Mdocdate: August 18 2012 $
.Dt LGE 4
.Os
.Sh NAME
@@ -127,7 +127,7 @@ the network connection (cable).
.Xr ifconfig 8
.Rs
.%T Level 1 LXT1001 Programming Manual
-.%O http://people.freebsd.org/~wpaul/Level1/LXT1001SRM.pdf
+.%U http://people.freebsd.org/~wpaul/Level1/LXT1001SRM.pdf
.Re
.Sh HISTORY
The
diff --git a/share/man/man4/lisa.4 b/share/man/man4/lisa.4
index b484f8c25c4..445c77135b5 100644
--- a/share/man/man4/lisa.4
+++ b/share/man/man4/lisa.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: lisa.4,v 1.1 2009/08/12 14:58:34 cnst Exp $
+.\" $OpenBSD: lisa.4,v 1.2 2012/08/18 08:44:25 jmc Exp $
.\"
.\" Copyright (c) 2009 Constantine A. Murenin <cnst+openbsd@bugmail.mojo.ru>
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: August 12 2009 $
+.Dd $Mdocdate: August 18 2012 $
.Dt LISA 4
.Os
.Sh NAME
@@ -56,7 +56,7 @@ and
.%N Rev 3
.%D April 2008
.%I STMicroelectronics
-.\" .%O http://www.stm.com/stonline/products/literature/ds/13951.pdf
+.\" .%U http://www.stm.com/stonline/products/literature/ds/13951.pdf
.Re
.Sh HISTORY
The
diff --git a/share/man/man4/man4.sparc/cgfourteen.4 b/share/man/man4/man4.sparc/cgfourteen.4
index bef858aa841..fe6a9229ef9 100644
--- a/share/man/man4/man4.sparc/cgfourteen.4
+++ b/share/man/man4/man4.sparc/cgfourteen.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: cgfourteen.4,v 1.32 2008/03/31 07:44:30 jmc Exp $
+.\" $OpenBSD: cgfourteen.4,v 1.33 2012/08/18 08:44:25 jmc Exp $
.\" $NetBSD: cgfourteen.4,v 1.3 1998/06/11 08:32:20 fair Exp $
.\"
.\" Copyright (c) 1996 The President and Fellows of Harvard College.
@@ -41,7 +41,7 @@
.\" Based on tcx.4,
.\" NetBSD: tcx.4,v 1.2 1996/06/21 22:35:06 pk Exp
.\"
-.Dd $Mdocdate: March 31 2008 $
+.Dd $Mdocdate: August 18 2012 $
.Dt CGFOURTEEN 4 sparc
.Os
.Sh NAME
@@ -142,5 +142,5 @@ with 4MB VSIMM.
.Xr wsdisplay 4
.Rs
.%T Sun Frame Buffer FAQ
-.%O http://www.sunhelp.org/faq/FrameBuffer.html
+.%U http://www.sunhelp.org/faq/FrameBuffer.html
.Re
diff --git a/share/man/man4/man4.sparc/cgsix.4 b/share/man/man4/man4.sparc/cgsix.4
index 334d3dea4e0..443fb0ca676 100644
--- a/share/man/man4/man4.sparc/cgsix.4
+++ b/share/man/man4/man4.sparc/cgsix.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: cgsix.4,v 1.33 2010/07/10 19:38:39 miod Exp $
+.\" $OpenBSD: cgsix.4,v 1.34 2012/08/18 08:44:25 jmc Exp $
.\" $NetBSD: cgsix.4,v 1.4 1998/06/11 08:32:20 fair Exp $
.\"
.\" Copyright 1994
@@ -34,7 +34,7 @@
.\"
.\" from: @(#)cgsix.4 8.1 (Berkeley) 2/16/94
.\"
-.Dd $Mdocdate: July 10 2010 $
+.Dd $Mdocdate: August 18 2012 $
.Dt CGSIX 4 sparc
.Os
.Sh NAME
@@ -159,7 +159,7 @@ on the GX+.
.Xr wsdisplay 4
.Rs
.%T Sun Frame Buffer FAQ
-.%O http://www.sunhelp.org/faq/FrameBuffer.html
+.%U http://www.sunhelp.org/faq/FrameBuffer.html
.Re
.Sh BUGS
Several firmware revisions of the
diff --git a/share/man/man4/man4.sparc/cgthree.4 b/share/man/man4/man4.sparc/cgthree.4
index 1e8935bf240..85919dc9e0e 100644
--- a/share/man/man4/man4.sparc/cgthree.4
+++ b/share/man/man4/man4.sparc/cgthree.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: cgthree.4,v 1.31 2011/09/03 22:59:07 jmc Exp $
+.\" $OpenBSD: cgthree.4,v 1.32 2012/08/18 08:44:25 jmc Exp $
.\" $NetBSD: cgthree.4,v 1.4 1998/06/11 08:32:20 fair Exp $
.\"
.\" Copyright (c) 1992, 1993
@@ -35,7 +35,7 @@
.\" from: Header: cgthree.4,v 1.3 94/02/03 20:49:52 leres Exp
.\" from: @(#)cgthree.4 8.2 (Berkeley) 2/16/94
.\"
-.Dd $Mdocdate: September 3 2011 $
+.Dd $Mdocdate: August 18 2012 $
.Dt CGTHREE 4 sparc
.Os
.Sh NAME
@@ -124,5 +124,5 @@ There are only two resolutions supported, selected by jumper JP2 on the card:
.Xr wsdisplay 4
.Rs
.%T Sun Frame Buffer FAQ
-.%O http://www.sunhelp.org/faq/FrameBuffer.html
+.%U http://www.sunhelp.org/faq/FrameBuffer.html
.Re
diff --git a/share/man/man4/man4.sparc64/cgsix.4 b/share/man/man4/man4.sparc64/cgsix.4
index 4b7f5e7c27a..f8e66ff9006 100644
--- a/share/man/man4/man4.sparc64/cgsix.4
+++ b/share/man/man4/man4.sparc64/cgsix.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: cgsix.4,v 1.20 2008/03/31 08:12:22 jmc Exp $
+.\" $OpenBSD: cgsix.4,v 1.21 2012/08/18 08:44:25 jmc Exp $
.\"
.\" Copyright (c) 2001 Jason L. Wright (jason@thought.net)
.\" All rights reserved.
@@ -24,7 +24,7 @@
.\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: March 31 2008 $
+.Dd $Mdocdate: August 18 2012 $
.Dt CGSIX 4 sparc64
.Os
.Sh NAME
@@ -150,5 +150,5 @@ on the GX+.
.Xr config 8
.Rs
.%T Sun Frame Buffer FAQ
-.%O http://www.sunhelp.org/faq/FrameBuffer.html
+.%U http://www.sunhelp.org/faq/FrameBuffer.html
.Re
diff --git a/share/man/man4/man4.sparc64/cgthree.4 b/share/man/man4/man4.sparc64/cgthree.4
index a4e4d475bb2..abf49dabdad 100644
--- a/share/man/man4/man4.sparc64/cgthree.4
+++ b/share/man/man4/man4.sparc64/cgthree.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: cgthree.4,v 1.21 2008/03/31 08:12:22 jmc Exp $
+.\" $OpenBSD: cgthree.4,v 1.22 2012/08/18 08:44:25 jmc Exp $
.\"
.\" Copyright (c) 2001 Jason L. Wright (jason@thought.net)
.\" All rights reserved.
@@ -24,7 +24,7 @@
.\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: March 31 2008 $
+.Dd $Mdocdate: August 18 2012 $
.Dt CGTHREE 4 sparc64
.Os
.Sh NAME
@@ -96,5 +96,5 @@ Note that not all models support settings other than their default setting.
.Xr wsdisplay 4
.Rs
.%T Sun Frame Buffer FAQ
-.%O http://www.sunhelp.org/faq/FrameBuffer.html
+.%U http://www.sunhelp.org/faq/FrameBuffer.html
.Re
diff --git a/share/man/man4/man4.sparc64/ebus.4 b/share/man/man4/man4.sparc64/ebus.4
index fbd231745c3..61aa684996c 100644
--- a/share/man/man4/man4.sparc64/ebus.4
+++ b/share/man/man4/man4.sparc64/ebus.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ebus.4,v 1.22 2009/10/04 11:36:55 jmc Exp $
+.\" $OpenBSD: ebus.4,v 1.23 2012/08/18 08:44:25 jmc Exp $
.\" $NetBSD: ebus.4,v 1.3 2002/03/13 21:42:20 wiz Exp $
.\"
.\" Copyright (c) 1999 Matthew R. Green
@@ -27,7 +27,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: October 4 2009 $
+.Dd $Mdocdate: August 18 2012 $
.Dt EBUS 4 sparc64
.Os
.Sh NAME
@@ -101,5 +101,5 @@ Winbond W83L518D/W83L519D SD memory card interface
.%B Peripheral Component Interconnect Input Output Controller
.%V Part\ No.:\ 802-7837-01
.%D March 1997
-.%O http://www.sun.com/processors/manuals/802-7837.pdf
+.%U http://www.sun.com/processors/manuals/802-7837.pdf
.Re
diff --git a/share/man/man4/mos.4 b/share/man/man4/mos.4
index b94645af0ec..411b3406a6f 100644
--- a/share/man/man4/mos.4
+++ b/share/man/man4/mos.4
@@ -29,9 +29,9 @@
.\" THE POSSIBILITY OF SUCH DAMAGE.
.\"
.\" $FreeBSD: /repoman/r/ncvs/src/share/man/man4/axe.4,v 1.3 2003/05/29 21:28:35 ru Exp $
-.\" $OpenBSD: mos.4,v 1.7 2012/03/17 14:43:19 jmc Exp $
+.\" $OpenBSD: mos.4,v 1.8 2012/08/18 08:44:25 jmc Exp $
.\"
-.Dd $Mdocdate: March 17 2012 $
+.Dd $Mdocdate: August 18 2012 $
.Dt MOS 4
.Os
.Sh NAME
@@ -114,7 +114,7 @@ The driver failed to allocate an mbuf for the receiver ring.
.Xr ifconfig 8
.Rs
.%T "MosChip India"
-.%O http://www.moschip.com
+.%U http://www.moschip.com
.Re
.Sh HISTORY
The
diff --git a/share/man/man4/nge.4 b/share/man/man4/nge.4
index e82bc8901b8..7d3c17383b7 100644
--- a/share/man/man4/nge.4
+++ b/share/man/man4/nge.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: nge.4,v 1.34 2008/10/28 06:27:28 brad Exp $
+.\" $OpenBSD: nge.4,v 1.35 2012/08/18 08:44:25 jmc Exp $
.\" Copyright (c) 2001 Wind River Systems
.\" Copyright (c) 1997, 1998, 1999, 2000, 2001
.\" Bill Paul <wpaul@bsdi.com>. All rights reserved.
@@ -32,7 +32,7 @@
.\"
.\" $FreeBSD: nge.4,v 1.11 2002/08/08 18:30:39 ambrisko Exp $
.\"
-.Dd $Mdocdate: October 28 2008 $
+.Dd $Mdocdate: August 18 2012 $
.Dt NGE 4
.Os
.Sh NAME
@@ -156,11 +156,11 @@ For more information on configuring this device, see
.Xr ifconfig 8
.Rs
.%T National Semiconductor DP83820 datasheet
-.%O http://www.national.com
+.%U http://www.national.com
.Re
.Rs
.%T National Semiconductor DP83861 datasheet
-.%O http://www.national.com
+.%U http://www.national.com
.Re
.Sh HISTORY
The
diff --git a/share/man/man4/re.4 b/share/man/man4/re.4
index 84414e6437f..2d06747ceba 100644
--- a/share/man/man4/re.4
+++ b/share/man/man4/re.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: re.4,v 1.47 2011/03/13 21:32:29 jmc Exp $
+.\" $OpenBSD: re.4,v 1.48 2012/08/18 08:44:25 jmc Exp $
.\" Copyright (c) 2003
.\" Bill Paul <wpaul@windriver.com>. All rights reserved.
.\"
@@ -31,7 +31,7 @@
.\"
.\" $FreeBSD: /repoman/r/ncvs/src/share/man/man4/re.4,v 1.4 2004/03/04 06:42:46 sanpei Exp $
.\"
-.Dd $Mdocdate: March 13 2011 $
+.Dd $Mdocdate: August 18 2012 $
.Dt RE 4
.Os
.Sh NAME
@@ -192,7 +192,7 @@ For more information on configuring this device, see
.Xr ifconfig 8
.Rs
.%T Realtek Semiconductor RTL8139C+, RTL8169, RTL8169S and RTL8110S datasheets
-.%O http://www.realtek.com.tw
+.%U http://www.realtek.com.tw
.Re
.Sh HISTORY
The
diff --git a/share/man/man4/rtw.4 b/share/man/man4/rtw.4
index bfd994ec52a..59cdd81e5ef 100644
--- a/share/man/man4/rtw.4
+++ b/share/man/man4/rtw.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: rtw.4,v 1.39 2011/09/03 22:59:07 jmc Exp $
+.\" $OpenBSD: rtw.4,v 1.40 2012/08/18 08:44:25 jmc Exp $
.\"
.\" Copyright (c) 2004 Jonathan Gray <jsg@openbsd.org>
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: September 3 2011 $
+.Dd $Mdocdate: August 18 2012 $
.Dt RTW 4
.Os
.Sh NAME
@@ -170,7 +170,7 @@ Join an existing BSS network,
.Xr ifconfig 8
.Rs
.%T Realtek
-.%O http://www.realtek.com.tw
+.%U http://www.realtek.com.tw
.Re
.Sh HISTORY
The
diff --git a/share/man/man4/sf.4 b/share/man/man4/sf.4
index a7e73176809..e6e47a6a24d 100644
--- a/share/man/man4/sf.4
+++ b/share/man/man4/sf.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sf.4,v 1.23 2008/06/27 06:03:07 ray Exp $
+.\" $OpenBSD: sf.4,v 1.24 2012/08/18 08:44:25 jmc Exp $
.\"
.\" Copyright (c) 1997, 1998, 1999
.\" Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
@@ -61,7 +61,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: June 27 2008 $
+.Dd $Mdocdate: August 18 2012 $
.Dt SF 4
.Os
.Sh NAME
@@ -158,7 +158,7 @@ For more information on configuring this device, see
.Xr ifconfig 8
.Rs
.%T The Adaptec AIC-6915 Programmer's Manual
-.%O http://download.adaptec.com/pdfs/user_guides/aic6915_pg.pdf
+.%U http://download.adaptec.com/pdfs/user_guides/aic6915_pg.pdf
.Re
.Sh HISTORY
The
diff --git a/share/man/man4/sis.4 b/share/man/man4/sis.4
index 42ec600e580..649bf9a83b3 100644
--- a/share/man/man4/sis.4
+++ b/share/man/man4/sis.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sis.4,v 1.26 2007/05/31 19:19:52 jmc Exp $
+.\" $OpenBSD: sis.4,v 1.27 2012/08/18 08:44:25 jmc Exp $
.\"
.\" Copyright (c) 1997, 1998, 1999
.\" Bill Paul <wpaul@ee.columbia.edu>. All rights reserved.
@@ -32,7 +32,7 @@
.\"
.\" $FreeBSD: src/share/man/man4/sis.4,v 1.2 1999/11/15 23:14:27 phantom Exp $
.\"
-.Dd $Mdocdate: May 31 2007 $
+.Dd $Mdocdate: August 18 2012 $
.Dt SIS 4
.Os
.Sh NAME
@@ -159,11 +159,11 @@ the card should be configured correctly.
.Xr ifconfig 8
.Rs
.%T SiS 900 and SiS 7016 datasheets
-.%O http://www.sis.com.tw
+.%U http://www.sis.com.tw
.Re
.Rs
.%T NatSemi DP83815 and DP83816 datasheets
-.%O http://www.national.com
+.%U http://www.national.com
.Re
.Sh HISTORY
The
diff --git a/share/man/man4/sk.4 b/share/man/man4/sk.4
index 3efb3de90de..933cb6fc7c3 100644
--- a/share/man/man4/sk.4
+++ b/share/man/man4/sk.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sk.4,v 1.59 2009/03/30 04:44:30 jmc Exp $
+.\" $OpenBSD: sk.4,v 1.60 2012/08/18 08:44:25 jmc Exp $
.\"
.\" Copyright (c) 1997, 1998, 1999
.\" Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
@@ -32,7 +32,7 @@
.\"
.\" $FreeBSD: src/share/man/man4/man4.i386/sk.4,v 1.3 1999/08/28 00:20:29 peter Exp $
.\"
-.Dd $Mdocdate: March 30 2009 $
+.Dd $Mdocdate: August 18 2012 $
.Dt SK 4
.Os
.Sh NAME
@@ -198,7 +198,7 @@ For example,
.Re
.Rs
.%T SysKonnect GEnesis programming manual
-.%O http://www.syskonnect.com
+.%U http://www.syskonnect.com
.Re
.Sh HISTORY
The
diff --git a/share/man/man4/ste.4 b/share/man/man4/ste.4
index bfed897848c..60940aee54b 100644
--- a/share/man/man4/ste.4
+++ b/share/man/man4/ste.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ste.4,v 1.22 2007/05/31 19:19:52 jmc Exp $
+.\" $OpenBSD: ste.4,v 1.23 2012/08/18 08:44:25 jmc Exp $
.\"
.\" Copyright (c) 1997, 1998, 1999
.\" Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
@@ -32,7 +32,7 @@
.\"
.\" $FreeBSD: src/share/man/man4/ste.4,v 1.3 1999/11/15 23:14:27 phantom Exp $
.\"
-.Dd $Mdocdate: May 31 2007 $
+.Dd $Mdocdate: August 18 2012 $
.Dt STE 4
.Os
.Sh NAME
@@ -155,7 +155,7 @@ the card should be configured correctly.
.Xr ifconfig 8
.Rs
.%T Sundance ST201 data sheet
-.%O http://www.sundanceti.com
+.%U http://www.sundanceti.com
.Re
.Sh HISTORY
The
diff --git a/share/man/man4/udav.4 b/share/man/man4/udav.4
index 7c9bab4813a..0b6be2ad973 100644
--- a/share/man/man4/udav.4
+++ b/share/man/man4/udav.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: udav.4,v 1.13 2009/09/27 13:44:55 jasper Exp $
+.\" $OpenBSD: udav.4,v 1.14 2012/08/18 08:44:25 jmc Exp $
.\" $NetBSD: udav.4,v 1.1 2003/08/22 06:42:01 itojun Exp $
.\"
.\" Copyright (c) 2003
@@ -28,7 +28,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
.\" THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: September 27 2009 $
+.Dd $Mdocdate: August 18 2012 $
.Dt UDAV 4
.Os
.Sh NAME
@@ -71,7 +71,7 @@ For more information on configuring this device, see
.Xr ifconfig 8
.Rs
.%T Davicom DM9601 data sheet
-.%O http://www.davicom.com.tw/big5/download/Data%20Sheet/DM9601-DS-P01-930914.pdf
+.%U http://www.davicom.com.tw/big5/download/Data%20Sheet/DM9601-DS-P01-930914.pdf
.Re
.Sh HISTORY
The
diff --git a/share/man/man4/utwitch.4 b/share/man/man4/utwitch.4
index 97841866869..e888902c381 100644
--- a/share/man/man4/utwitch.4
+++ b/share/man/man4/utwitch.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: utwitch.4,v 1.2 2010/09/23 15:25:11 jmc Exp $
+.\" $OpenBSD: utwitch.4,v 1.3 2012/08/18 08:44:25 jmc Exp $
.\"
.\" Copyright (c) 2010 Yojiro UO <yuo@nui.org>
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: September 23 2010 $
+.Dd $Mdocdate: August 18 2012 $
.Dt UTWITCH 4
.Os
.Sh NAME
@@ -41,7 +41,7 @@ is "mBBU/sec" (milli BBU per second).
.Xr sysctl 8
.Rs
.%T The YUREX Web Page
-.%O http://bbu.kayac.com/en/about/
+.%U http://bbu.kayac.com/en/about/
.Re
.Sh HISTORY
The
diff --git a/share/man/man4/vlan.4 b/share/man/man4/vlan.4
index 56cb508d5fd..a400a8444c8 100644
--- a/share/man/man4/vlan.4
+++ b/share/man/man4/vlan.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: vlan.4,v 1.34 2011/11/27 19:55:18 haesbaert Exp $
+.\" $OpenBSD: vlan.4,v 1.35 2012/08/18 08:44:25 jmc Exp $
.\"
.\" Copyright (c) 2000 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 $Mdocdate: November 27 2011 $
+.Dd $Mdocdate: August 18 2012 $
.Dt VLAN 4
.Os
.Sh NAME
@@ -169,11 +169,11 @@ and
.Xr netstart 8
.Rs
.%T IEEE 802.1Q standard
-.%O http://standards.ieee.org/getieee802/802.1.html
+.%U http://standards.ieee.org/getieee802/802.1.html
.Re
.Rs
.%T IEEE 802.1AD standard
-.%O Provider Bridges, QinQ
+.%U Provider Bridges, QinQ
.Re
.Sh AUTHORS
Originally wollman@freebsd.org.
diff --git a/share/man/man4/vr.4 b/share/man/man4/vr.4
index f7928766048..99a8e4dc440 100644
--- a/share/man/man4/vr.4
+++ b/share/man/man4/vr.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: vr.4,v 1.26 2011/07/27 00:50:23 sthen Exp $
+.\" $OpenBSD: vr.4,v 1.27 2012/08/18 08:44:25 jmc Exp $
.\"
.\" Copyright (c) 1997, 1998
.\" Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
@@ -32,7 +32,7 @@
.\"
.\" $FreeBSD: vr.4,v 1.3 1999/03/25 00:52:44 wpaul Exp $
.\"
-.Dd $Mdocdate: July 27 2011 $
+.Dd $Mdocdate: August 18 2012 $
.Dt VR 4
.Os
.Sh NAME
@@ -165,7 +165,7 @@ the card should be configured correctly.
.Xr ifconfig 8
.Rs
.%T The VIA Technologies VT86C100A data sheet
-.%O http://www.via.com.tw
+.%U http://www.via.com.tw
.Re
.Sh HISTORY
The
diff --git a/share/man/man9/tc_init.9 b/share/man/man9/tc_init.9
index f6e3ddf110f..88c8b9b0add 100644
--- a/share/man/man9/tc_init.9
+++ b/share/man/man9/tc_init.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tc_init.9,v 1.5 2011/04/10 20:27:02 shadchin Exp $
+.\" $OpenBSD: tc_init.9,v 1.6 2012/08/18 08:44:25 jmc Exp $
.\"
.\" Copyright (c) 2004 Alexander Yurchenko <grange@openbsd.org>
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: April 10 2011 $
+.Dd $Mdocdate: August 18 2012 $
.Dt TC_INIT 9
.Os
.Sh NAME
@@ -110,7 +110,7 @@ The timecounter framework is implemented in the file
.%A Poul-Henning Kamp
.%T Timecounter: Efficient and precise timekeeping in SMP kernels
.%J The FreeBSD Project
-.%I http://phk.freebsd.dk/pubs/timecounter.pdf
+.%U http://phk.freebsd.dk/pubs/timecounter.pdf
.Re
.Sh HISTORY
The timecounter interface first appeared in
diff --git a/usr.sbin/faithd/faithd.8 b/usr.sbin/faithd/faithd.8
index 57fd92e9922..748eca9a771 100644
--- a/usr.sbin/faithd/faithd.8
+++ b/usr.sbin/faithd/faithd.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: faithd.8,v 1.35 2012/08/12 17:01:36 schwarze Exp $
+.\" $OpenBSD: faithd.8,v 1.36 2012/08/18 08:44:25 jmc Exp $
.\" $KAME: faithd.8,v 1.36 2002/05/09 13:59:16 itojun Exp $
.\"
.\" Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@@ -28,7 +28,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: August 12 2012 $
+.Dd $Mdocdate: August 18 2012 $
.Dt FAITHD 8
.Os
.Sh NAME
@@ -297,7 +297,7 @@ setting.
.%A Kazu Yamamoto
.%T "An IPv6-to-IPv4 transport relay translator"
.%B RFC 3142
-.%O ftp://ftp.isi.edu/in-notes/rfc3142.txt
+.%U ftp://ftp.isi.edu/in-notes/rfc3142.txt
.%D June 2001
.Re
.\"
diff --git a/usr.sbin/snmpd/snmpd.8 b/usr.sbin/snmpd/snmpd.8
index bd5b513df7a..50cd3b2a412 100644
--- a/usr.sbin/snmpd/snmpd.8
+++ b/usr.sbin/snmpd/snmpd.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: snmpd.8,v 1.13 2010/05/24 19:44:23 jmc Exp $
+.\" $OpenBSD: snmpd.8,v 1.14 2012/08/18 08:44:25 jmc Exp $
.\"
.\" Copyright (c) 2007, 2008 Reyk Floeter <reyk@vantronix.net>
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: May 24 2010 $
+.Dd $Mdocdate: August 18 2012 $
.Dt SNMPD 8
.Os
.Sh NAME
@@ -87,7 +87,7 @@ Management Information Base definitions
.%D May 1990
.Re
.Rs
-.%R http://www.ibr.cs.tu-bs.de/projects/snmpv3/
+.%U http://www.ibr.cs.tu-bs.de/projects/snmpv3/
.%T SNMP Version 3 (SNMPv3)
.%D March 2002
.Re