Module Name: src Committed By: wiz Date: Tue Jan 11 10:48:37 UTC 2011
Modified Files: src/share/man/man4: pciback.4 Log Message: Remove trailing whitespace and reference to non-existent boot.conf(5). To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/share/man/man4/pciback.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/pciback.4 diff -u src/share/man/man4/pciback.4:1.1 src/share/man/man4/pciback.4:1.2 --- src/share/man/man4/pciback.4:1.1 Tue Jan 11 00:45:04 2011 +++ src/share/man/man4/pciback.4 Tue Jan 11 10:48:37 2011 @@ -1,4 +1,4 @@ -.\" $NetBSD: pciback.4,v 1.1 2011/01/11 00:45:04 jym Exp $ +.\" $NetBSD: pciback.4,v 1.2 2011/01/11 10:48:37 wiz Exp $ .\" .\" Copyright (c) 2011 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -58,7 +58,7 @@ bus inside the guest domain. .Sh EXAMPLES To attach a device to the -.Nm +.Nm driver, follow these steps: .Bl -enum -offset indent -compact @@ -67,7 +67,7 @@ .Xr pcictl 8 . .It edit -.Xr boot.conf 5 , +.Pa boot.conf and add the PCI ID to the list of PCI IDs that you want to attach to .Nm , @@ -83,7 +83,7 @@ .It add the PCI ID to the list of PCI devices in the domain configuration file: -.Dl pci = ['bus:dev.fun', '...'] +.Dl pci = ['bus:dev.fun', '...'] .It start the guest domain. .El