Module Name:    src
Committed By:   jym
Date:           Mon Nov 29 12:44:17 UTC 2010

Modified Files:
        src/share/man/man8/man8.i386: boot.8

Log Message:
PCI IDs are in bus:dev.func notation, not bus:dev:func.


To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 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.54 src/share/man/man8/man8.i386/boot.8:1.55
--- src/share/man/man8/man8.i386/boot.8:1.54	Sun Nov  7 12:01:07 2010
+++ src/share/man/man8/man8.i386/boot.8	Mon Nov 29 12:44:17 2010
@@ -1,4 +1,4 @@
-.\"	$NetBSD: boot.8,v 1.54 2010/11/07 12:01:07 wiz Exp $
+.\"	$NetBSD: boot.8,v 1.55 2010/11/29 12:44:17 jym Exp $
 .\"
 .\" Copyright (c) 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -465,7 +465,7 @@
 .It Ic pciback.hide Ns = Ns Ar pcidevs
 Pass a list of PCI IDs for use with the PCI backend driver.
 .Ar pcidevs
-is formed of multiple IDs (in bus:device:function notation),
+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

Reply via email to