From 8d8f84be506e8e04f9a780939c7b495db1ac22fc Mon Sep 17 00:00:00 2001 From: n_hibma Date: Mon, 6 Sep 1999 08:30:25 +0000 Subject: Show that the -n option is optional Suggested by: Bruce Evans Reviewed by: dfr --- sbin/kldunload/kldunload.8 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'sbin') diff --git a/sbin/kldunload/kldunload.8 b/sbin/kldunload/kldunload.8 index d4ed5e4..6cbb60b 100644 --- a/sbin/kldunload/kldunload.8 +++ b/sbin/kldunload/kldunload.8 @@ -37,7 +37,8 @@ .Fl i Ar id .Nm kldunload .Op Fl v -.Fl n Ar name +.Op Fl n +.Ar name .Sh DESCRIPTION The .Nm @@ -52,6 +53,8 @@ Be more verbose. Unload the file with this ID. .It Fl n Ar name Unload the file with this name. +.It Ar name +Unload the file with this name. .El .Sh DIAGNOSTICS The -- cgit v1.1