diff options
author | dg <dg@FreeBSD.org> | 1995-02-15 00:23:56 +0000 |
---|---|---|
committer | dg <dg@FreeBSD.org> | 1995-02-15 00:23:56 +0000 |
commit | a4c353eefe1a28cfb98c531524d61ff0108456ac (patch) | |
tree | 6951fe23ff7ecc9f9b4f9273f1b5cd8a751221ff /sbin | |
parent | 9c98e6242d4ff0453b3b84875ce8b3999ac89203 (diff) | |
download | FreeBSD-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')
-rw-r--r-- | sbin/fsck/pass5.c | 2 | ||||
-rw-r--r-- | sbin/fsck_ffs/pass5.c | 2 | ||||
-rw-r--r-- | sbin/fsck_ifs/pass5.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sbin/fsck/pass5.c b/sbin/fsck/pass5.c index 84e4ba7..7e8b2ef 100644 --- a/sbin/fsck/pass5.c +++ b/sbin/fsck/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) { diff --git a/sbin/fsck_ffs/pass5.c b/sbin/fsck_ffs/pass5.c index 84e4ba7..7e8b2ef 100644 --- a/sbin/fsck_ffs/pass5.c +++ b/sbin/fsck_ffs/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) { 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) { |