2012-06-15 01:56:03

by Liu Bo

[permalink] [raw]
Subject: [PATCH] E2fsprogs/chattr: update manual of chattr for No_COW

The manpage of chattr is lack of an update for No_COW.

Signed-off-by: Liu Bo <[email protected]>
---
misc/chattr.1.in | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)

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)
--
1.6.5.2



2012-07-28 21:37:13

by Theodore Ts'o

[permalink] [raw]
Subject: Re: [PATCH] E2fsprogs/chattr: update manual of chattr for No_COW

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 <[email protected]>

Applied, thanks.

- Ted