diff options
| author | Philippe Charnier <charnier@FreeBSD.org> | 1999-11-27 16:59:06 +0000 |
|---|---|---|
| committer | Philippe Charnier <charnier@FreeBSD.org> | 1999-11-27 16:59:06 +0000 |
| commit | 541c4ca06d39b766d7eb1e5f84dedaec82a2b0df (patch) | |
| tree | c5a3e45b305f0704c03dd2287695eaa0bd35ef08 /usr.sbin/pciconf | |
| parent | a39d9a0c5aa9dd2aeed0b6bb8bb2a4a87b4b1c84 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/pciconf')
| -rw-r--r-- | usr.sbin/pciconf/pciconf.8 | 4 | ||||
| -rw-r--r-- | usr.sbin/pciconf/pciconf.c | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/pciconf/pciconf.8 b/usr.sbin/pciconf/pciconf.8 index d32204c203c4..31f032e66bd0 100644 --- a/usr.sbin/pciconf/pciconf.8 +++ b/usr.sbin/pciconf/pciconf.8 @@ -177,9 +177,9 @@ The and .Fl h options are implemented in -.Nm pciconf , +.Nm Ns , but not in the underlying -.Fn ioctl . +.Xr ioctl 2 . .Pp It might be useful to give non-root users access to the .Fl a diff --git a/usr.sbin/pciconf/pciconf.c b/usr.sbin/pciconf/pciconf.c index 5a535f6b5096..d137fbdf615f 100644 --- a/usr.sbin/pciconf/pciconf.c +++ b/usr.sbin/pciconf/pciconf.c @@ -162,7 +162,7 @@ list_devs(void) close(fd); return; } else if (pc.status == PCI_GETCONF_ERROR) { - warnx("Error returned from PCIOCGETCONF ioctl"); + warnx("error returned from PCIOCGETCONF ioctl"); exitstatus = 1; close(fd); return; |
