diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-12-18 09:22:32 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-12-18 09:22:32 +0000 |
| commit | 2faeeff4c9bb77cca44a977d96c1a9fc7af8d8a3 (patch) | |
| tree | cb18f664ed0ee63bee30f6af9b148510b6e9663b /lib/libc/sys/modfind.2 | |
| parent | a1096fe6dfb9dc2ec492a1421075a38d6d75bc02 (diff) | |
Notes
Diffstat (limited to 'lib/libc/sys/modfind.2')
| -rw-r--r-- | lib/libc/sys/modfind.2 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/libc/sys/modfind.2 b/lib/libc/sys/modfind.2 index 35fa7c902320..3f485798a6c9 100644 --- a/lib/libc/sys/modfind.2 +++ b/lib/libc/sys/modfind.2 @@ -39,12 +39,15 @@ .Ft int .Fn modfind "const char *modname" .Sh DESCRIPTION -The function +The .Fn modfind +system call returns the modid of the kernel module referenced by .Fa modname . .Sh RETURN VALUES +The .Fn modfind +system call returns the modid of the kernel module referenced by .Fa file . Upon error, |
