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
.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
.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.