Commit 2955ef75 authored by Zachary Ware's avatar Zachary Ware

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

Patch by Alakshendra Yadav.
parent cdb8be4f
...@@ -101,8 +101,7 @@ platform. ...@@ -101,8 +101,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
...@@ -112,7 +111,8 @@ platform. ...@@ -112,7 +111,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
......
...@@ -1530,6 +1530,7 @@ Doug Wyatt ...@@ -1530,6 +1530,7 @@ Doug Wyatt
Xiang Zhang Xiang Zhang
Robert Xiao Robert Xiao
Florent Xicluna Florent Xicluna
Alakshendra Yadav
Hirokazu Yamamoto Hirokazu Yamamoto
Ka-Ping Yee Ka-Ping Yee
Jason Yeo Jason Yeo
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment