summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Gruenbacher <andreas.gruenbacher@gmail.com>2015-02-20 21:37:33 +0100
committerAndreas Gruenbacher <andreas.gruenbacher@gmail.com>2015-02-20 21:37:33 +0100
commit93392767681ea2e0628df08884d74914fb275fa6 (patch)
tree5dace13769bf4a64be78ca5719cb46261ec4dfe9
parentc4a7fdbcc109d6e8b465a427c714926fcb85c750 (diff)
downloadattr-93392767681ea2e0628df08884d74914fb275fa6.tar.gz
Man pages: Minor fixes
Two small wording fixes.
-rw-r--r--man/man1/getfattr.12
-rw-r--r--man/man1/setfattr.12
2 files changed, 2 insertions, 2 deletions
diff --git a/man/man1/getfattr.1 b/man/man1/getfattr.1
index 35a48c8..08aa374 100644
--- a/man/man1/getfattr.1
+++ b/man/man1/getfattr.1
@@ -62,7 +62,7 @@ pairs associated with the specified file.
.SH OPTIONS
.TP 4
.BR \-n " \f2name\f1, " \-\-name "=\f2name\f1"
-Dump the value of the named extended attribute extended attribute.
+Dump the value of the named extended attribute.
.TP
.BR \-d ", " \-\-dump
Dump the values of all extended attributes associated with
diff --git a/man/man1/setfattr.1 b/man/man1/setfattr.1
index ee54e06..75a4375 100644
--- a/man/man1/setfattr.1
+++ b/man/man1/setfattr.1
@@ -53,7 +53,7 @@ double quotes have special meanings and need to be escaped by a preceding
backslash. Any control characters can be encoded as a backslash followed by
three digits as its ASCII code in octal. If the given string begins with 0x or
0X, it expresses a hexadecimal number. If the given string begins with 0s or
-0S, base64 encoding is expected. See also the \-\-encoding option of
+0S, base64 encoding is expected. Also see the \-\-encoding option of
getfattr(1).
.TP
.BR \-x " \f2name\f1, " \-\-remove "=\f2name\f1"