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 <evgsyr@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Eugene Syromyatnikov 2018-04-14 19:47:44 +02:00 committed by Michael Kerrisk
parent 49ea23a1ed
commit 01fc1d8447
1 changed files with 2 additions and 1 deletions

View File

@ -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)