diff options
author | joel <joel@FreeBSD.org> | 2012-03-26 21:22:53 +0000 |
---|---|---|
committer | joel <joel@FreeBSD.org> | 2012-03-26 21:22:53 +0000 |
commit | 906214101c2afe043c4e6b86c05dad9039220a42 (patch) | |
tree | dac7f857a786f780fb4965b48ce752c840759c6e /usr.sbin/mfiutil | |
parent | 49e07e95592f6b458f4a4182401cb8317175e365 (diff) | |
download | FreeBSD-src-906214101c2afe043c4e6b86c05dad9039220a42.zip FreeBSD-src-906214101c2afe043c4e6b86c05dad9039220a42.tar.gz |
mdoc: correct .Bd/.Bl arguments.
Reviewed by: brueffer
Diffstat (limited to 'usr.sbin/mfiutil')
-rw-r--r-- | usr.sbin/mfiutil/mfiutil.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/mfiutil/mfiutil.8 b/usr.sbin/mfiutil/mfiutil.8 index 5ccdcdc..b1be5d9 100644 --- a/usr.sbin/mfiutil/mfiutil.8 +++ b/usr.sbin/mfiutil/mfiutil.8 @@ -250,7 +250,7 @@ parameter limits the output to entries at the specified class or higher. The default class is .Dq warn . The available classes from lowest priority to highest are: -.Bl -tag -width -indent +.Bl -tag -width indent .It Cm debug Debug messages. .It Cm progress @@ -300,7 +300,7 @@ and parameters. Each of these parameters can either be specified as a log entry number or as one of the following aliases: -.Bl -tag -width -indent +.Bl -tag -width indent .It Cm newest The newest entry in the event log. .It Cm oldest |