diff options
author | trasz <trasz@FreeBSD.org> | 2009-04-29 10:02:50 +0000 |
---|---|---|
committer | trasz <trasz@FreeBSD.org> | 2009-04-29 10:02:50 +0000 |
commit | 1fa36791b4c4434acd4227dd9a799efb7dc6e857 (patch) | |
tree | 6b96534d60b4712be34a4f67b17e632b8fc127a8 /sbin/tunefs | |
parent | fefd4b2fb5daf7c1554ce121fb6fcc201aa261dc (diff) | |
download | FreeBSD-src-1fa36791b4c4434acd4227dd9a799efb7dc6e857.zip FreeBSD-src-1fa36791b4c4434acd4227dd9a799efb7dc6e857.tar.gz |
Slightly improve gjournal documentation.
Reviewed by: pjd
Diffstat (limited to 'sbin/tunefs')
-rw-r--r-- | sbin/tunefs/tunefs.8 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/tunefs/tunefs.8 b/sbin/tunefs/tunefs.8 index 245aa36..06e47ca 100644 --- a/sbin/tunefs/tunefs.8 +++ b/sbin/tunefs/tunefs.8 @@ -89,7 +89,7 @@ this parameter should be set higher. .It Fl f Ar avgfilesize Specify the expected average file size. .It Fl J Cm enable | disable -Turn on/off GJournal flag. +Turn on/off gjournal flag. .It Fl L Ar volname Add/modify an optional file system volume label. .It Fl l Cm enable | disable @@ -145,6 +145,7 @@ specified mount point. .Sh SEE ALSO .Xr fs 5 , .Xr dumpfs 8 , +.Xr gjournal 8 , .Xr newfs 8 .Rs .%A M. McKusick |