aboutsummaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorNick Hibma <n_hibma@FreeBSD.org>1999-09-06 08:30:25 +0000
committerNick Hibma <n_hibma@FreeBSD.org>1999-09-06 08:30:25 +0000
commitde8d5490404d642e9df0a58897aecbd9b9096736 (patch)
tree8e5540760ad397fc9356ee220c784061d702228c /sbin
parentb4f63b0b8b2f16453b945bbaeb714eb7d73f2c1a (diff)
downloadsrc-de8d5490404d642e9df0a58897aecbd9b9096736.tar.gz
src-de8d5490404d642e9df0a58897aecbd9b9096736.zip
Show that the -n option is optional
Suggested by: Bruce Evans <bde@zeta.org.au> Reviewed by: dfr
Notes
Notes: svn path=/head/; revision=51006
Diffstat (limited to 'sbin')
-rw-r--r--sbin/kldunload/kldunload.85
1 files changed, 4 insertions, 1 deletions
diff --git a/sbin/kldunload/kldunload.8 b/sbin/kldunload/kldunload.8
index d4ed5e43eadc..6cbb60bb9861 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