summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/kldnext.2
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/sys/kldnext.2')
-rw-r--r--lib/libc/sys/kldnext.28
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/sys/kldnext.2 b/lib/libc/sys/kldnext.2
index ff929c3..c856a2e 100644
--- a/lib/libc/sys/kldnext.2
+++ b/lib/libc/sys/kldnext.2
@@ -43,12 +43,12 @@ The
.Fn kldnext
system call
returns the fileid of the next kld file (that is, the one after
-.Va fileid )
+.Fa fileid )
or 0 if
-.Va fileid
+.Fa fileid
is the last file loaded.
To get the fileid of the first kld file, pass
-.Va fileid
+.Fa fileid
of 0 to
.Fn kldnext .
.Sh RETURN VALUES
@@ -67,7 +67,7 @@ The only error set by
is
.Er ENOENT ,
which is set when
-.Va fileid
+.Fa fileid
refers to a kld file that does not exist (is not loaded).
.Sh SEE ALSO
.Xr kldfind 2 ,
OpenPOWER on IntegriCloud