* [PATCH] E2fsprogs/chattr: update manual of chattr for No_COW
@ 2012-06-15 2:03 Liu Bo
2012-07-28 21:37 ` Theodore Ts'o
0 siblings, 1 reply; 2+ messages in thread
From: Liu Bo @ 2012-06-15 2:03 UTC (permalink / raw)
To: linux-ext4
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(-)
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] E2fsprogs/chattr: update manual of chattr for No_COW
2012-06-15 2:03 [PATCH] E2fsprogs/chattr: update manual of chattr for No_COW Liu Bo
@ 2012-07-28 21:37 ` Theodore Ts'o
0 siblings, 0 replies; 2+ messages in thread
From: Theodore Ts'o @ 2012-07-28 21:37 UTC (permalink / raw)
To: Liu Bo; +Cc: linux-ext4
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-07-28 21:37 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-15 2:03 [PATCH] E2fsprogs/chattr: update manual of chattr for No_COW Liu Bo
2012-07-28 21:37 ` Theodore Ts'o
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).