summaryrefslogtreecommitdiffstats
path: root/sbin/ffsinfo
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/ffsinfo
parent9618da3e35435c433d8086d65af15f716ffe32ec (diff)
downloadFreeBSD-src-136be46680c6e4a18cc827da991d4f9a0de29cba.zip
FreeBSD-src-136be46680c6e4a18cc827da991d4f9a0de29cba.tar.gz
s/filesystem/file system/g as discussed on -developers
Diffstat (limited to 'sbin/ffsinfo')
-rw-r--r--sbin/ffsinfo/ffsinfo.812
-rw-r--r--sbin/ffsinfo/ffsinfo.c6
2 files changed, 9 insertions, 9 deletions
diff --git a/sbin/ffsinfo/ffsinfo.8 b/sbin/ffsinfo/ffsinfo.8
index b730da2..2139a59 100644
--- a/sbin/ffsinfo/ffsinfo.8
+++ b/sbin/ffsinfo/ffsinfo.8
@@ -42,7 +42,7 @@
.Os
.Sh NAME
.Nm ffsinfo
-.Nd "dump all meta information of an existing ufs filesystem"
+.Nd "dump all meta information of an existing ufs file system"
.Sh SYNOPSIS
.Nm
.Op Fl L
@@ -61,7 +61,7 @@ utility.
The output is generated into the file
.Pa outfile .
Also expect the output file to be rather large.
-Up to 2 percent of the size of the specified filesystem is not uncommon.
+Up to 2 percent of the size of the specified file system is not uncommon.
.Pp
The following options are available:
.Bl -tag -width indent
@@ -128,15 +128,15 @@ with all available information.
.Sh BUGS
Currently
.Nm
-can only dump unmounted filesystems.
-Do not try dumping a mounted filesystem, your system may panic and you will
-not be able to use the filesystem any longer.
+can only dump unmounted file systems.
+Do not try dumping a mounted file system, your system may panic and you will
+not be able to use the file system any longer.
.Pp
Also snapshots are handled like plain files.
They should get their own level to provide for independent control of the
amount of what gets dumped.
It probably also makes sense to some extend to dump the snapshot as a
-filesystem.
+file system.
.Sh SEE ALSO
.Xr disklabel 8 ,
.Xr dumpfs 8 ,
diff --git a/sbin/ffsinfo/ffsinfo.c b/sbin/ffsinfo/ffsinfo.c
index 39c348e..3a184bd 100644
--- a/sbin/ffsinfo/ffsinfo.c
+++ b/sbin/ffsinfo/ffsinfo.c
@@ -125,12 +125,12 @@ rdfs(daddr_t bno, size_t size, void *bf, int fsi)
/* ************************************************************** main ***** */
/*
- * ffsinfo(8) is a tool to dump all metadata of a filesystem. It helps to find
- * errors is the filesystem much easier. You can run ffsinfo before and after
+ * ffsinfo(8) is a tool to dump all metadata of a file system. It helps to find
+ * errors is the file system much easier. You can run ffsinfo before and after
* an fsck(8), and compare the two ascii dumps easy with diff, and you see
* directly where the problem is. You can control how much detail you want to
* see with some command line arguments. You can also easy check the status
- * of a filesystem, like is there is enough space for growing a filesystem,
+ * of a file system, like is there is enough space for growing a file system,
* or how many active snapshots do we have. It provides much more detailed
* information then dumpfs. Snapshots, as they are very new, are not really
* supported. They are just mentioned currently, but it is planned to run
OpenPOWER on IntegriCloud