Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/pcictl Sort sections. Formatting nitpicks. Fix typo.



details:   https://anonhg.NetBSD.org/src/rev/6fd34a176e61
branches:  trunk
changeset: 347971:6fd34a176e61
user:      wiz <wiz%NetBSD.org@localhost>
date:      Tue Sep 27 11:13:57 2016 +0000

description:
Sort sections. Formatting nitpicks. Fix typo.

diffstat:

 usr.sbin/pcictl/pcictl.8 |  14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diffs (49 lines):

diff -r f7762426589c -r 6fd34a176e61 usr.sbin/pcictl/pcictl.8
--- a/usr.sbin/pcictl/pcictl.8  Tue Sep 27 11:11:43 2016 +0000
+++ b/usr.sbin/pcictl/pcictl.8  Tue Sep 27 11:13:57 2016 +0000
@@ -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 @@
 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 @@
 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 @@
 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 ,



Home | Main Index | Thread Index | Old Index