From fbc3514623262e695679d08557ad270fd9df6eeb Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Mon, 24 Jan 2005 23:45:56 -0500 Subject: [PATCH] Clarified the tune2fs man page about how the -c option works. --- misc/ChangeLog | 4 ++++ misc/tune2fs.8.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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. -- 1.8.3.1