arch_prctl.2, perf_event_open.2, pthread_tryjoin_np.3: ERRORS: correct alphabetic order

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2021-08-18 02:04:15 +02:00
parent 18ce9c4a1b
commit 97e2d8e602
3 changed files with 13 additions and 13 deletions

View File

@ -140,13 +140,13 @@ points to an unmapped address or is outside the process address space.
.I code
is not a valid subcommand.
.TP
.B EPERM
.I addr
is outside the process address space.
.TP
.B ENODEV
.B ARCH_SET_CPUID
was requested, but the underlying hardware does not support CPUID faulting.
.TP
.B EPERM
.I addr
is outside the process address space.
.\" .SH AUTHOR
.\" Man page written by Andi Kleen.
.SH CONFORMING TO

View File

@ -3534,6 +3534,10 @@ Returned if the
.I attr
pointer points at an invalid memory address.
.TP
.B EINTR
Returned when trying to mix perf and ftrace handling
for a uprobe.
.TP
.B EINVAL
Returned if the specified event is invalid.
There are many possible reasons for this.
@ -3560,10 +3564,6 @@ values are out of range or set reserved bits;
the generic event selected is not supported; or
there is not enough room to add the selected event.
.TP
.B EINTR
Returned when trying to mix perf and ftrace handling
for a uprobe.
.TP
.B EMFILE
Each opened event uses one file descriptor.
If a large number of events are opened,

View File

@ -101,11 +101,6 @@ had not yet terminated at the time of the call.
.BR pthread_timedjoin_np ()
can in addition fail with the following errors:
.TP
.BR ETIMEDOUT
The call timed out before
.I thread
terminated.
.TP
.BR EINVAL
.I abstime
value is invalid
@ -113,6 +108,11 @@ value is invalid
is less than 0 or
.IR tv_nsec
is greater than 1e9).
.TP
.BR ETIMEDOUT
The call timed out before
.I thread
terminated.
.PP
.BR pthread_timedjoin_np ()
never returns the error