summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/kldfind.2
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1999-04-09 14:31:59 +0000
committerbde <bde@FreeBSD.org>1999-04-09 14:31:59 +0000
commit6f90f82fc7fb8272762925d9cb3a22d2d0b5afc7 (patch)
treee0ca0b6b18efafbbc367b0ea6ed0af8342ad10e7 /lib/libc/sys/kldfind.2
parent9dd48e58c35657d065e324a437dc2d8d77a28490 (diff)
downloadFreeBSD-src-6f90f82fc7fb8272762925d9cb3a22d2d0b5afc7.zip
FreeBSD-src-6f90f82fc7fb8272762925d9cb3a22d2d0b5afc7.tar.gz
Fixed missing include in synopsis.
Fixed some mdoc usage errors.
Diffstat (limited to 'lib/libc/sys/kldfind.2')
-rw-r--r--lib/libc/sys/kldfind.26
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/libc/sys/kldfind.2 b/lib/libc/sys/kldfind.2
index cc43bf3..ff2c06c 100644
--- a/lib/libc/sys/kldfind.2
+++ b/lib/libc/sys/kldfind.2
@@ -23,7 +23,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $Id$
+.\" $Id: kldfind.2,v 1.1 1999/04/04 12:29:31 dfr Exp $
.\"
.Dd March 3, 1999
.Dt KLDFIND 2
@@ -32,8 +32,8 @@
.Nm kldfind
.Nd returns the fileid of a kld file
.Sh SYNOPSIS
+.Fd #include <sys/param.h>
.Fd #include <sys/linker.h>
-.br
.Ft int
.Fn kldfind "const char *file"
.Sh DESCRIPTION
@@ -62,9 +62,7 @@ The data required for this operation could not be read from the kernel space.
The file specified by
.Va file
does not exist or is not readable.
-.Ed
.Sh HISTORY
The
.Nm kld
interface first appeared in FreeBSD 3.0.
-
OpenPOWER on IntegriCloud