prctl.2: Clarify that PR_MCE_KILL_GET returns value via function result

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2019-10-02 07:20:45 +03:00
parent 035a7bf179
commit 1ff5960b23
1 changed files with 2 additions and 1 deletions

View File

@ -525,7 +525,8 @@ The remaining unused
arguments must be zero for future compatibility.
.TP
.BR PR_MCE_KILL_GET " (since Linux 2.6.32)"
Return the current per-process machine check kill policy.
Return (as the function result)
the current per-process machine check kill policy.
All unused
.BR prctl ()
arguments must be zero.