diff mbox

chattr: Fix typo in a manpage

Message ID 1447677228-6340-1-git-send-email-jack@suse.com
State Accepted, archived
Headers show

Commit Message

Jan Kara Nov. 16, 2015, 12:33 p.m. UTC
Signed-off-by: Jan Kara <jack@suse.com>
---
 misc/chattr.1.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Theodore Ts'o Nov. 30, 2015, 4:57 p.m. UTC | #1
Thanks, applied.

					- Ted
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/misc/chattr.1.in b/misc/chattr.1.in
index 33ef9a20f591..1d6b057a45ac 100644
--- a/misc/chattr.1.in
+++ b/misc/chattr.1.in
@@ -93,7 +93,7 @@  set on new or empty files.  If it is set on a file which already has
 data blocks, it is undefined when the blocks assigned to the file will
 be fully stable.  If the 'C' flag is set on a directory, it will have no
 effect on the directory, but new files created in that directory will
-the No_COW attribute.)
+have the No_COW attribute set.)
 .PP
 A file with the 'd' attribute set is not candidate for backup when the
 .BR dump (8)