Source-Changes-HG archive

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

[src/trunk]: src/share/man/man4/man4.x86 Fix .Xr



details:   https://anonhg.NetBSD.org/src/rev/a3a4e0a89871
branches:  trunk
changeset: 821815:a3a4e0a89871
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Feb 17 22:10:47 2017 +0000

description:
Fix .Xr

diffstat:

 share/man/man4/man4.x86/amdpcib.4  |   6 +++---
 share/man/man4/man4.x86/apic.4     |   6 +++---
 share/man/man4/man4.x86/est.4      |  10 +++++-----
 share/man/man4/man4.x86/fwhrng.4   |   6 +++---
 share/man/man4/man4.x86/ichlpcib.4 |   6 +++---
 share/man/man4/man4.x86/odcm.4     |   8 ++++----
 share/man/man4/man4.x86/powernow.4 |   8 ++++----
 7 files changed, 25 insertions(+), 25 deletions(-)

diffs (203 lines):

diff -r a2d899869cae -r a3a4e0a89871 share/man/man4/man4.x86/amdpcib.4
--- a/share/man/man4/man4.x86/amdpcib.4 Fri Feb 17 21:51:47 2017 +0000
+++ b/share/man/man4/man4.x86/amdpcib.4 Fri Feb 17 22:10:47 2017 +0000
@@ -1,11 +1,11 @@
-.\"    $NetBSD: amdpcib.4,v 1.2 2010/08/06 16:44:06 jruoho Exp $
+.\"    $NetBSD: amdpcib.4,v 1.3 2017/02/17 22:10:47 christos Exp $
 .\"
 .\"     $OpenBSD: amdpcib.4,v 1.4 2007/10/08 12:48:21 jmc Exp $
 .\"
 .\" Marc Balmer, 2007. Public Domain.
 .\" Jukka Ruohonen, 2010. Public Domain.
 .\"
-.Dd August 8, 2010
+.Dd February 17, 2017
 .Dt AMDPCIB 4 x86
 .Os
 .Sh NAME
@@ -23,7 +23,7 @@
 bridge and implements a 32/64-bit
 14.3 MHz (or variable) timecounter using the HPET timer.
 .Sh SEE ALSO
-.Xr hpet 4 ,
+.Xr x86/hpet 4 ,
 .Xr isa 4 ,
 .Xr pci 4
 .Rs
diff -r a2d899869cae -r a3a4e0a89871 share/man/man4/man4.x86/apic.4
--- a/share/man/man4/man4.x86/apic.4    Fri Feb 17 21:51:47 2017 +0000
+++ b/share/man/man4/man4.x86/apic.4    Fri Feb 17 22:10:47 2017 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: apic.4,v 1.1 2011/06/06 16:52:15 jruoho Exp $
+.\" $NetBSD: apic.4,v 1.2 2017/02/17 22:10:47 christos Exp $
 .\"
 .\" Copyright (c) 2011 Jukka Ruohonen <jruohonen%iki.fi@localhost>
 .\" All rights reserved.
@@ -24,7 +24,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd June 6, 2011
+.Dd February 17, 2017
 .Dt APIC 4 x86
 .Os
 .Sh NAME
@@ -121,7 +121,7 @@
 systems has made this mainly a fallback option.
 .Sh SEE ALSO
 .Xr acpi 4 ,
-.Xr ichlpcib 4 ,
+.Xr x86/ichlpcib 4 ,
 .Xr mainbus 4
 .Rs
 .%A Intel Corporation
diff -r a2d899869cae -r a3a4e0a89871 share/man/man4/man4.x86/est.4
--- a/share/man/man4/man4.x86/est.4     Fri Feb 17 21:51:47 2017 +0000
+++ b/share/man/man4/man4.x86/est.4     Fri Feb 17 22:10:47 2017 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: est.4,v 1.4 2011/10/20 13:54:38 jruoho Exp $
+.\" $NetBSD: est.4,v 1.5 2017/02/17 22:10:47 christos Exp $
 .\"
 .\" Copyright (c) 2011 Jukka Ruohonen <jruohonen%iki.fi@localhost>
 .\" All rights reserved.
@@ -24,7 +24,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd October 20, 2011
+.Dd February 17, 2017
 .Dt EST 4
 .Os
 .Sh NAME
@@ -57,8 +57,8 @@
 .Nx .
 .Sh SEE ALSO
 .Xr acpicpu 4 ,
-.Xr odcm 4 ,
-.Xr powernow 4
+.Xr x86/odcm 4 ,
+.Xr x86/powernow 4
 .Rs
 .%A Intel Corporation
 .%T Intel Pentium M Processor.
@@ -82,7 +82,7 @@
 Furthermore, in the unlikely case where both
 .Nm
 and
