Module Name: src
Committed By: pgoyette
Date: Mon May 4 08:04:50 UTC 2015
Modified Files:
src/share/man/man4/man4.x86: ichlpcib.4 tco.4
Log Message:
Fix some more cross-refs to point at the x86-specific subdir
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/share/man/man4/man4.x86/ichlpcib.4
cvs rdiff -u -r1.3 -r1.4 src/share/man/man4/man4.x86/tco.4
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/man4/man4.x86/ichlpcib.4
diff -u src/share/man/man4/man4.x86/ichlpcib.4:1.8 src/share/man/man4/man4.x86/ichlpcib.4:1.9
--- src/share/man/man4/man4.x86/ichlpcib.4:1.8 Mon May 4 07:39:00 2015
+++ src/share/man/man4/man4.x86/ichlpcib.4 Mon May 4 08:04:50 2015
@@ -1,4 +1,4 @@
-.\" $NetBSD: ichlpcib.4,v 1.8 2015/05/04 07:39:00 wiz Exp $
+.\" $NetBSD: ichlpcib.4,v 1.9 2015/05/04 08:04:50 pgoyette Exp $
.\"
.\" Copyright (c) 2004 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -56,7 +56,7 @@ and 2 seconds (on ICH5 or older) min per
Prior to
.Nx 8.0 ,
the
-.Xr tco 4
+.Xr x86/tco 4
watchdog timer was included as part of the
.Nm
driver, and did not require explicit configuration.
@@ -80,11 +80,11 @@ The ICH provides up to 64 I/O pins which
framework.
.El
.Sh SEE ALSO
-.Xr est 4 ,
-.Xr fwhrng 4 ,
.Xr gpio 4 ,
.Xr hpet 4 ,
-.Xr tco 4 ,
+.Xr x86/est 4 ,
+.Xr x86/fwhrng 4 ,
+.Xr x86/tco 4 ,
.Xr x86/ioapic 4 ,
.Xr sysctl 8 ,
.Xr wdogctl 8
Index: src/share/man/man4/man4.x86/tco.4
diff -u src/share/man/man4/man4.x86/tco.4:1.3 src/share/man/man4/man4.x86/tco.4:1.4
--- src/share/man/man4/man4.x86/tco.4:1.3 Mon May 4 07:14:03 2015
+++ src/share/man/man4/man4.x86/tco.4 Mon May 4 08:04:50 2015
@@ -1,4 +1,4 @@
-.\" $NetBSD: tco.4,v 1.3 2015/05/04 07:14:03 wiz Exp $
+.\" $NetBSD: tco.4,v 1.4 2015/05/04 08:04:50 pgoyette Exp $
.\" $OpenBSD: pwdog.4,v 1.6 2007/12/23 22:16:39 jmc Exp $
.\"
.\" Copyright (c) 2015 The NetBSD Foundation
@@ -59,7 +59,7 @@ driver first appeared in
In earlier releases of
.Nx
the driver was included as part of the
-.Xr ichlpcib 4
+.Xr x86/ichlpcib 4
driver.
.Sh AUTHORS
.An -nosplit
@@ -72,6 +72,6 @@ and
The
.Nm
driver was separated from the
-.Xr ichlpcib 4
+.Xr x86/ichlpcib 4
driver by
.An Paul Goyette Aq Mt [email protected] .