From 5cb290e233759f4eba7567f76dbc2f30506725f3 Mon Sep 17 00:00:00 2001 From: Jan Kara Date: Mon, 30 Nov 2015 11:56:55 -0500 Subject: [PATCH] chattr: fix typo in a manpage Signed-off-by: Jan Kara Signed-off-by: Theodore Ts'o --- misc/chattr.1.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/chattr.1.in b/misc/chattr.1.in index 75b3ed8..65e09b3 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) -- 1.8.3.1