From 01fc1d8447d733b78afc162e47671f35350d5277 Mon Sep 17 00:00:00 2001 From: Eugene Syromyatnikov Date: Sat, 14 Apr 2018 19:47:44 +0200 Subject: [PATCH] set_thread_area.2: Mention related prctl() requests in SEE ALSO * man2/set_thread_area.2 (.SH SEE ALSO): Mention PTRACE_GET_THREAD_AREA and PTRACE_SET_THREAD_AREA prctl requests. Signed-off-by: Eugene Syromyatnikov Signed-off-by: Michael Kerrisk --- man2/set_thread_area.2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/man2/set_thread_area.2 b/man2/set_thread_area.2 index 0dcd8ff81..3ca3217e5 100644 --- a/man2/set_thread_area.2 +++ b/man2/set_thread_area.2 @@ -223,4 +223,5 @@ Prior to Linux 3.19, the DS and ES segment registers must not reference TLS entries. .SH SEE ALSO .BR arch_prctl (2), -.BR modify_ldt (2) +.BR modify_ldt (2), +.BR PTRACE_GET_THREAD_AREA " and " PTRACE_SET_THREAD_AREA " requests in " ptrace (2)