nice.2: Add "C library/kernel differences" subsection heading

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-11-27 16:02:51 +01:00
parent 4d9db1bd57
commit b0930f98e3
1 changed files with 2 additions and 1 deletions

View File

@ -92,7 +92,8 @@ library function provided in older versions of (g)libc
(earlier than glibc 2.2.4) return 0 on success.
The new nice value can be found using
.BR getpriority (2).
.\"
.SS C library/kernel differences
Since glibc 2.2.4,
.BR nice ()
is implemented as a library function that calls