-.Xr ichlpcib 4
+.Xr x86/ichlpcib 4
 or
 .Xr piixpcib 4
 provide support for SpeedStep,
diff -r a2d899869cae -r a3a4e0a89871 share/man/man4/man4.x86/fwhrng.4
--- a/share/man/man4/man4.x86/fwhrng.4  Fri Feb 17 21:51:47 2017 +0000
+++ b/share/man/man4/man4.x86/fwhrng.4  Fri Feb 17 22:10:47 2017 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: fwhrng.4,v 1.1 2010/08/06 17:00:13 jruoho Exp $
+.\"    $NetBSD: fwhrng.4,v 1.2 2017/02/17 22:10:47 christos Exp $
 .\"
 .\" Copyright (c) 2010 Jukka Ruohonen <jruohonen%iki.fi@localhost>
 .\" All rights reserved.
@@ -24,7 +24,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd July 29, 2010
+.Dd February 17, 2017
 .Dt FWHRNG 4 x86
 .Os
 .Sh NAME
@@ -48,7 +48,7 @@
 controller hub
 .Pq Tn ICH .
 .Sh SEE ALSO
-.Xr ichlpcib 4 ,
+.Xr x86/ichlpcib 4 ,
 .Xr rnd 4
 .Rs
 .%A Intel Corporation
diff -r a2d899869cae -r a3a4e0a89871 share/man/man4/man4.x86/ichlpcib.4
--- a/share/man/man4/man4.x86/ichlpcib.4        Fri Feb 17 21:51:47 2017 +0000
+++ b/share/man/man4/man4.x86/ichlpcib.4        Fri Feb 17 22:10:47 2017 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: ichlpcib.4,v 1.10 2015/05/04 08:07:02 wiz Exp $
+.\"    $NetBSD: ichlpcib.4,v 1.11 2017/02/17 22:10:47 christos Exp $
 .\"
 .\" Copyright (c) 2004 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 April 4, 2015
+.Dd February 17, 2017
 .Dt ICHLPCIB 4 x86
 .Os
 .Sh NAME
@@ -81,7 +81,7 @@
 .El
 .Sh SEE ALSO
 .Xr gpio 4 ,
-.Xr hpet 4 ,
+.Xr x86/hpet 4 ,
 .Xr x86/est 4 ,
 .Xr x86/fwhrng 4 ,
 .Xr x86/ioapic 4 ,
diff -r a2d899869cae -r a3a4e0a89871 share/man/man4/man4.x86/odcm.4
--- a/share/man/man4/man4.x86/odcm.4    Fri Feb 17 21:51:47 2017 +0000
+++ b/share/man/man4/man4.x86/odcm.4    Fri Feb 17 22:10:47 2017 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: odcm.4,v 1.4 2011/03/04 13:49:26 wiz Exp $
+.\" $NetBSD: odcm.4,v 1.5 2017/02/17 22:10:47 christos Exp $
 .\"
 .\" Copyright (c) 2011 Jukka Ruohonen <jruohonen%iki.fi@localhost>
 .\" All rights reserved.
@@ -24,7 +24,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd March 4, 2011
+.Dd February 17, 2017
 .Dt ODCM 4
 .Os
 .Sh NAME
@@ -64,8 +64,8 @@
 Note that some errata may limit the availability of some duty cycles.
 .Sh SEE ALSO
 .Xr acpicpu 4 ,
-.Xr est 4 ,
-.Xr powernow 4
+.Xr x86/est 4 ,
+.Xr x86/powernow 4
 .Sh CAVEATS
 .Tn ODCM
 is meant for short-term thermal management, not power management.
diff -r a2d899869cae -r a3a4e0a89871 share/man/man4/man4.x86/powernow.4
--- a/share/man/man4/man4.x86/powernow.4        Fri Feb 17 21:51:47 2017 +0000
+++ b/share/man/man4/man4.x86/powernow.4        Fri Feb 17 22:10:47 2017 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: powernow.4,v 1.2 2011/03/04 05:58:07 jruoho Exp $
+.\" $NetBSD: powernow.4,v 1.3 2017/02/17 22:10:47 christos Exp $
 .\"
 .\" Copyright (c) 2011 Jukka Ruohonen <jruohonen%iki.fi@localhost>
 .\" All rights reserved.
@@ -24,7 +24,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd March 4, 2011
+.Dd February 17, 2017
 .Dt POWERNOW 4
 .Os
 .Sh NAME
@@ -61,8 +61,8 @@
 .Nx .
 .Sh SEE ALSO
 .Xr acpicpu 4 ,
-.Xr est 4 ,
-.Xr odcm 4
+.Xr x86/est 4 ,
+.Xr x86/odcm 4
 .Sh CAVEATS
 The
 .Nm



Home | Main Index | Thread Index | Old Index