From 477f3ce3ea48aa34ee74fafcc782ef1a0f18ad2c Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Mon, 8 Jun 2015 21:08:57 +0200 Subject: [PATCH] exec(2): exec argument size only limited by user stack size --- sys/man/2/exec | 6 ------ 1 file changed, 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. -- 2.44.0