summaryrefslogtreecommitdiffstats
path: root/sbin/fsck_ifs
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1995-02-15 00:23:56 +0000
committerdg <dg@FreeBSD.org>1995-02-15 00:23:56 +0000
commita4c353eefe1a28cfb98c531524d61ff0108456ac (patch)
tree6951fe23ff7ecc9f9b4f9273f1b5cd8a751221ff /sbin/fsck_ifs
parent9c98e6242d4ff0453b3b84875ce8b3999ac89203 (diff)
downloadFreeBSD-src-a4c353eefe1a28cfb98c531524d61ff0108456ac.zip
FreeBSD-src-a4c353eefe1a28cfb98c531524d61ff0108456ac.tar.gz
Slight change of wording on clean flag not set message to appease some
complaints.
Diffstat (limited to 'sbin/fsck_ifs')
-rw-r--r--sbin/fsck_ifs/pass5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/fsck_ifs/pass5.c b/sbin/fsck_ifs/pass5.c
index 84e4ba7..7e8b2ef 100644
--- a/sbin/fsck_ifs/pass5.c
+++ b/sbin/fsck_ifs/pass5.c
@@ -317,7 +317,7 @@ pass5()
sbdirty();
}
if (fs->fs_clean == 0) {
- pwarn("CLEAN FLAG IS WRONG IN SUPERBLOCK");
+ pwarn("CLEAN FLAG NOT SET IN SUPERBLOCK");
if (preen)
printf(" (FIXED)\n");
if (preen || reply("FIX") == 1) {
OpenPOWER on IntegriCloud