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