We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a07066 commit 952626aCopy full SHA for 952626a
proc.tex
@@ -326,7 +326,8 @@
326
the \texttt{-l} option of the \texttt{ps} command or by explicitly specifying
327
the fields to be printed out (see the \texttt{-o} option).
328
\item The \texttt{renice} command can be used to manipulate the priority/nice
329
-value. Non privileged users can only increase the nice value (example from
+value. It usually uses the \texttt{setpriority} system call to do that.
330
+Non privileged users can only increase the nice value (example from
331
mac OS 10.13):
332
\begin{verbatim}
333
$ /bin/sleep 200 & # use /bin/sleep to avoid invoking shell built-in
0 commit comments