From c5fbf388550ad7511a7424078001316e2c6f401c Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Sat, 24 Oct 2009 14:25:39 -0400 Subject: [PATCH] tune2fs.8: Clarify tune2fs's -i option Signed-off-by: "Theodore Ts'o" --- misc/tune2fs.8.in | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/misc/tune2fs.8.in b/misc/tune2fs.8.in index cf0d8ac..62934f7 100644 --- a/misc/tune2fs.8.in +++ b/misc/tune2fs.8.in @@ -219,13 +219,15 @@ it is converted to a numerical gid before it is stored in the superblock. .TP .B \-i " \fIinterval-between-checks\fR[\fBd\fR|\fBm\fR|\fBw\fR]" Adjust the maximal time between two filesystem checks. -No postfix or +No suffix or .B d -result in days, +will interpret the number +.I interval-between-checks +as days, .B m -in months, and +as months, and .B w -in weeks. A value of zero will disable the time-dependent checking. +as weeks. A value of zero will disable the time-dependent checking. .sp It is strongly recommended that either .B \-c -- 1.8.3.1