[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Acl-devel] [PATCH attr 6/8] man: Fix various typos
From: |
Guillem Jover |
Subject: |
[Acl-devel] [PATCH attr 6/8] man: Fix various typos |
Date: |
Sat, 20 Jul 2019 04:14:40 +0200 |
Warned-by: lintian
Signed-off-by: Guillem Jover <address@hidden>
---
man/man1/getfattr.1 | 2 +-
man/man3/attr_multi.3 | 6 +++---
man/man3/attr_remove.3 | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/man/man1/getfattr.1 b/man/man1/getfattr.1
index 9821112..e1759f9 100644
--- a/man/man1/getfattr.1
+++ b/man/man1/getfattr.1
@@ -74,7 +74,7 @@ Valid values of
.I en
are "text", "hex", and "base64".
Values encoded as text strings are enclosed in double quotes ("),
-while strings encoded as hexidecimal and base64 are prefixed with
+while strings encoded as hexadecimal and base64 are prefixed with
0x and 0s, respectively.
.TP
.BR \-h ", " \-\-no-dereference
diff --git a/man/man3/attr_multi.3 b/man/man3/attr_multi.3
index e685f00..c1223c5 100644
--- a/man/man3/attr_multi.3
+++ b/man/man3/attr_multi.3
@@ -137,7 +137,7 @@ field contains the actual size of the attribute\'s value.
The
.I am_flags
field may be set to the \f4ATTR_ROOT\fP flag.
-If the process has appropriate priviledges,
+If the process has appropriate privileges,
the ROOT namespace will be searched for the named attribute,
otherwise the USER namespace will be searched.
.TP
@@ -151,7 +151,7 @@ fields contain the new value for the given attribute name
and its length.
The \f4ATTR_ROOT\fP flag may be set in the
.I am_flags
field.
-If the process has appropriate priviledges,
+If the process has appropriate privileges,
the ROOT namespace will be searched for the named attribute,
otherwise the USER namespace will be searched.
The \f4ATTR_CREATE\fP and the \f4ATTR_REPLACE\fP flags
@@ -181,7 +181,7 @@ fields are not used and are ignored.
The
.I am_flags
field may be set to the \f4ATTR_ROOT\fP flag.
-If the process has appropriate priviledges,
+If the process has appropriate privileges,
the ROOT namespace will be searched for the named attribute,
otherwise the USER namespace will be searched.
.PP
diff --git a/man/man3/attr_remove.3 b/man/man3/attr_remove.3
index d06d2ad..0f94d1d 100644
--- a/man/man3/attr_remove.3
+++ b/man/man3/attr_remove.3
@@ -48,7 +48,7 @@ refers to the file descriptor associated with a file.
If the attribute
.I attrname
exists, the attribute name and value will be removed from the
-fileystem object.
+filesystem object.
The
.I flags
argument can contain the following symbols bitwise OR\'ed together:
--
2.22.0.657.g960e92d24f
- [Acl-devel] [PATCH attr 0/8] Assorted fixes, Guillem Jover, 2019/07/20
- [Acl-devel] [PATCH attr 5/8] examples: Check "user." as a prefix not as the entire string, Guillem Jover, 2019/07/20
- [Acl-devel] [PATCH attr 6/8] man: Fix various typos,
Guillem Jover <=
- [Acl-devel] [PATCH attr 8/8] po: Update Dutch translation, Guillem Jover, 2019/07/20
- [Acl-devel] [PATCH attr 4/8] Ignore examples/copyattr, Guillem Jover, 2019/07/20
- [Acl-devel] [PATCH attr 1/8] build: Fix for incompatibility with autoconf 2.13, Guillem Jover, 2019/07/20
- [Acl-devel] [PATCH attr 7/8] build: Only include the compat syscall stubs on Linux systems, Guillem Jover, 2019/07/20
- [Acl-devel] [PATCH attr 2/8] build: Do not assume we have a config.h header around, Guillem Jover, 2019/07/20
- [Acl-devel] [PATCH attr 3/8] build: Use LDLIBS instead of LDFLAGS, Guillem Jover, 2019/07/20