summaryrefslogtreecommitdiff
path: root/man/man3/attr_list.3
diff options
context:
space:
mode:
authorGuillem Jover <guillem@hadrons.org>2022-12-03 13:23:57 +0100
committerMike Frysinger <vapier@gentoo.org>2022-12-10 15:16:18 +0545
commitcbdc7576a832f0d75d100945476cd21f159a2372 (patch)
tree995616b1cb777c18f54010e0a28a783ccc971fb6 /man/man3/attr_list.3
parent7262f57477dc04fe49627f933dceee7555499677 (diff)
downloadattr-cbdc7576a832f0d75d100945476cd21f159a2372.tar.gz
man: Use apostrophe instead of acute accent
The groff sequence «\'» generates an acute accent, when the intention here was to use apostrophe. Warned-by: lintian Signed-off-by: Guillem Jover <guillem@hadrons.org>
Diffstat (limited to 'man/man3/attr_list.3')
-rw-r--r--man/man3/attr_list.38
1 files changed, 4 insertions, 4 deletions
diff --git a/man/man3/attr_list.3 b/man/man3/attr_list.3
index d7ea3aa..3035b1e 100644
--- a/man/man3/attr_list.3
+++ b/man/man3/attr_list.3
@@ -132,11 +132,11 @@ call should be used to get the value.
The
.B attr_list
interface tells the calling process how large of a buffer
-it must have in order to get the attribute\'s value.
+it must have in order to get the attribute's value.
.PP
The
.I flags
-argument can contain the following symbols bitwise OR\'ed together:
+argument can contain the following symbols bitwise OR'ed together:
.TP
.SM
\%ATTR_ROOT
@@ -159,13 +159,13 @@ The default is to follow symbolic links.
The
.I cursor
argument is a pointer to an opaque data structure that the kernel uses
-to track the calling process\'s position in the attribute list.
+to track the calling process's position in the attribute list.
The only valid operations on a
.I cursor
are to pass it into an
.B attr_list
function call or to zero it out.
-It should be zero\'ed out before the first
+It should be zero'ed out before the first
.B attr_list
call.
Note that multi-threaded applications may keep more than one