diff options
author | Ulrich Spörlein <uqs@FreeBSD.org> | 2010-10-21 12:27:13 +0000 |
---|---|---|
committer | Ulrich Spörlein <uqs@FreeBSD.org> | 2010-10-21 12:27:13 +0000 |
commit | 2914feeb7e7bc6d1ef98809230b82c6a52364a1d (patch) | |
tree | d5dbe95fb135494ffb64f5572d551217039e5d76 /sbin/fsirand/fsirand.8 | |
parent | 08f2463092b7a5f64fe082921911c7dd170e1625 (diff) | |
download | src-2914feeb7e7bc6d1ef98809230b82c6a52364a1d.tar.gz src-2914feeb7e7bc6d1ef98809230b82c6a52364a1d.zip |
mdoc: make pages render with mandoc
It's a bit more pedantic regarding .Bl list elements. This has an added
benefit of unbreaking the ipfw(8) manpage, where groff was silently
skipping one list element.
Notes
Notes:
svn path=/head/; revision=214132
Diffstat (limited to 'sbin/fsirand/fsirand.8')
-rw-r--r-- | sbin/fsirand/fsirand.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/fsirand/fsirand.8 b/sbin/fsirand/fsirand.8 index 66a1724303cb..3156787a8bdc 100644 --- a/sbin/fsirand/fsirand.8 +++ b/sbin/fsirand/fsirand.8 @@ -73,8 +73,8 @@ The utility may be used on the root file system in single-user mode but the system should be rebooted via ``reboot -n'' afterwards. .Sh OPTIONS -.Bl -tag -width indent The available options are as follows: +.Bl -tag -width indent .It Fl b Use the default block size (usually 512 bytes) instead of the value gleaned from the disklabel. |