aboutsummaryrefslogtreecommitdiffstats
path: root/man7
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2017-10-20 16:55:10 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2017-10-20 16:55:10 +0200
commit26cd31fd4acafbf68a17d420f3946683792f9be8 (patch)
tree06090ed3a756c9fedf4a603f3ffae1352fcc7bb0 /man7
parentcdcc4450a0f72de4e00e4867817defe91b5c088b (diff)
downloadman-pages-26cd31fd4acafbf68a17d420f3946683792f9be8.tar.gz
access.2, delete_module.2, eventfd.2, fallocate.2, fcntl.2, getrandom.2, init_module.2, open.2, seccomp.2, timerfd_create.2, openpty.3, pthread_spin_lock.3, shm_open.3, tempnam.3, fifo.7, keyrings.7, pid_namespaces.7, sched.7, thread-keyring.7: wfix (will fail --> fail/fails)
Reported-by: Pedro Alves <palves@redhat.com> Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man7')
-rw-r--r--man7/fifo.76
-rw-r--r--man7/keyrings.72
-rw-r--r--man7/pid_namespaces.74
-rw-r--r--man7/sched.72
-rw-r--r--man7/thread-keyring.72
5 files changed, 8 insertions, 8 deletions
diff --git a/man7/fifo.7 b/man7/fifo.7
index d7dde7ca58..aa73f9dd69 100644
--- a/man7/fifo.7
+++ b/man7/fifo.7
@@ -34,9 +34,9 @@ until the other end is opened also.
.PP
A process can open a FIFO in nonblocking mode.
In this
-case, opening for read-only will succeed even if no-one has
-opened on the write side yet and opening for write-only will
-fail with
+case, opening for read-only succeeds even if no-one has
+opened on the write side yet and opening for write-only
+fails with
.B ENXIO
(no such device or address) unless the other
end has already been opened.
diff --git a/man7/keyrings.7 b/man7/keyrings.7
index 3c72054b6d..e893838655 100644
--- a/man7/keyrings.7
+++ b/man7/keyrings.7
@@ -91,7 +91,7 @@ the key is marked as being expired and accesses to it fail with the error
If not deleted, updated, or replaced, then, after a set amount of time,
an expired key is automatically removed (garbage collected)
along with all links to it,
-and attempts to access the key will fail with the error
+and attempts to access the key fail with the error
.BR ENOKEY .
.TP
Reference count
diff --git a/man7/pid_namespaces.7 b/man7/pid_namespaces.7
index 7618f2db8f..d762df2031 100644
--- a/man7/pid_namespaces.7
+++ b/man7/pid_namespaces.7
@@ -81,7 +81,7 @@ This behavior reflects the fact that the "init" process
is essential for the correct operation of a PID namespace.
In this case, a subsequent
.BR fork (2)
-into this PID namespace will fail with the error
+into this PID namespace fail with the error
.BR ENOMEM ;
it is not possible to create a new processes in a PID namespace whose "init"
process has terminated.
@@ -97,7 +97,7 @@ if the first child subsequently created by a
.BR fork (2)
terminates, then subsequent calls to
.BR fork (2)
-will fail with
+fail with
.BR ENOMEM .
.PP
Only signals for which the "init" process has established a signal handler
diff --git a/man7/sched.7 b/man7/sched.7
index 94789e565b..c8073467a4 100644
--- a/man7/sched.7
+++ b/man7/sched.7
@@ -356,7 +356,7 @@ A call to
.BR fork (2)
by a thread scheduled under the
.B SCHED_DEADLINE
-policy will fail with the error
+policy fails with the error
.BR EAGAIN ,
unless the thread has its reset-on-fork flag set (see below).
.PP
diff --git a/man7/thread-keyring.7 b/man7/thread-keyring.7
index 14ac958958..67c6aa87be 100644
--- a/man7/thread-keyring.7
+++ b/man7/thread-keyring.7
@@ -41,7 +41,7 @@ A thread keyring is destroyed when the thread that refers to it terminates.
Initially, a thread does not have a thread keyring.
If a thread doesn't have a thread keyring when it is accessed,
then it will be created if it is to be modified;
-otherwise the operation will fail with the error
+otherwise the operation fails with the error
.BR ENOKEY .
.SH SEE ALSO
.ad l