View | Details | Raw Unified | Return to bug 125639
Collapse All | Expand All

(-)lib/libc/sys/kldunload.2 (+3 lines)
Lines 67-76 Link Here
67
You do not have access to unlink the file from the kernel.
67
You do not have access to unlink the file from the kernel.
68
.It Bq Er ENOENT
68
.It Bq Er ENOENT
69
The file was not found.
69
The file was not found.
70
.It Bq Er EBUSY
70
.It Bq Er EBUSY
71
You attempted to unload a file linked by the kernel.
71
You attempted to unload a file linked by the kernel.
72
.It Bq Er EINVAL
73
.Fn kldunloadf
74
was called with invalid flags.
72
.El
75
.El
73
.Sh SEE ALSO
76
.Sh SEE ALSO
74
.Xr kldfind 2 ,
77
.Xr kldfind 2 ,
75
.Xr kldfirstmod 2 ,
78
.Xr kldfirstmod 2 ,
76
.Xr kldload 2 ,
79
.Xr kldload 2 ,

Return to bug 125639