summaryrefslogtreecommitdiffstats
path: root/sbin/tunefs/tunefs.8
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2002-10-15 15:30:55 +0000
committerrwatson <rwatson@FreeBSD.org>2002-10-15 15:30:55 +0000
commit3e13a3250af068de42ff4ef8176a904aa98420a6 (patch)
tree15d8a7173c3ffa1347e1fb816f63324ed11a9a56 /sbin/tunefs/tunefs.8
parent00d15800f1559a723e52ed176f834ad2b9846502 (diff)
downloadFreeBSD-src-3e13a3250af068de42ff4ef8176a904aa98420a6.zip
FreeBSD-src-3e13a3250af068de42ff4ef8176a904aa98420a6.tar.gz
Correct some of the style problems in this file:
I introduced a style problem when I sorted 'a' before 'A'; our preferred order sorts 'A' first. Correct. Use .Cm instead of .Ar. Submitted by: bde
Diffstat (limited to 'sbin/tunefs/tunefs.8')
-rw-r--r--sbin/tunefs/tunefs.88
1 files changed, 4 insertions, 4 deletions
diff --git a/sbin/tunefs/tunefs.8 b/sbin/tunefs/tunefs.8
index d7832da..b8c8a1d 100644
--- a/sbin/tunefs/tunefs.8
+++ b/sbin/tunefs/tunefs.8
@@ -40,11 +40,11 @@
.Nd tune up an existing file system
.Sh SYNOPSIS
.Nm
-.Op Fl a Cm enable | disable
.Op Fl A
+.Op Fl a Cm enable | disable
.Op Fl e Ar maxbpg
.Op Fl f Ar avgfilesize
-.Op Fl l Ar enable | disable
+.Op Fl l Cm enable | disable
.Op Fl m Ar minfree
.Op Fl n Cm enable | disable
.Op Fl o Cm space | time
@@ -65,14 +65,14 @@ it must be downgraded to read-only or unmounted.
The parameters which are to be changed are indicated by the flags
given below:
.Bl -tag -width indent
-.It Fl a Cm enable | disable
-Turn on/off the administrative ACL enable flag.
.It Fl A
The file system has several backups of the super-block.
Specifying
this option will cause all backups to be modified as well as the
primary super-block.
This is potentially dangerous - use with caution.
+.It Fl a Cm enable | disable
+Turn on/off the administrative ACL enable flag.
.It Fl e Ar maxbpg
Indicate the maximum number of blocks any single file can
allocate out of a cylinder group before it is forced to begin
OpenPOWER on IntegriCloud