]> git.lizzy.rs Git - plan9front.git/commitdiff
exec(2): exec argument size only limited by user stack size
authorcinap_lenrek <cinap_lenrek@felloff.net>
Mon, 8 Jun 2015 19:08:57 +0000 (21:08 +0200)
committercinap_lenrek <cinap_lenrek@felloff.net>
Mon, 8 Jun 2015 19:08:57 +0000 (21:08 +0200)
sys/man/2/exec

index a7e016a929b58ab564a2756cc2c79ef2e400c320..4a990e33a9432d2d601694a2d909e437e06896c2 100644 (file)
@@ -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.