Re: [PATCH] prctl.2, proc.5: proposal to reflect http://lwn.net/Articles/484162

2012-04-19 Thread Michael Kerrisk (man-pages)
Dmitry, Thanks for this patch. Would you be willing to revise it a little to add some words about the *purpose* of timer slack. Thanks Michael On Fri, Apr 6, 2012 at 9:02 PM, Dmitry Antipov wrote: > Document PR_GET_TIMERSLACK and PR_SET_TIMERSLACK for prctl (2). > Document /proc/sys/kernel/ti

[PATCH] prctl.2, proc.5: proposal to reflect http://lwn.net/Articles/484162

2012-04-06 Thread Dmitry Antipov
Document PR_GET_TIMERSLACK and PR_SET_TIMERSLACK for prctl (2). Document /proc/sys/kernel/timer_slack for proc (5). Signed-off-by: Dmitry Antipov --- man2/prctl.2 | 15 +++ man5/proc.5 |4 2 files changed, 19 insertions(+), 0 deletions(-) diff --git a/man2/prctl.2 b/man2