summaryrefslogtreecommitdiffstats
path: root/man2/idle.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/idle.2')
-rw-r--r--man2/idle.211
1 files changed, 5 insertions, 6 deletions
diff --git a/man2/idle.2 b/man2/idle.2
index f4cdbc661..197f36667 100644
--- a/man2/idle.2
+++ b/man2/idle.2
@@ -9,14 +9,14 @@
.\" N.B. calling "idle" from user process used to hang process!
.\" Modified Thu Oct 31 14:41:15 1996 by Eric S. Raymond <esr@thyrsus.com>
.\" "
-.TH idle 2 2022-12-04 "Linux man-pages 6.03"
+.TH idle 2 2023-03-30 "Linux man-pages 6.05.01"
.SH NAME
idle \- make process 0 idle
.SH SYNOPSIS
.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.