diff options
| -rw-r--r-- | man2/prctl.2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man2/prctl.2 b/man2/prctl.2 index 7e78fc3c11..4e2d673453 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 |
