1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-02-01 17:00:36 +00:00

use 'file system superblock' for the error message. This will match other

disk utilities.

Discussed with:		bde
This commit is contained in:
Tom Rhodes 2002-08-31 21:34:54 +00:00
parent ec61f55d42
commit 5e152c7934
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=102740

View File

@ -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;