]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man2/idle.2
Automated addition of parentheses by add_parens_for_own_funcs.sh
[thirdparty/man-pages.git] / man2 / idle.2
index a54f0869edb681ffa230c374109ea4d42a1624a9..9bba668388721f718fd18642ff26eade94cb69bd 100644 (file)
@@ -37,20 +37,20 @@ idle \- make process 0 idle
 .sp
 .B int idle(void);
 .SH DESCRIPTION
-.B idle
+.BR idle ()
 is an internal system call used during bootstrap.
 It marks the process's pages as swappable, lowers its priority,
 and enters the main scheduling loop.
-.B idle
+.BR idle ()
 never returns.
 .PP
 Only process 0 may call
-.BR idle .
+.BR idle ().
 Any user process, even a process with superuser permission,
 will receive
 .BR EPERM .
 .SH "RETURN VALUE"
-.B idle
+.BR idle ()
 never returns for process 0, and always returns \-1 for a user process.
 .SH ERRORS
 .TP