diff options
Diffstat (limited to 'man2/idle.2')
| -rw-r--r-- | man2/idle.2 | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/man2/idle.2 b/man2/idle.2 index 37b936816c..689183025d 100644 --- a/man2/idle.2 +++ b/man2/idle.2 @@ -16,7 +16,7 @@ idle \- make process 0 idle .nf .B #include <unistd.h> .PP -.B int idle(void); +.B [[deprecated]] int idle(void); .fi .SH DESCRIPTION .BR idle () @@ -38,8 +38,7 @@ never returns for process 0, and always returns \-1 for a user process. .TP .B EPERM Always, for a user process. -.SH VERSIONS -Since Linux 2.3.13, this system call does not exist anymore. .SH STANDARDS -This function is Linux-specific, and should not be used in programs -intended to be portable. +Linux. +.SH HISTORY +Removed in Linux 2.3.13. |
