From c42db3216750f542348ae29f5ae495ca168dcbb5 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sat, 22 Feb 2014 09:46:39 +0100 Subject: [PATCH] prctl.2: Clarify that PR_GET_TIMERSLACK value is returned via function result Reported-by: Xiawei Chen Signed-off-by: Michael Kerrisk --- man2/prctl.2 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/man2/prctl.2 b/man2/prctl.2 index 0ccfe0b42..0271a738d 100644 --- a/man2/prctl.2 +++ b/man2/prctl.2 @@ -510,7 +510,8 @@ The timer slack values are preserved across .BR execve (2). .TP .BR PR_GET_TIMERSLACK " (since Linux 2.6.28)" -Return the current timer slack value of the calling thread. +Return (as the function result) +the current timer slack value of the calling thread. .TP .BR PR_SET_TIMING " (since Linux 2.6.0-test4)" Set whether to use (normal, traditional) statistical process timing or @@ -782,6 +783,7 @@ On success, .BR PR_GET_NO_NEW_PRIVS , .BR PR_CAPBSET_READ , .BR PR_GET_TIMING , +.BR PR_GET_TIMERSLACK , .BR PR_GET_SECUREBITS , .BR PR_MCE_KILL_GET , and (if it returns)