From 53bbf5aa3534912b56f37d03a428c2190e4a64f4 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Thu, 13 Mar 2008 10:33:24 +0000 Subject: [PATCH] Fix bugs in previous revision (missing comma, misspelled syscall name). --- lib/libc/sys/kldunload.2 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/libc/sys/kldunload.2 b/lib/libc/sys/kldunload.2 index f42df428c80..27e8c55600a 100644 --- a/lib/libc/sys/kldunload.2 +++ b/lib/libc/sys/kldunload.2 @@ -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