diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2000-11-20 20:10:44 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2000-11-20 20:10:44 +0000 |
commit | e97407b4f202c33851c3ee51572c0cde85095e83 (patch) | |
tree | 7e3aa57c8fd31ab0d25337a45dc22ec6589aa283 /usr.sbin/pciconf | |
parent | a41801c68a57ffad135f82fa0dba1a15e921634b (diff) | |
download | src-test2-e97407b4f202c33851c3ee51572c0cde85095e83.tar.gz src-test2-e97407b4f202c33851c3ee51572c0cde85095e83.zip |
Notes
Diffstat (limited to 'usr.sbin/pciconf')
-rw-r--r-- | usr.sbin/pciconf/pciconf.8 | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/usr.sbin/pciconf/pciconf.8 b/usr.sbin/pciconf/pciconf.8 index fe7231217d1f..0c21c8e196d0 100644 --- a/usr.sbin/pciconf/pciconf.8 +++ b/usr.sbin/pciconf/pciconf.8 @@ -31,12 +31,16 @@ .Nm pciconf .Nd diagnostic utility for the PCI bus .Sh SYNOPSIS -.Nm pciconf Fl l -.Nm pciconf Fl a Ar selector -.Nm pciconf Fl r Ar selector +.Nm +.Fl l +.Nm +.Fl a Ar selector +.Nm +.Fl r Ar selector .Op Fl b | Fl h .Ar reg -.Nm pciconf Fl w Ar selector +.Nm +.Fl w Ar selector .Op Fl b | Fl h .Ar reg value .Sh DESCRIPTION @@ -186,7 +190,7 @@ The and .Fl h options are implemented in -.Nm Ns , +.Nm , but not in the underlying .Xr ioctl 2 . .Pp |