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:
Joey Hess 2018-11-06 17:26:20 -04:00
parent 6ecd55a9fa
commit 051dfcb3be
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -133,5 +133,6 @@ segmentXargsUnordered l = go l [] 0 []
{- 10k of filenames per command, well under 100k 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