Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Franke <christian.franke@t-online.de>2021-05-21 12:44:32 +0300
committerCorinna Vinschen <corinna@vinschen.de>2021-05-21 13:56:59 +0300
commitc0949782b7dd123a78f5469ca9e088eb33f59030 (patch)
treeff78ef1457a68abe6fc44c45005ed86c61e43b66 /winsup/doc
parent6462a0844db160b341a41bfb8c1083d3b9367042 (diff)
Cygwin: utils: chattr: Allow to clear all attributes with '='.
Signed-off-by: Christian Franke <christian.franke@t-online.de>
Diffstat (limited to 'winsup/doc')
-rw-r--r--winsup/doc/utils.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/winsup/doc/utils.xml b/winsup/doc/utils.xml
index 69611b954..0671a7b4d 100644
--- a/winsup/doc/utils.xml
+++ b/winsup/doc/utils.xml
@@ -53,9 +53,10 @@ chattr [-RVfHv] [+-=mode]... [file]...
<para>The format of 'mode' is {+-=}[acCehnrsSt]</para>
- <para>The operator '+' causes the selected attributes to be added to the
+ <para>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.</para>
+ '=' causes them to be the only attributes that the files have.
+ A single '=' causes all attributes to be removed.</para>
<para>Supported attributes:</para>