]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
prctl.2: Tweak after making sashimi of this page
authorAlejandro Colomar <alx@kernel.org>
Fri, 31 May 2024 15:50:57 +0000 (17:50 +0200)
committerAlejandro Colomar <alx@kernel.org>
Fri, 31 May 2024 15:50:57 +0000 (17:50 +0200)
Signed-off-by: Alejandro Colomar <alx@kernel.org>
man/man2/prctl.2

index ac1463fb4a3f117d453f2fab0b1c2370e10481c8..bf2b5ca93b5a57138f49b06c0d0f5f79baf83365 100644 (file)
@@ -1,21 +1,21 @@
-.\" Copyright (C) 1998 Andries Brouwer (aeb@cwi.nl)
-.\" and Copyright (C) 2002, 2006, 2008, 2012, 2013, 2015 Michael Kerrisk <mtk.manpages@gmail.com>
-.\" and Copyright Guillem Jover <guillem@hadrons.org>
-.\" and Copyright (C) 2010 Andi Kleen <andi@firstfloor.org>
-.\" and Copyright (C) 2012 Cyrill Gorcunov <gorcunov@openvz.org>
-.\" and Copyright (C) 2014 Dave Hansen / Intel
-.\" and Copyright (c) 2016 Eugene Syromyatnikov <evgsyr@gmail.com>
-.\" and Copyright (c) 2018 Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
-.\" and Copyright (c) 2020 Dave Martin <Dave.Martin@arm.com>
+.\" Copyright 1998, Andries Brouwer <aeb@cwi.nl>
+.\" Copyright 2002, 2006, 2008, 2012, 2013, 2015, Michael Kerrisk <mtk.manpages@gmail.com>
+.\" Copyright, Guillem Jover <guillem@hadrons.org>
+.\" Copyright 2010, Andi Kleen <andi@firstfloor.org>
+.\" Copyright 2012, Cyrill Gorcunov <gorcunov@openvz.org>
+.\" Copyright 2014, Dave Hansen / Intel
+.\" Copyright 2016, Eugene Syromyatnikov <evgsyr@gmail.com>
+.\" Copyright 2018, Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
+.\" Copyright 2020, Dave Martin <Dave.Martin@arm.com>
+.\" Copyright 2024, Alejandro Colomar <alx@kernel.org>
 .\"
 .\" SPDX-License-Identifier: Linux-man-pages-copyleft
 .\"
-.\" Modified 2006-08-30 Guillem Jover <guillem@hadrons.org>
-.\"    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<linux/prctl.h>\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),