diff options
-rw-r--r-- | lib/libc/sys/kldload.2 | 8 |
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 |