diff options
Diffstat (limited to 'lib/libc/sys/kldnext.2')
| -rw-r--r-- | lib/libc/sys/kldnext.2 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/libc/sys/kldnext.2 b/lib/libc/sys/kldnext.2 index bf56ad000918..4cf443c94004 100644 --- a/lib/libc/sys/kldnext.2 +++ b/lib/libc/sys/kldnext.2 @@ -39,15 +39,18 @@ .Ft int .Fn kldnext "int fileid" .Sh DESCRIPTION -The function +The .Fn kldnext +system call returns the fileid of the next kld file (that is, the one after .Va fileid ) or 0 if .Va fileid is the last file loaded. .Sh RETURN VALUES +The .Fn kldnext +system call returns the fileid of the next kld file (see DESCRIPTION) or 0. If an error occurs, .Va errno |
