summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/kldload.2
diff options
context:
space:
mode:
authordd <dd@FreeBSD.org>2001-08-01 16:07:50 +0000
committerdd <dd@FreeBSD.org>2001-08-01 16:07:50 +0000
commit649f740e5723cf346369764faeede3ba2e770adb (patch)
treec3140b500f0dde3fafe5ed5f93f4f6beb569c5ca /lib/libc/sys/kldload.2
parentdf24500a505029e885998c8fc6beccecf8b1e7f3 (diff)
downloadFreeBSD-src-649f740e5723cf346369764faeede3ba2e770adb.zip
FreeBSD-src-649f740e5723cf346369764faeede3ba2e770adb.tar.gz
mdoc(7) police: remove hard sentence breaks.
Diffstat (limited to 'lib/libc/sys/kldload.2')
-rw-r--r--lib/libc/sys/kldload.28
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/sys/kldload.2 b/lib/libc/sys/kldload.2
index 6d1741f..f5c5ef8 100644
--- a/lib/libc/sys/kldload.2
+++ b/lib/libc/sys/kldload.2
@@ -45,8 +45,8 @@ loads a kld file into the kernel using the kernel linker.
.Sh RETURN VALUES
The function
.Fn kldload
-returns the fileid of the kld file which was loaded into the kernel. If
-an error occurs,
+returns the fileid of the kld file which was loaded into the kernel.
+If an error occurs,
.Fn kldload
will return -1 and set
.Va errno
@@ -55,8 +55,8 @@ to indicate the error.
The named file is loaded unless:
.Bl -tag -width Er
.It Bq Er EPERM
-You do not have access to read the file or link it with the kernel. You should
-be the root user to be able to use the
+You do not have access to read the file or link it with the kernel.
+You should be the root user to be able to use the
.Nm kld
functions.
.It Bq Er EFAULT
OpenPOWER on IntegriCloud