From de593fa02ddd43efc426c2ebf7ed95c500bc7048 Mon Sep 17 00:00:00 2001 From: wiz Date: Tue, 3 Oct 2006 02:08:16 +0000 Subject: New sentence, new line. --- usr.sbin/pcictl/pcictl.8 | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) (limited to 'usr.sbin/pcictl') diff --git a/usr.sbin/pcictl/pcictl.8 b/usr.sbin/pcictl/pcictl.8 index 77ca313176d..2ecbc0527f6 100644 --- a/usr.sbin/pcictl/pcictl.8 +++ b/usr.sbin/pcictl/pcictl.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: pcictl.8,v 1.4 2006/10/01 00:13:28 hubertf Exp $ +.\" $NetBSD: pcictl.8,v 1.5 2006/10/03 02:08:16 wiz Exp $ .\" .\" Copyright 2001 Wasabi Systems, Inc. .\" All rights reserved. @@ -60,13 +60,14 @@ The following commands are available: .Op Fl d Ar device .Op Fl f Ar function .Pp -List the devices in the PCI domain, either as names or if +List the devices in the PCI domain, either as names or, if .Fl n -is given as numbers. +is given, as numbers. The bus, device, and function -numbers may be specified by flags. If the bus is not -specified, it defaults to the bus number of the PCI bus specified -on the command line. Any other locator not specified defaults +numbers may be specified by flags. +If the bus is not specified, it defaults to the bus number of the +PCI bus specified on the command line. +Any other locator not specified defaults to a wildcard, or may be explicitly wildcarded by specifying .Dq any . .Pp @@ -76,10 +77,10 @@ to a wildcard, or may be explicitly wildcarded by specifying .Op Fl f Ar function .Pp Dump the PCI configuration space for the specified device located -at the specified bus, device, and function. If the bus is not -specified, it defaults to the bus number of the PCI bus specified -on the command line. If the function is not specified, it defaults -to 0. +at the specified bus, device, and function. +If the bus is not specified, it defaults to the bus number of the +PCI bus specified on the command line. +If the function is not specified, it defaults to 0. .Sh FILES .Pa /dev/pci* - PCI bus device nodes -- cgit