]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
Minor edits to tune2fs(8) man page
authorTheodore Ts'o <tytso@mit.edu>
Sun, 14 May 2006 22:09:12 +0000 (18:09 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 14 May 2006 22:09:12 +0000 (18:09 -0400)
Clarify how the -c and -C options work

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
misc/ChangeLog
misc/tune2fs.8.in

index 69ccfdf9ffba47cbeef0a40f2651bc6f1895f6b5..1701182839a349768b1556c9a1856583a59b54b0 100644 (file)
@@ -1,5 +1,7 @@
 2006-05-14  Theodore Tso  <tytso@mit.edu>
 
+       * tune2fs.8.in: Clarify how the -c and -C options work.
+
        * tune2fs.c (parse_tune2fs_options): Don't give a confusing error
                message if the user specifies an check time interval
                greater than a year; it's probably a bad idea, but it's
index ef530095a5ad2b024135af204a8a30474954e8e8..444c338d24b5c91fd736f20555f1c54f32fc5669 100644 (file)
@@ -88,7 +88,9 @@ parameters on Linux ext2/ext3 filesystems.
 .SH OPTIONS
 .TP
 .BI \-c " max-mount-counts"
-Adjust the maximal mounts count between two filesystem checks.  If 
+Adjust the number of mounts after which the filesystem will be checked by 
+.BR e2fsck (8).  
+If
 .I max-mount-counts
 is 0 or \-1, the number of times the filesystem is mounted will be disregarded 
 by
@@ -116,8 +118,12 @@ option for time-dependent checking.
 .TP
 .BI \-C " mount-count"
 Set the number of times the filesystem has been mounted.
-Can be used in conjunction with \-c to force an fsck on
-the filesystem at the next reboot.
+If set to a greater value than the max-mount-counts parameter
+set by the 
+.B \-c
+option,
+.BR e2fsck (8) 
+will check the filesystem at the next reboot.
 .TP
 .BI \-e " error-behavior"
 Change the behavior of the kernel code when errors are detected.