aboutsummaryrefslogtreecommitdiffstats
path: root/man7
diff options
context:
space:
mode:
Diffstat (limited to 'man7')
-rwxr-xr-xman7/cpuset.74
-rw-r--r--man7/credentials.72
-rw-r--r--man7/standards.72
-rw-r--r--man7/udplite.72
-rw-r--r--man7/unicode.72
5 files changed, 6 insertions, 6 deletions
diff --git a/man7/cpuset.7 b/man7/cpuset.7
index b723335f94..9c3f7824de 100755
--- a/man7/cpuset.7
+++ b/man7/cpuset.7
@@ -1134,7 +1134,7 @@ or
.I mem_exclusive
on a cpuset whose parent lacks the same setting.
.TP
-.B EACCESS
+.B EACCES
Attempted to
.BR write (2)
a
@@ -1356,7 +1356,7 @@ for writing, creation, or truncation, but then the
fails with
.I errno
set to
-.BR EACCESS ,
+.BR EACCES ,
and the creation and truncation options on
.BR open (2)
have no affect.
diff --git a/man7/credentials.7 b/man7/credentials.7
index 34a0e9ee3b..f121682b3a 100644
--- a/man7/credentials.7
+++ b/man7/credentials.7
@@ -244,7 +244,7 @@ The NPTL threading implementation does some work to ensure
that any change to user or group credentials
(e.g., calls to
.BR setuid (2),
-.BR setresuid(2),
+.BR setresuid (2),
etc.)
is carried through to all of the POSIX threads in a process.
.SH "SEE ALSO"
diff --git a/man7/standards.7 b/man7/standards.7
index 18512500dd..1d228db4d3 100644
--- a/man7/standards.7
+++ b/man7/standards.7
@@ -242,7 +242,7 @@ and various details of existing specifications are modified.
Many of the interfaces that were optional in
POSIX.1-2001 become mandatory in the next revision of the standard.
A few interfaces that are present in POSIX.1-2001 are marked
-as obsolete in POSIX.1-2001, or removed from the standard altogether.
+as obsolete in POSIX.1-2008, or removed from the standard altogether.
The revised standard is broken into the same four parts as POSIX.1-2001,
and again there are two levels of conformance: the baseline
diff --git a/man7/udplite.7 b/man7/udplite.7
index 136d7eed18..09b8d09896 100644
--- a/man7/udplite.7
+++ b/man7/udplite.7
@@ -94,7 +94,7 @@ If in doubt, the current coverage value can always be queried using
.BR getsockopt (2).
.TP
.BR UDPLITE_RECV_CSCOV
-This is the receiver-side analogue and uses uses the same argument format
+This is the receiver-side analogue and uses the same argument format
and value range as
.BR UDPLITE_SEND_CSCOV .
This option is not required to enable traffic with partial checksum
diff --git a/man7/unicode.7 b/man7/unicode.7
index 73984560e5..15127f6bc6 100644
--- a/man7/unicode.7
+++ b/man7/unicode.7
@@ -257,7 +257,7 @@ Prentice Hall, Englewood Cliffs, 1995, ISBN 0-13-326224-3.
A good reference book about the C programming language.
The fourth
-edition covers the 1994 Amendment 1 to the ISO C 90 standard, which
+edition covers the 1994 Amendment 1 to the ISO C90 standard, which
adds a large number of new C library functions for handling wide and
multi-byte character encodings, but it does not yet cover ISO C99,
which improved wide and multi-byte character support even further.