aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/sys/thr_exit.2
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/sys/thr_exit.2')
-rw-r--r--lib/libc/sys/thr_exit.22
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/thr_exit.2 b/lib/libc/sys/thr_exit.2
index 9765fb7d60d4..8040e0ccbf63 100644
--- a/lib/libc/sys/thr_exit.2
+++ b/lib/libc/sys/thr_exit.2
@@ -72,12 +72,12 @@ A return from the function indicates that the calling thread was the
last one in the process.
.Sh SEE ALSO
.Xr _exit 2 ,
+.Xr _umtx_op 2 ,
.Xr thr_kill 2 ,
.Xr thr_kill2 2 ,
.Xr thr_new 2 ,
.Xr thr_self 2 ,
.Xr thr_set_name 2 ,
-.Xr _umtx_op 2 ,
.Xr pthread_exit 3
.Sh STANDARDS
The