Revert "fix comment"
This reverts commit bac7d34e71
.
The comment was right; ARG_MAX is the total length of all arguments.
This commit is contained in:
parent
6ecd55a9fa
commit
051dfcb3be
1 changed files with 2 additions and 1 deletions
|
@ -133,5 +133,6 @@ segmentXargsUnordered l = go l [] 0 []
|
||||||
|
|
||||||
{- 10k of filenames per command, well under 100k limit
|
{- 10k of filenames per command, well under 100k limit
|
||||||
- of Linux (and OSX has a similar limit);
|
- of Linux (and OSX has a similar limit);
|
||||||
- allows room for other parameters etc. -}
|
- allows room for other parameters etc. Also allows for
|
||||||
|
- eg, multibyte characters. -}
|
||||||
maxlen = 10240
|
maxlen = 10240
|
||||||
|
|
Loading…
Reference in a new issue