Minor changes to match the style guide.
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 @@
 \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,