summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pciconf/pciconf.c
diff options
context:
space:
mode:
authorjdp <jdp@FreeBSD.org>2002-09-17 18:10:39 +0000
committerjdp <jdp@FreeBSD.org>2002-09-17 18:10:39 +0000
commit1db483ab8cffc00036fc5bb76b9bbb924c39a4e8 (patch)
tree5849b30a862177990a4c44056e8dd9010b8cd3dc /usr.sbin/pciconf/pciconf.c
parente25a8d33e2fa800c3a9232bd96274503a7c005a9 (diff)
downloadFreeBSD-src-1db483ab8cffc00036fc5bb76b9bbb924c39a4e8.zip
FreeBSD-src-1db483ab8cffc00036fc5bb76b9bbb924c39a4e8.tar.gz
Use consistent terminology in the usage message, the man page
synopsis, and the man page description ("selector" vs. "sel" and "addr" vs. "reg"). Fix the usage message and man page synopsis to show that the "value" argument is not optional.
Diffstat (limited to 'usr.sbin/pciconf/pciconf.c')
-rw-r--r--usr.sbin/pciconf/pciconf.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/pciconf/pciconf.c b/usr.sbin/pciconf/pciconf.c
index 6a18b6d..764fd3d 100644
--- a/usr.sbin/pciconf/pciconf.c
+++ b/usr.sbin/pciconf/pciconf.c
@@ -80,9 +80,9 @@ usage()
{
fprintf(stderr, "%s\n%s\n%s\n%s\n",
"usage: pciconf -l [-v]",
- " pciconf -a sel",
- " pciconf -r [-b | -h] sel addr[:addr]",
- " pciconf -w [-b | -h] sel addr [value]");
+ " pciconf -a selector",
+ " pciconf -r [-b | -h] selector addr[:addr2]",
+ " pciconf -w [-b | -h] selector addr value");
exit (1);
}
OpenPOWER on IntegriCloud