Module Name: src
Committed By: jym
Date: Thu Jan 13 10:03:29 UTC 2011
Modified Files:
src/share/man/man8/man8.i386: boot.8
Log Message:
Now that we have pciback(4), Xref it for Xen boot(8), rather than
pcictl(8).
To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 src/share/man/man8/man8.i386/boot.8
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/man8/man8.i386/boot.8
diff -u src/share/man/man8/man8.i386/boot.8:1.55 src/share/man/man8/man8.i386/boot.8:1.56
--- src/share/man/man8/man8.i386/boot.8:1.55 Mon Nov 29 12:44:17 2010
+++ src/share/man/man8/man8.i386/boot.8 Thu Jan 13 10:03:29 2011
@@ -1,4 +1,4 @@
-.\" $NetBSD: boot.8,v 1.55 2010/11/29 12:44:17 jym Exp $
+.\" $NetBSD: boot.8,v 1.56 2011/01/13 10:03:29 jym Exp $
.\"
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -463,13 +463,14 @@
.Ar rootpath
is the remote mount point for the root file system.
.It Ic pciback.hide Ns = Ns Ar pcidevs
-Pass a list of PCI IDs for use with the PCI backend driver.
+Pass a list of PCI IDs for use with the PCI backend driver,
+.Xr pciback 4 .
.Ar pcidevs
is formed of multiple IDs (in bus:device.function notation),
each ID being surrounded with brackets.
PCI domain IDs are currently ignored.
-You can obtains PCI IDs through
-.Xr pcictl 8 .
+See
+.Xr pciback 4 .
.El
.It Ic ls Op Pa path
Print a directory listing of
@@ -585,6 +586,7 @@
.El
.Sh SEE ALSO
.Xr ddb 4 ,
+.Xr pciback 4 ,
.Xr userconf 4 ,
.Xr boot.cfg 5 ,
.Xr boot_console 8 ,
@@ -593,7 +595,6 @@
.Xr installboot 8 ,
.Xr mbr 8 ,
.Xr multiboot 8 ,
-.Xr pcictl 8 ,
.Xr pxeboot 8 ,
.Xr reboot 8 ,
.Xr shutdown 8 ,