]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
arch_prctl.2, perf_event_open.2, pthread_tryjoin_np.3: ERRORS: correct alphabetic...
authorMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 18 Aug 2021 00:04:15 +0000 (02:04 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 18 Aug 2021 01:46:58 +0000 (03:46 +0200)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/arch_prctl.2
man2/perf_event_open.2
man3/pthread_tryjoin_np.3

index 98241676174bda874eaa8642cc5b5409b45a5619..e97461263203dd634cc637ce206a3a4b8c203632 100644 (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
index daf5edddf2cb34822382f9f3d77680d51d7c3ac4..6790f40462b67679e1fe8b14126c5e7a7702b931 100644 (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,
index e2b142504f9536c8c7ae987d1df533ba1a56ee30..c94ed95e3e1ec2b2f9586163e09fee89af1ed615 100644 (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