diff options
Diffstat (limited to 'Doc/lib/libresource.tex')
-rw-r--r-- | Doc/lib/libresource.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libresource.tex b/Doc/lib/libresource.tex index 869bb17..b383895 100644 --- a/Doc/lib/libresource.tex +++ b/Doc/lib/libresource.tex @@ -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, |