pidfd_send_signal.2: Minor wording improvement

Reported-by: Daniel Colascione <dancol@google.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2019-09-24 21:54:03 +02:00
parent 6ff9a0d85e
commit 6059228b26
1 changed files with 2 additions and 4 deletions

View File

@ -173,11 +173,9 @@ has terminated and its PID has been recycled for another process.
By contrast, By contrast,
a PID file descriptor is a stable reference to a specific process; a PID file descriptor is a stable reference to a specific process;
if that process terminates, if that process terminates,
then the file descriptor ceases to be valid and the caller of
.BR pidfd_send_signal () .BR pidfd_send_signal ()
is informed of this fact via an fails with the error
.BR ESRCH .BR ESRCH .
error.
.SH EXAMPLE .SH EXAMPLE
.nf .nf
#define _GNU_SOURCE #define _GNU_SOURCE