Minor changes to match the style guide.

This commit is contained in:
Fred Drake 2001-07-14 02:50:55 +00:00
parent 4124a0b343
commit 8ee679f0ce
21 changed files with 79 additions and 72 deletions

View file

@ -77,7 +77,7 @@ value to denote the same resource.
\end{datadesc}
\begin{datadesc}{RLIMIT_CPU}
The maximum amount of CPU time (in seconds) that a process can
The maximum amount of processor time (in seconds) that a process can
use. If this limit is exceeded, a \constant{SIGXCPU} signal is sent to
the process. (See the \refmodule{signal} module documentation for
information about how to catch this signal and do something useful,