summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Doc/library/resource.rst6
-rw-r--r--Misc/ACKS1
2 files changed, 4 insertions, 3 deletions
diff --git a/Doc/library/resource.rst b/Doc/library/resource.rst
index b213793a2c..bdfe5f6d45 100644
--- a/Doc/library/resource.rst
+++ b/Doc/library/resource.rst
@@ -125,8 +125,7 @@ platform.
.. data:: RLIMIT_FSIZE
- The maximum size of a file which the process may create. This only affects the
- stack of the main thread in a multi-threaded process.
+ The maximum size of a file which the process may create.
.. data:: RLIMIT_DATA
@@ -136,7 +135,8 @@ platform.
.. 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
diff --git a/Misc/ACKS b/Misc/ACKS
index 942f311718..20cb79de3f 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -1651,6 +1651,7 @@ Xiang Zhang
Robert Xiao
Florent Xicluna
Arnon Yaari
+Alakshendra Yadav
Hirokazu Yamamoto
Ka-Ping Yee
Chi Hsuan Yen