From 3a03c2ca5e0aa9fabe1ae7e635d1f91a3a9eaec2 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Fri, 19 Nov 2004 14:29:48 -0500 Subject: [PATCH] mke2fs.8.in: Removed the word "destructive" when describing the read-write test, since it can confuse people. --- misc/ChangeLog | 5 +++++ misc/mke2fs.8.in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/misc/ChangeLog b/misc/ChangeLog index 0ef524b8..1e3fe450 100644 --- a/misc/ChangeLog +++ b/misc/ChangeLog @@ -1,3 +1,8 @@ +2004-11-19 Theodore Ts'o + + * mke2fs.8.in: Removed the word "destructive" when describing the + read-write test, since it can confuse people. + 2004-10-08 Theodore Ts'o * mke2fs.8.in: Add an explanation about why reserved blocks in a diff --git a/misc/mke2fs.8.in b/misc/mke2fs.8.in index 8c21f293..53ae154d 100644 --- a/misc/mke2fs.8.in +++ b/misc/mke2fs.8.in @@ -156,7 +156,7 @@ the blocksize be a multiple of 2k. .TP .B \-c Check the device for bad blocks before creating the file system. If -this option is specified twice, then a slower, destructive, read-write +this option is specified twice, then a slower, read-write test is used instead of a fast read-only test. .TP .BI \-f " fragment-size"