summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pciconf
diff options
context:
space:
mode:
authorcharnier <charnier@FreeBSD.org>1999-11-27 16:59:06 +0000
committercharnier <charnier@FreeBSD.org>1999-11-27 16:59:06 +0000
commitf0a54e207a2033aa746034fbc6711daa1dcd1ef5 (patch)
treee4f0a9a3826cf6187ea14745598654ebf732c938 /usr.sbin/pciconf
parentba04e5f50164ae7a5aa293f86508a3f0333b95f5 (diff)
downloadFreeBSD-src-f0a54e207a2033aa746034fbc6711daa1dcd1ef5.zip
FreeBSD-src-f0a54e207a2033aa746034fbc6711daa1dcd1ef5.tar.gz
.Fn -> .Xr
Do not start warn() message with uppercase.
Diffstat (limited to 'usr.sbin/pciconf')
-rw-r--r--usr.sbin/pciconf/pciconf.84
-rw-r--r--usr.sbin/pciconf/pciconf.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/pciconf/pciconf.8 b/usr.sbin/pciconf/pciconf.8
index d32204c..31f032e 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 5a535f6..d137fbd 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;
OpenPOWER on IntegriCloud