summaryrefslogtreecommitdiffstats
path: root/sbin/clri
diff options
context:
space:
mode:
authortrhodes <trhodes@FreeBSD.org>2002-08-21 18:11:48 +0000
committertrhodes <trhodes@FreeBSD.org>2002-08-21 18:11:48 +0000
commit136be46680c6e4a18cc827da991d4f9a0de29cba (patch)
treeb5ee0aba66633a4e0e47097e4f383c253a87887a /sbin/clri
parent9618da3e35435c433d8086d65af15f716ffe32ec (diff)
downloadFreeBSD-src-136be46680c6e4a18cc827da991d4f9a0de29cba.zip
FreeBSD-src-136be46680c6e4a18cc827da991d4f9a0de29cba.tar.gz
s/filesystem/file system/g as discussed on -developers
Diffstat (limited to 'sbin/clri')
-rw-r--r--sbin/clri/clri.84
-rw-r--r--sbin/clri/clri.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/sbin/clri/clri.8 b/sbin/clri/clri.8
index 41c137f..b0c0f10 100644
--- a/sbin/clri/clri.8
+++ b/sbin/clri/clri.8
@@ -45,14 +45,14 @@
.Bf -symbolic
The
.Nm
-utility is obsoleted for normal filesystem repair work by
+utility is obsoleted for normal file system repair work by
.Xr fsck 8 .
.Ef
.Pp
The
.Nm
utility zeros out the inodes with the specified inode number(s)
-on the filesystem residing on the given
+on the file system residing on the given
.Ar special_device .
The
.Xr fsck 8
diff --git a/sbin/clri/clri.c b/sbin/clri/clri.c
index a33726d..6f3995b 100644
--- a/sbin/clri/clri.c
+++ b/sbin/clri/clri.c
@@ -70,7 +70,7 @@ static int sblock_try[] = SBLOCKSEARCH;
static void
usage(void)
{
- (void)fprintf(stderr, "usage: clri filesystem inode ...\n");
+ (void)fprintf(stderr, "usage: clri file system inode ...\n");
exit(1);
}
@@ -108,7 +108,7 @@ main(int argc, char *argv[])
break;
}
if (sblock_try[i] == -1) {
- fprintf(stderr, "Cannot find filesystem\n");
+ fprintf(stderr, "Cannot find file system\n");
exit(2);
}
bsize = sbp->fs_bsize;
OpenPOWER on IntegriCloud