diff options
Diffstat (limited to 'Doc/lib/libresource.tex')
-rw-r--r-- | Doc/lib/libresource.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/libresource.tex b/Doc/lib/libresource.tex index 99f8611..8e102b8 100644 --- a/Doc/lib/libresource.tex +++ b/Doc/lib/libresource.tex @@ -44,7 +44,7 @@ operating system are not defined in this module for those platforms. Returns a tuple \code{(\var{soft}, \var{hard})} with the current soft and hard limits of \var{resource}. Raises \exception{ValueError} if an invalid resource is specified, or \exception{error} if the - underyling system call fails unexpectedly. + underlying system call fails unexpectedly. \end{funcdesc} \begin{funcdesc}{setrlimit}{resource, limits} @@ -56,7 +56,7 @@ operating system are not defined in this module for those platforms. Raises \exception{ValueError} if an invalid resource is specified, if the new soft limit exceeds the hard limit, or if a process tries to raise its hard limit (unless the process has an effective UID of - super-user). Can also raise \exception{error} if the underyling + super-user). Can also raise \exception{error} if the underlying system call fails. \end{funcdesc} |