aboutsummaryrefslogtreecommitdiff
path: root/misc/findfs.8.in
diff options
context:
space:
mode:
Diffstat (limited to 'misc/findfs.8.in')
-rw-r--r--misc/findfs.8.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/findfs.8.in b/misc/findfs.8.in
index 3146e0c8..00c33abe 100644
--- a/misc/findfs.8.in
+++ b/misc/findfs.8.in
@@ -4,7 +4,7 @@
.\"
.TH FINDFS 8 "@E2FSPROGS_MONTH@ @E2FSPROGS_YEAR@" "E2fsprogs version @E2FSPROGS_VERSION@"
.SH NAME
-findfs \- Find a filesystem by label or UUID
+findfs \- Find a file system by label or UUID
.SH SYNOPSIS
.B findfs
.BI LABEL= label
@@ -13,12 +13,12 @@ findfs \- Find a filesystem by label or UUID
.BI UUID= uuid
.SH DESCRIPTION
.B findfs
-will search the disks in the system looking for a filesystem which has
+will search the disks in the system looking for a file system which has
a label matching
.I label
or a UUID equal to
.IR uuid .
-If the filesystem is found, the device name for the filesystem will
+If the file system is found, the device name for the file system will
be printed on stdout.
.PP
.SH AUTHOR