diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-11-09 17:53:37 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-11-09 17:53:37 +0000 |
commit | fd80bd85aae74b486ef6875e2553afa55b9499e0 (patch) | |
tree | 745201ae517ef3469e3bafc20c5bb76de8b3bffa /sbin/fsirand | |
parent | 06e3579118de0e275610c2060770fff7febe25c6 (diff) |
Change all option list specifications to ".Bl -tag -width Ds". Most man
pages just needed their -width parameter tweaked to "Ds", which provides
a nice width of 6 constant characters. For consistency more than anything.
Diffstat (limited to 'sbin/fsirand')
-rw-r--r-- | sbin/fsirand/fsirand.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/fsirand/fsirand.8 b/sbin/fsirand/fsirand.8 index 7d02d6440ab..6aeadf7fd20 100644 --- a/sbin/fsirand/fsirand.8 +++ b/sbin/fsirand/fsirand.8 @@ -23,7 +23,7 @@ .\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF .\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: fsirand.8,v 1.20 2000/04/15 02:15:14 aaron Exp $ +.\" $OpenBSD: fsirand.8,v 1.21 2000/11/09 17:52:57 aaron Exp $ .\" .Dd January 25, 1997 .Dt FSIRAND 8 @@ -71,7 +71,7 @@ but the system should be rebooted via afterwards. .Pp The options are as follows: -.Bl -tag -width indent +.Bl -tag -width Ds .It Fl b Use the default block size (usually 512 bytes) instead of the value gleaned from the disklabel. |