From 7ec7b58f0ed4030059607898d473cd0df6363ea2 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Mon, 13 Jan 2014 16:45:43 +0000 Subject: [PATCH] Update the BUGS section according the recent changes in kldload(8) Reviewed by: bdrewery MFC after: 1 week --- share/man/man4/kld.4 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/share/man/man4/kld.4 b/share/man/man4/kld.4 index c36f6ab2493..f0edada1c41 100644 --- a/share/man/man4/kld.4 +++ b/share/man/man4/kld.4 @@ -25,7 +25,7 @@ .\" .\" $FreeBSD$ .\" -.Dd November 8, 1998 +.Dd January 13, 2014 .Dt KLD 4 .Os .Sh NAME @@ -166,8 +166,8 @@ binary, then fails to execute the entry point. .Pp .Xr kldload 8 -returns the cryptic message -.Sq Li "ENOEXEC (Exec format error)" +points the user to read +.Xr dmesg 1 for any error encountered while loading a module. .Pp When system internal interfaces change, old modules often cannot