Properly document what ENOENT really means for kldfind(2).

This commit is contained in:
Chris Costello 1999-11-14 18:15:33 +00:00
parent 2c582f0fc6
commit 328984c261
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=53156

View file

@ -59,9 +59,7 @@ fails:
.It Bq Er EFAULT
The data required for this operation could not be read from the kernel space.
.It Bq Er ENOENT
The file specified by
.Va file
does not exist or is not readable.
The file specified is not loaded in the kernel.
.Sh SEE ALSO
.Xr kldfirstmod 2 ,
.Xr kldload 2 ,