summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2014-07-10 00:47:40 -0400
committerTheodore Ts'o <tytso@mit.edu>2014-07-10 00:48:57 -0400
commita93a4c724f20f752bb49639f6704bc5d2f8f00bd (patch)
treebd1b886c8b28b919dc4daa547db0871666114f4e /misc
parent5b5bd2c251d1f999eddebb4d35fc1fba6004562a (diff)
downloade2fsprogs-a93a4c724f20f752bb49639f6704bc5d2f8f00bd.tar.gz
Fix nroff macro issue in chattr man page
The single quote character must not be in the first character in a line, or else it can get mistaken as a macro call. Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'misc')
-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 23b69381..75b3ed8c 100644
--- a/misc/chattr.1.in
+++ b/misc/chattr.1.in
@@ -22,8 +22,8 @@ changes the file attributes on a Linux file system.
The format of a symbolic mode is +-=[aAcCdDeijsStTu].
.PP
The operator '+' causes the selected attributes to be added to the
-existing attributes of the files; '-' causes them to be removed; and
-'=' causes them to be the only attributes that the files have.
+existing attributes of the files; '-' causes them to be removed; and '='
+causes them to be the only attributes that the files have.
.PP
The letters 'aAcCdDeijsStTu' select the new attributes for the files:
append only (a),