diff options
author | Theodore Ts'o <tytso@mit.edu> | 2009-10-24 15:14:54 -0400 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2009-10-24 15:14:54 -0400 |
commit | 72a729dbf962e8fba58a06ee0a11a01b15e743fc (patch) | |
tree | cee392a87fcde1d82ecb81c63318c0cc5acc8469 /misc | |
parent | 95bcea9fc149e349865f9eb30988ad1b4e1c1342 (diff) | |
parent | 06807d9fa62fe31525143b36fcff8f223e18829c (diff) | |
download | e2fsprogs-72a729dbf962e8fba58a06ee0a11a01b15e743fc.tar.gz |
Merge branch 'maint' into next
Conflicts:
configure
configure.in
Diffstat (limited to 'misc')
-rw-r--r-- | misc/dumpe2fs.c | 4 | ||||
-rw-r--r-- | misc/tune2fs.8.in | 10 |
2 files changed, 8 insertions, 6 deletions
diff --git a/misc/dumpe2fs.c b/misc/dumpe2fs.c index 62eb1c72..cb9c1ab0 100644 --- a/misc/dumpe2fs.c +++ b/misc/dumpe2fs.c @@ -50,8 +50,8 @@ int hex_format = 0; static void usage(void) { - fprintf (stderr, _("Usage: %s [-bfhixV] [-ob superblock] " - "[-oB blocksize] device\n"), program_name); + fprintf (stderr, _("Usage: %s [-bfhixV] [-o superblock=<num>] " + "[-o blocksize=<num>] device\n"), program_name); exit (1); } diff --git a/misc/tune2fs.8.in b/misc/tune2fs.8.in index cf0d8ac6..62934f73 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 |