mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix bugs in previous revision (missing comma, misspelled syscall name).
This commit is contained in:
parent
517d383637
commit
53bbf5aa35
1 changed files with 2 additions and 3 deletions
|
|
@ -29,8 +29,7 @@
|
|||
.Dt KLDUNLOAD 2
|
||||
.Os
|
||||
.Sh NAME
|
||||
.Nm kldunload
|
||||
.Nm kldunloadf
|
||||
.Nm kldunload , kldunloadf
|
||||
.Nd unload kld files
|
||||
.Sh LIBRARY
|
||||
.Lb libc
|
||||
|
|
@ -40,7 +39,7 @@
|
|||
.Ft int
|
||||
.Fn kldunload "int fileid"
|
||||
.Ft int
|
||||
.Fn kldunload "int fileid" "int flags"
|
||||
.Fn kldunloadf "int fileid" "int flags"
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
.Fn kldunload
|
||||
|
|
|
|||
Loading…
Reference in a new issue