From 48aad6a23427d41e68069fd49eecb12a27d4f000 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Mon, 13 Jan 2014 17:14:10 +0000 Subject: [PATCH] Fix dmesg(1) -> dmesg(8) Reported by: trasz --- sbin/kldload/kldload.c | 2 +- share/man/man4/kld.4 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sbin/kldload/kldload.c b/sbin/kldload/kldload.c index bf728b256951..3891f3328942 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: diff --git a/share/man/man4/kld.4 b/share/man/man4/kld.4 index f0edada1c41b..de991c40ffd7 100644 --- a/share/man/man4/kld.4 +++ b/share/man/man4/kld.4 @@ -167,7 +167,7 @@ fails to execute the entry point. .Pp .Xr kldload 8 points the user to read -.Xr dmesg 1 +.Xr dmesg 8 for any error encountered while loading a module. .Pp When system internal interfaces change, old modules often cannot