diff options
| author | wiz <wiz@NetBSD.org> | 2011-02-25 14:11:25 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2011-02-25 14:11:25 +0000 |
| commit | e9b8177004e4538401feb406b6091b7f00189e29 (patch) | |
| tree | 03edadf6cbe7add4175cd40b2c6833c9b56ca47c /usr.sbin/pcictl | |
| parent | 285592a161adddaf7fc31b8581c6a3db68d7def9 (diff) | |
Add quoting for minus, for PostScript output.
Diffstat (limited to 'usr.sbin/pcictl')
| -rw-r--r-- | usr.sbin/pcictl/pcictl.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/pcictl/pcictl.8 b/usr.sbin/pcictl/pcictl.8 index 07467f44536..fb82bfc6c16 100644 --- a/usr.sbin/pcictl/pcictl.8 +++ b/usr.sbin/pcictl/pcictl.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: pcictl.8,v 1.8 2011/02/25 13:50:18 jmcneill Exp $ +.\" $NetBSD: pcictl.8,v 1.9 2011/02/25 14:11:25 wiz Exp $ .\" .\" Copyright 2001 Wasabi Systems, Inc. .\" All rights reserved. @@ -67,7 +67,7 @@ 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. -If the bus is -1, devices on all busses are listed. +If the bus is \-1, devices on all busses are listed. Any other locator not specified defaults to a wildcard, or may be explicitly wildcarded by specifying .Dq any . |
