diff options
Diffstat (limited to 'lib/libc/sys/kldfind.2')
-rw-r--r-- | lib/libc/sys/kldfind.2 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/libc/sys/kldfind.2 b/lib/libc/sys/kldfind.2 index b7be17a7e45f..a8892ed00650 100644 --- a/lib/libc/sys/kldfind.2 +++ b/lib/libc/sys/kldfind.2 @@ -39,12 +39,15 @@ .Ft int .Fn kldfind "const char *file" .Sh DESCRIPTION -The function +The .Fn kldfind +system call returns the fileid of the kld file referenced by .Fa file . .Sh RETURN VALUES +The .Fn kldfind +system call returns the fileid of the kld file referenced by .Fa file . Upon error, |