Desired Action |
On page 1086 line 36850 section getrlimit(), change:Soft limits may be changed by a process to any value that is less than or equal to the hard limit. A process may (irreversibly) lower its hard limit to any value that is greater than or equal to the soft limit. to:Soft limits can be changed by a process to any value that is less than or equal to the hard limit. A process can (irreversibly) lower its hard limit to any value that is greater than or equal to the soft limit.
On page 1086 line 36861 section getrlimit(), change:This is the maximum size of a core file, in bytes, that may be created by a process. to:This is the maximum size of a core file, in bytes, that can be created by a process.
(Note to the editor: when merging this with the bug 0001141 change, the end result should be just the change from "may" to "can" in the Issue 8 draft text.)
On page 1086 line 36871 section getrlimit(), change:This is the maximum size of a file, in bytes, that may be created by a process. to:This is the maximum size of a file, in bytes, that can be created by a process.
On page 1086 line 36877 section getrlimit(), change:This is a number one greater than the maximum value that the system may assign to a newly-created descriptor. If this limit is exceeded, functions that allocate a file descriptor shall fail with errno set to [EMFILE]. This limit constrains the number of file descriptors that a process may allocate. to:This is a number one greater than the maximum value that the system shall assign to a newly-created descriptor. If this limit is exceeded, functions that allocate a file descriptor shall fail with errno set to [EMFILE]. This limit constrains the number of file descriptors that a process can allocate. |