From: Alejandro Colomar Date: Fri, 31 May 2024 15:50:57 +0000 (+0200) Subject: prctl.2: Tweak after making sashimi of this page X-Git-Tag: man-pages-6.9~19^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ba62de0563aa5f8ec20f3a7d50ce98005b2be21;p=thirdparty%2Fman-pages.git prctl.2: Tweak after making sashimi of this page Signed-off-by: Alejandro Colomar --- diff --git a/man/man2/prctl.2 b/man/man2/prctl.2 index ac1463fb4..bf2b5ca93 100644 --- a/man/man2/prctl.2 +++ b/man/man2/prctl.2 @@ -1,21 +1,21 @@ -.\" Copyright (C) 1998 Andries Brouwer (aeb@cwi.nl) -.\" and Copyright (C) 2002, 2006, 2008, 2012, 2013, 2015 Michael Kerrisk -.\" and Copyright Guillem Jover -.\" and Copyright (C) 2010 Andi Kleen -.\" and Copyright (C) 2012 Cyrill Gorcunov -.\" and Copyright (C) 2014 Dave Hansen / Intel -.\" and Copyright (c) 2016 Eugene Syromyatnikov -.\" and Copyright (c) 2018 Konrad Rzeszutek Wilk -.\" and Copyright (c) 2020 Dave Martin +.\" Copyright 1998, Andries Brouwer +.\" Copyright 2002, 2006, 2008, 2012, 2013, 2015, Michael Kerrisk +.\" Copyright, Guillem Jover +.\" Copyright 2010, Andi Kleen +.\" Copyright 2012, Cyrill Gorcunov +.\" Copyright 2014, Dave Hansen / Intel +.\" Copyright 2016, Eugene Syromyatnikov +.\" Copyright 2018, Konrad Rzeszutek Wilk +.\" Copyright 2020, Dave Martin +.\" Copyright 2024, Alejandro Colomar .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.\" Modified 2006-08-30 Guillem Jover -.\" Updated Linux versions where the options where introduced. -.\" .TH prctl 2 (date) "Linux man-pages (unreleased)" .SH NAME -prctl \- operations on a process or thread +prctl +\- +operations on a process or thread .SH LIBRARY Standard C library .RI ( libc ", " \-lc ) @@ -30,11 +30,6 @@ Standard C library manipulates various aspects of the behavior of the calling thread or process. .P -Note that careless use of some -.BR prctl () -operations can confuse the user-space run-time environment, -so these operations should be used with care. -.P .BR prctl () is called with a first argument describing what to do (with values defined in \fI\fP), and further @@ -199,6 +194,11 @@ Linux. .SH HISTORY Linux 2.1.57, glibc 2.0.6 +.SH CAVEATS +Careless use of some +.BR prctl () +operations can confuse the user-space run-time environment, +so these operations should be used with care. .SH SEE ALSO .BR signal (2), .BR PR_CAP_AMBIENT (2const),