From 209edff18a647c23ba140ff1a9874b9fb390ebd8 Mon Sep 17 00:00:00 2001 From: trhodes Date: Sat, 31 Aug 2002 21:34:54 +0000 Subject: [PATCH] use 'file system superblock' for the error message. This will match other disk utilities. Discussed with: bde --- sbin/clri/clri.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/clri/clri.c b/sbin/clri/clri.c index e145d178085d..143e3018535c 100644 --- a/sbin/clri/clri.c +++ b/sbin/clri/clri.c @@ -108,7 +108,7 @@ main(int argc, char *argv[]) break; } if (sblock_try[i] == -1) { - fprintf(stderr, "Cannot find special_device\n"); + fprintf(stderr, "Cannot find file system superblock\n"); exit(2); } bsize = sbp->fs_bsize;