From cd41e08cbfdb6d0b19b6fc99245dd4155d83b695 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Wed, 13 May 2020 13:37:45 +0200 Subject: [PATCH] prctl.2: Soften Dave Martin's warning about the use of prctl() Signed-off-by: Michael Kerrisk --- man2/prctl.2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/man2/prctl.2 b/man2/prctl.2 index 7e78fc3c1..4e2d67345 100644 --- a/man2/prctl.2 +++ b/man2/prctl.2 @@ -66,10 +66,10 @@ prctl \- operations on a process or thread manipulates various aspects of the behavior of the calling thread or process. .PP -Note that careless use of +Note that careless use of some .BR prctl () -can confuse the user-space run-time environment, -so these operations should be used with care (if at all). +operations can confuse the user-space run-time environment, +so these operations should be used with care. .PP .BR prctl () is called with a first argument describing what to do