diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2002-10-16 05:03:40 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2002-10-16 05:03:40 +0000 |
| commit | 273500c2589516f705dce0d23b1c37d2f675a742 (patch) | |
| tree | cf33c1916897846c3b2c18fe8120031852f34e2a | |
| parent | 185b9d1c2c7b253d2528cb5fcb3ecc09d23dcd57 (diff) | |
Notes
| -rw-r--r-- | sbin/tunefs/tunefs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/tunefs/tunefs.c b/sbin/tunefs/tunefs.c index 29a059a4947c..8b7f5db6539a 100644 --- a/sbin/tunefs/tunefs.c +++ b/sbin/tunefs/tunefs.c @@ -249,7 +249,7 @@ again: name); } else { sblock.fs_flags &= ~FS_ACLS; - warnx("%s clear", name); + warnx("%s cleared", name); } } } @@ -291,7 +291,7 @@ again: name); } else { sblock.fs_flags &= ~FS_MULTILABEL; - warnx("%s clear", name); + warnx("%s cleared", name); } } } |
