diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2015-06-08 21:08:57 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2015-06-08 21:08:57 +0200 |
commit | 477f3ce3ea48aa34ee74fafcc782ef1a0f18ad2c (patch) | |
tree | a2e43f8ba0e66b7f4f097fafe78f56ae604d07da /sys/man/2 | |
parent | e89e54d1a3bb47a6adf35082062303b0f8ccf1a5 (diff) |
exec(2): exec argument size only limited by user stack size
Diffstat (limited to 'sys/man/2')
-rw-r--r-- | sys/man/2/exec | 6 |
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. |