diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2000-08-23 00:45:19 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2000-08-23 00:45:19 +0000 |
| commit | 5cb596218bf81afb80c6250c21252affea930813 (patch) | |
| tree | 609703b091d9e560ea113d1b894cb4739ecf9676 /lib/libc/sys/kldfirstmod.2 | |
| parent | c9b6e146cdd48c4cb88352e0fe8ac335691b9725 (diff) | |
Notes
Diffstat (limited to 'lib/libc/sys/kldfirstmod.2')
| -rw-r--r-- | lib/libc/sys/kldfirstmod.2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/kldfirstmod.2 b/lib/libc/sys/kldfirstmod.2 index ed9059b35ca6..67c1e7f60469 100644 --- a/lib/libc/sys/kldfirstmod.2 +++ b/lib/libc/sys/kldfirstmod.2 @@ -42,18 +42,18 @@ The .Fn kldfirstmod function returns the module id pertaining to the first module referenced by -.Va fileid . +.Fa fileid . .Sh RETURN VALUES The .Fn kldfirstmod will return the id of the first module referenced by -.Va fileid +.Fa fileid or 0 if there are no references. .Sh ERRORS .Bl -tag -width Er .It Bq Er ENOENT The kld file referenced by -.Va fileid +.Fa fileid was not found. .Sh SEE ALSO .Xr kldfind 2 , |
