diff options
Diffstat (limited to 'lib/libc/sys/kldnext.2')
-rw-r--r-- | lib/libc/sys/kldnext.2 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/sys/kldnext.2 b/lib/libc/sys/kldnext.2 index 20984d2..cef9d0a 100644 --- a/lib/libc/sys/kldnext.2 +++ b/lib/libc/sys/kldnext.2 @@ -55,7 +55,9 @@ is set to indicate the error. .Sh ERRORS The only error set by .Fn kldnext -is ENOENT, which is set when +is +.Er ENOENT , +which is set when .Va fileid refers to a kld file that does not exist (isn't loaded). .Sh SEE ALSO |