From 5a5d1884ca7880e0e112c7635ff136d160d239b6 Mon Sep 17 00:00:00 2001 From: rwatson Date: Wed, 16 Oct 2002 05:03:40 +0000 Subject: s/clear/cleared/ for consistency (sigh) Reported by: dd --- sbin/tunefs/tunefs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sbin') diff --git a/sbin/tunefs/tunefs.c b/sbin/tunefs/tunefs.c index 29a059a..8b7f5db 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); } } } -- cgit v1.1