aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSawood Alam <ibnesayeed@gmail.com>2020-03-09 22:47:29 -0400
committerTheodore Ts'o <tytso@mit.edu>2020-03-10 11:52:27 -0400
commit6e315c931fdbce55e76bfbdb8f18fa9e59ca48a2 (patch)
treec903fae5183ff520ad0c99850594543ec39b3f1b
parent693e05942adb91a384739fb353b9ef3c8030a408 (diff)
downloade2fsprogs-6e315c931fdbce55e76bfbdb8f18fa9e59ca48a2.tar.gz
misc: fix typos in chattr's man page
Plural form "directories" should be used along with "files". "id's" should be "ids" (i.e., plural form, not apostrophe). "much" should "must". Signed-off-by: Sawood Alam <ibnesayeed@gmail.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>
-rw-r--r--misc/chattr.1.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/chattr.1.in b/misc/chattr.1.in
index 71e910c95..ff2fcf003 100644
--- a/misc/chattr.1.in
+++ b/misc/chattr.1.in
@@ -168,10 +168,10 @@ although it can be displayed by
.TP
.B P
A directory with the 'P' attribute set will enforce a hierarchical
-structure for project id's. This means that files and directory created
+structure for project id's. This means that files and directories created
in the directory will inherit the project id of the directory, rename
operations are constrained so when a file or directory is moved into
-another directory, that the project id's much match. In addition, a
+another directory, that the project ids must match. In addition, a
hard link to file can only be created when the project id for the file
and the destination directory match.
.TP