sched_rr_get_interval.2: Reworded text of ESRCH error

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2011-10-16 06:54:16 +02:00
parent ca016ea98b
commit 585d38140f
1 changed files with 2 additions and 3 deletions

View File

@ -90,9 +90,8 @@ Invalid pid.
The system call is not yet implemented (only on rather old kernels).
.TP
.B ESRCH
The process whose ID is
.I pid
could not be found.
Could not find a process with the ID
.IR pid .
.SH "CONFORMING TO"
POSIX.1-2001.
.SH NOTES