From de8d5490404d642e9df0a58897aecbd9b9096736 Mon Sep 17 00:00:00 2001 From: Nick Hibma Date: Mon, 6 Sep 1999 08:30:25 +0000 Subject: [PATCH] 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(-) diff --git a/sbin/kldunload/kldunload.8 b/sbin/kldunload/kldunload.8 index d4ed5e43ead..6cbb60bb986 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