Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Jan 2014 16:45:44 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r260595 - head/share/man/man4
Message-ID:  <201401131645.s0DGjiDH063479@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Jan 13 16:45:43 2014
New Revision: 260595
URL: http://svnweb.freebsd.org/changeset/base/260595

Log:
  Update the BUGS section according the recent changes in kldload(8)
  
  Reviewed by:	bdrewery
  MFC after:	1 week

Modified:
  head/share/man/man4/kld.4

Modified: head/share/man/man4/kld.4
==============================================================================
--- head/share/man/man4/kld.4	Mon Jan 13 16:23:09 2014	(r260594)
+++ head/share/man/man4/kld.4	Mon Jan 13 16:45:43 2014	(r260595)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401131645.s0DGjiDH063479>