Module Name: src Committed By: wiz Date: Tue Sep 27 11:13:57 UTC 2016
Modified Files: src/usr.sbin/pcictl: pcictl.8 Log Message: Sort sections. Formatting nitpicks. Fix typo. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/usr.sbin/pcictl/pcictl.8 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/usr.sbin/pcictl/pcictl.8 diff -u src/usr.sbin/pcictl/pcictl.8:1.17 src/usr.sbin/pcictl/pcictl.8:1.18 --- src/usr.sbin/pcictl/pcictl.8:1.17 Sun Sep 25 00:06:49 2016 +++ src/usr.sbin/pcictl/pcictl.8 Tue Sep 27 11:13:57 2016 @@ -1,4 +1,4 @@ -.\" $NetBSD: pcictl.8,v 1.17 2016/09/25 00:06:49 mrg Exp $ +.\" $NetBSD: pcictl.8,v 1.18 2016/09/27 11:13:57 wiz Exp $ .\" .\" Copyright 2001 Wasabi Systems, Inc. .\" All rights reserved. @@ -96,7 +96,7 @@ If the bus is not specified, it defaults PCI bus specified on the command line. If the function is not specified, it defaults to 0. .Pp -.Em WARNING: +.Em WARNING : .Nm .Cm read is a dangerous command that can damage hardware and panic the operating @@ -118,7 +118,7 @@ If the bus is not specified, it defaults PCI bus specified on the command line. If the function is not specified, it defaults to 0. .Pp -.Em WARNING: +.Em WARNING : .Nm .Cm write is a dangerous command that can damage hardware and panic the operating @@ -126,17 +126,17 @@ system. It is meant as a diagnostic tool for experiments or to debug device drivers. Do not use it as a substitute for a device driver! +.Sh FILES +.Pa /dev/pci* +- PCI bus device nodes .Sh EXAMPLES This show all PCI devices on the system: .Pp .Dl pcictl pci0 list .Pp -This show all PCI devices on the system, including attached drivers: +This shows all PCI devices on the system, including attached drivers: .Pp .Dl pcictl pci0 list -N -.Sh FILES -.Pa /dev/pci* -- PCI bus device nodes .Sh SEE ALSO .Xr pci 3 , .Xr pci 4 ,