aboutsummaryrefslogtreecommitdiff
path: root/ext2ed
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2021-08-15 19:13:02 -0400
committerTheodore Ts'o <tytso@mit.edu>2021-08-15 19:36:06 -0400
commite87bb84b4f6aab07861a2e4a8f6ff582faf6c80f (patch)
treeea5485d9ba4e6b6f7e1398c061d4445b6fd73163 /ext2ed
parentaddbb36997931e628f195f6c0bbc0310f39da96c (diff)
downloade2fsprogs-e87bb84b4f6aab07861a2e4a8f6ff582faf6c80f.tar.gz
Change "filesystem" to "file system" in the man pages
To improve consistency, use "file system" in all of the man pages in preference over "filesystem". Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'ext2ed')
-rw-r--r--ext2ed/ext2ed.8.in18
1 files changed, 9 insertions, 9 deletions
diff --git a/ext2ed/ext2ed.8.in b/ext2ed/ext2ed.8.in
index 008a125d..e8272773 100644
--- a/ext2ed/ext2ed.8.in
+++ b/ext2ed/ext2ed.8.in
@@ -9,8 +9,8 @@ ext2ed \- ext2 file system editor
in an
.B editor
for the
-.B second extended filesystem.
-Its aim is to show you the various internal filesystem structures in an
+.B second extended file system.
+Its aim is to show you the various internal file system structures in an
intuitive form so that you would be able to easily understand and modify
them.
.SH DOCUMENTATION
@@ -23,9 +23,9 @@ This article explains how to use ext2ed.
The second article is
.B The Ext2fs overview.
-This article gives an overview of internal structure of the ext2 filesystem.
+This article gives an overview of internal structure of the ext2 file system.
You need to understand the internal layout in order to effectively edit
-your filesystem.
+your file system.
The third article is
.B EXT2ED - Design and implementation.
@@ -35,7 +35,7 @@ in it if you plan to view or modify the source code.
.SH WARNING
.B
-Do not use ext2ed on a mounted filesystem.
+Do not use ext2ed on a mounted file system.
.SH FILES
.TP
@@ -46,10 +46,10 @@ The program itself.
ext2ed's configuration file.
.TP
.I @datadir@/ext2.descriptors
-Definition of the various objects for the ext2 filesystem.
+Definition of the various objects for the ext2 file system.
.TP
.I /var/log/ext2ed.log
-Log file of actual changes made to the filesystem.
+Log file of actual changes made to the file system.
.TP
.I /usr/man/man8/ext2ed.8
The manual page.
@@ -58,13 +58,13 @@ The manual page.
The user's guide.
.TP
.I @datadir@/doc/ext2ed/Ext2fs-overview-0.1.ps
-Technical overview of the ext2 filesystem.
+Technical overview of the ext2 file system.
.TP
.I @datadir@/doc/ext2ed/ext2ed-design-0.1.ps
EXT2ED design notes.
.SH BUGS
-Filesystems bigger than 2 GB aren't yet supported.
+File Systems bigger than 2 GB aren't yet supported.
.SH AUTHOR
Gadi Oxman <tgud@tochnapc2.technion.ac.il>
.SH SEE ALSO