summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-01-13 17:14:10 +0000
committerbapt <bapt@FreeBSD.org>2014-01-13 17:14:10 +0000
commit82e11f8c24339a03167e01c1bbdcf995d3b91f31 (patch)
treef68340d948798ebb6bc141bb6caa94db21e68d70 /sbin
parentf9767b7da742ea7aeaa002163a1d4eb7edc8b7af (diff)
downloadFreeBSD-src-82e11f8c24339a03167e01c1bbdcf995d3b91f31.zip
FreeBSD-src-82e11f8c24339a03167e01c1bbdcf995d3b91f31.tar.gz
Fix dmesg(1) -> dmesg(8)
Reported by: trasz
Diffstat (limited to 'sbin')
-rw-r--r--sbin/kldload/kldload.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/kldload/kldload.c b/sbin/kldload/kldload.c
index bf728b2..3891f33 100644
--- a/sbin/kldload/kldload.c
+++ b/sbin/kldload/kldload.c
@@ -190,7 +190,7 @@ main(int argc, char** argv)
case ENOEXEC:
warnx("an error occurred while "
"loading the module. "
- "Please check dmesg(1) for "
+ "Please check dmesg(8) for "
"more details.");
break;
default:
OpenPOWER on IntegriCloud