From: Theodore Ts'o Date: Tue, 25 Jan 2005 04:45:56 +0000 (-0500) Subject: Clarified the tune2fs man page about how the -c option works. X-Git-Tag: E2FSPROGS-1_36~32 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=fbc3514623262e695679d08557ad270fd9df6eeb;p=tools%2Fe2fsprogs.git Clarified the tune2fs man page about how the -c option works. --- diff --git a/misc/ChangeLog b/misc/ChangeLog index 6ba4531..573b7fe 100644 --- a/misc/ChangeLog +++ b/misc/ChangeLog @@ -1,3 +1,7 @@ +2005-01-24 Theodore Ts'o + + * tune2fs.8.in: Clarified man page about the -c option. + 2005-01-21 Theodore Ts'o * blkid.c (main): Make blkid -t display all devices that match the diff --git a/misc/tune2fs.8.in b/misc/tune2fs.8.in index fedbbdd..6ef72c5 100644 --- a/misc/tune2fs.8.in +++ b/misc/tune2fs.8.in @@ -90,7 +90,7 @@ parameters on Linux ext2/ext3 filesystems. .BI \-c " max-mount-counts" Adjust the maximal mounts count between two filesystem checks. If .I max-mount-counts -is 0 then the number of times the filesystem is mounted will be disregarded +is 0 or -1, the number of times the filesystem is mounted will be disregarded by .BR e2fsck (8) and the kernel.