Issue #25393: Fix probable copy/paste error in resource docs

Patch by Alakshendra Yadav.
This commit is contained in:
Zachary Ware 2016-07-19 16:41:20 -05:00
parent 221945056d
commit 48e3f98206
2 changed files with 4 additions and 3 deletions

View file

@ -125,8 +125,7 @@ platform.
.. data:: RLIMIT_FSIZE .. data:: RLIMIT_FSIZE
The maximum size of a file which the process may create. This only affects the The maximum size of a file which the process may create.
stack of the main thread in a multi-threaded process.
.. data:: RLIMIT_DATA .. data:: RLIMIT_DATA
@ -136,7 +135,8 @@ platform.
.. data:: RLIMIT_STACK .. data:: RLIMIT_STACK
The maximum size (in bytes) of the call stack for the current process. The maximum size (in bytes) of the call stack for the current process. This only
affects the stack of the main thread in a multi-threaded process.
.. data:: RLIMIT_RSS .. data:: RLIMIT_RSS

View file

@ -1632,6 +1632,7 @@ Xiang Zhang
Robert Xiao Robert Xiao
Florent Xicluna Florent Xicluna
Arnon Yaari Arnon Yaari
Alakshendra Yadav
Hirokazu Yamamoto Hirokazu Yamamoto
Ka-Ping Yee Ka-Ping Yee
Jason Yeo Jason Yeo