diff mbox

E2fsprogs/chattr: update manual of chattr for No_COW

Message ID 1339725816-8423-1-git-send-email-liubo2009@cn.fujitsu.com
State Accepted, archived
Headers show

Commit Message

liubo June 15, 2012, 2:03 a.m. UTC
The manpage of chattr is lack of an update for No_COW.

Signed-off-by: Liu Bo <liubo2009@cn.fujitsu.com>
---
 misc/chattr.1.in |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

Comments

Theodore Ts'o July 28, 2012, 9:37 p.m. UTC | #1
On Fri, Jun 15, 2012 at 10:03:36AM +0800, Liu Bo wrote:
> The manpage of chattr is lack of an update for No_COW.
> 
> Signed-off-by: Liu Bo <liubo2009@cn.fujitsu.com>

Applied, thanks.

					- 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 2500561..64aab7b 100644
--- a/misc/chattr.1.in
+++ b/misc/chattr.1.in
@@ -19,17 +19,18 @@  chattr \- change file attributes on a Linux file system
 .B chattr
 changes the file attributes on a Linux file system.
 .PP
-The format of a symbolic mode is +-=[acdeijstuADST].
+The format of a symbolic mode is +-=[acdeijstuACDST].
 .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.
 .PP
-The letters `acdeijstuADST' select the new attributes for the files:
+The letters `acdeijstuACDST' select the new attributes for the files:
 append only (a), compressed (c), no dump (d), extent format (e), immutable (i),
 data journalling (j), secure deletion (s), no tail-merging (t),
-undeletable (u), no atime updates (A), synchronous directory updates (D),
-synchronous updates (S), and top of directory hierarchy (T).
+undeletable (u), no atime updates (A), no copy on write (C),
+synchronous directory updates (D), synchronous updates (S),
+and top of directory hierarchy (T).
 .PP
 The following attributes are read-only, and may be listed by
 .BR lsattr (1)