diff options
| author | Dima Dorfman <dd@FreeBSD.org> | 2001-08-01 16:07:50 +0000 |
|---|---|---|
| committer | Dima Dorfman <dd@FreeBSD.org> | 2001-08-01 16:07:50 +0000 |
| commit | d81b7e782afd622111aafbface4a4ac0a38e5315 (patch) | |
| tree | c3140b500f0dde3fafe5ed5f93f4f6beb569c5ca /lib/libc | |
| parent | 80b9c373133e05591557646e8187a71666245295 (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -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 6d1741ff9219..f5c5ef8092bf 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 |
