summaryrefslogtreecommitdiff
path: root/misc/chattr.1.in
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2003-03-06 12:39:55 -0500
committerTheodore Ts'o <tytso@mit.edu>2003-03-06 12:39:55 -0500
commit77be4d2df1a868ea7d5af2e469c1eb440fc21002 (patch)
tree00da8214ef0bff0b279c542ea14526db36025bd5 /misc/chattr.1.in
parent424cb7b62aa417db2eaec79cfaec7433b31f8726 (diff)
downloade2fsprogs-77be4d2df1a868ea7d5af2e469c1eb440fc21002.tar.gz
Minor man page fixes (Addresses Debian bugs #173612, #175233,
#175113, and #170497)
Diffstat (limited to 'misc/chattr.1.in')
-rw-r--r--misc/chattr.1.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/chattr.1.in b/misc/chattr.1.in
index 6c9ecf10..ed9e64b0 100644
--- a/misc/chattr.1.in
+++ b/misc/chattr.1.in
@@ -48,7 +48,7 @@ not modified. This avoids a certain amount of disk I/O for laptop
systems.
.PP
A file with the `a' attribute set can only be open in append mode for writing.
-Only the superuser or a process pessessing the CAP_LINUX_IMMUTABLE
+Only the superuser or a process possessing the CAP_LINUX_IMMUTABLE
capability can set or clear this attribute.
.PP
A file with the `c' attribute set is automatically compressed on the disk
@@ -78,13 +78,13 @@ although it can be displayed by
.PP
A file with the `i' attribute cannot be modified: it cannot be deleted or
renamed, no link can be created to this file and no data can be written
-to the file. Only the superuser or a process pessessing the
+to the file. Only the superuser or a process possessing the
CAP_LINUX_IMMUTABLE capability can set or clear this attribute.
.PP
A file with the `j' attribute has all of its data written to the ext3
journal before being written to the file itself, if the filesystem is
mounted with the "data=ordered" or "data=writeback" options. When the
-filesystem is mounted with the "data=journalled" option all file data
+filesystem is mounted with the "data=journal" option all file data
is already journalled and this attribute has no effect.
Only the superuser or a process possessing the CAP_SYS_RESOURCE
capability can set or clear this attribute.