Fix bugs in previous revision (missing comma, misspelled syscall name).

This commit is contained in:
Ruslan Ermilov 2008-03-13 10:33:24 +00:00
parent 517d383637
commit 53bbf5aa35
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=177144

View file

@ -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