From bfd2193e5227a178fca1e2d1fe626b8af873fcdb Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Tue, 23 Nov 1999 13:48:58 +0000 Subject: [PATCH] ChangeLog, tune2fs.8.in: tune2fs.8.in: Fix man page so that the sparse_super filesystem option is properly named. --- misc/ChangeLog | 5 +++++ misc/tune2fs.8.in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/misc/ChangeLog b/misc/ChangeLog index b5ea9e0..2fe5c45 100644 --- a/misc/ChangeLog +++ b/misc/ChangeLog @@ -1,3 +1,8 @@ +1999-11-23 + + * tune2fs.8.in: Fix man page so that the sparse_super filesystem + option is properly named. + 1999-11-22 * mke2fs.c: Change log2() and log10() to int_log2() and diff --git a/misc/tune2fs.8.in b/misc/tune2fs.8.in index 5840448..f28fcd0 100644 --- a/misc/tune2fs.8.in +++ b/misc/tune2fs.8.in @@ -138,7 +138,7 @@ set the last-mounted directory for the filesystem. set or clear the indicated filesystem features (options) in the filesystem. .I Feature can be one of the following supported filesystem options: -.IR sparse , +.IR sparse_super , which cause the filesystem to use sparse superblocks, and .IR filetype , which will cause the filesystem to store file type information in -- 1.8.3.1