Clarify that the resource module does not attempt to mask platform

differences by defining symbols not defined on particular platforms.
This closes SF bug #473433.
This commit is contained in:
Fred Drake 2001-10-22 14:18:23 +00:00
parent beb385568c
commit 5d9a6b575c
1 changed files with 3 additions and 1 deletions

View File

@ -67,7 +67,9 @@ used by \C{} programs.
The \UNIX{} man page for \manpage{getrlimit}{2} lists the available
resources. Note that not all systems use the same symbol or same
value to denote the same resource.
value to denote the same resource. This module does not attempt to
mask platform differences --- symbols not defined for a platform will
not be available from this module on that platform.
\begin{datadesc}{RLIMIT_CORE}
The maximum size (in bytes) of a core file that the current process