diff options
author | rwatson <rwatson@FreeBSD.org> | 2004-01-06 20:23:20 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2004-01-06 20:23:20 +0000 |
commit | 690a76d775cd7265ba32b64c10495436271a229d (patch) | |
tree | 2c15b6fb7c2daf71573e7b0f85bb3720bcd12ead /usr.sbin/pciconf | |
parent | e87a51f854fe925de91aabdf8405b63e168dbb6e (diff) | |
download | FreeBSD-src-690a76d775cd7265ba32b64c10495436271a229d.zip FreeBSD-src-690a76d775cd7265ba32b64c10495436271a229d.tar.gz |
Update pciconf man page to indicate that only some of the functions
in pciconf are limited to the superuser.
Requested by: ru
Diffstat (limited to 'usr.sbin/pciconf')
-rw-r--r-- | usr.sbin/pciconf/pciconf.8 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/pciconf/pciconf.8 b/usr.sbin/pciconf/pciconf.8 index 2933c04..ea41bba 100644 --- a/usr.sbin/pciconf/pciconf.8 +++ b/usr.sbin/pciconf/pciconf.8 @@ -47,7 +47,8 @@ utility provides a command line interface to functionality provided by the .Xr pci 4 .Xr ioctl 2 interface. -As such, it is only available to users with write access to +As such, some of the functions are only available to users with write +access to .Pa /dev/pci , normally only the super-user. .Pp |