Commit 2b3b1f1
committed
execve.2: execve also returns E2BIG if a string is too long
Document that if a command line or environment string is too long (> MAX_ARG_STRLEN), execve will also return E2BIG.
Signed-off-by: Rik van Riel <riel@surriel.com>1 parent ae6b221 commit 2b3b1f1
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
449 | 449 | | |
450 | 450 | | |
451 | 451 | | |
452 | | - | |
| 452 | + | |
453 | 453 | | |
454 | 454 | | |
455 | 455 | | |
| |||
0 commit comments