summaryrefslogtreecommitdiff
path: root/sys/man/2
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2015-06-08 21:08:57 +0200
committercinap_lenrek <cinap_lenrek@felloff.net>2015-06-08 21:08:57 +0200
commit477f3ce3ea48aa34ee74fafcc782ef1a0f18ad2c (patch)
treea2e43f8ba0e66b7f4f097fafe78f56ae604d07da /sys/man/2
parente89e54d1a3bb47a6adf35082062303b0f8ccf1a5 (diff)
exec(2): exec argument size only limited by user stack size
Diffstat (limited to 'sys/man/2')
-rw-r--r--sys/man/2/exec6
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/man/2/exec b/sys/man/2/exec
index a7e016a92..4a990e33a 100644
--- a/sys/man/2/exec
+++ b/sys/man/2/exec
@@ -192,9 +192,3 @@ There can be no return to the calling process from a successful
or
.IR execl ;
the calling image is lost.
-.SH BUGS
-There is a large but finite limit on the size of an argment list,
-typically around 409,600 bytes.
-The kernel constant
-.B TSTKSIZ
-controls this.