Fix dmesg(1) -> dmesg(8)
Reported by: trasz
This commit is contained in:
parent
c8ebd84147
commit
48aad6a234
@ -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:
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user