From 1330fa295944be7f86f41c5af9cdbb1173418a16 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 31 Dec 2012 21:00:03 +0100 Subject: [PATCH] idle.2: Minor wording fixes Signed-off-by: Michael Kerrisk --- man2/idle.2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man2/idle.2 b/man2/idle.2 index 6cfe3e1fa..e12a1a5e1 100644 --- a/man2/idle.2 +++ b/man2/idle.2 @@ -29,7 +29,7 @@ .\" N.B. calling "idle" from user process used to hang process! .\" Modified Thu Oct 31 14:41:15 1996 by Eric S. Raymond .\" " -.TH IDLE 2 1994-08-21 "Linux" "Linux Programmer's Manual" +.TH IDLE 2 2012-12-31 "Linux" "Linux Programmer's Manual" .SH NAME idle \- make process 0 idle .SH SYNOPSIS @@ -57,7 +57,7 @@ never returns for process 0, and always returns \-1 for a user process. .B EPERM Always, for a user process. .SH VERSIONS -Since 2.3.13 this system call does not exist anymore. +linux Since 2.3.13, this system call does not exist anymore. .SH "CONFORMING TO" This function is Linux-specific, and should not be used in programs intended to be portable.