diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-04-13 09:15:16 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-04-13 09:15:16 +0000 |
| commit | 471b9c332c7e4e42e726910d9c9b36ddc0233eda (patch) | |
| tree | efc050197b66146964904234315719ce3f0677f4 /usr.bin/xargs | |
| parent | 566f5a4859c18ae0cfe365533b9f0a1bb8eefce8 (diff) | |
Notes
Diffstat (limited to 'usr.bin/xargs')
| -rw-r--r-- | usr.bin/xargs/xargs.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/xargs/xargs.1 b/usr.bin/xargs/xargs.1 index 671edc3b33fd..9ff75bcb8f5e 100644 --- a/usr.bin/xargs/xargs.1 +++ b/usr.bin/xargs/xargs.1 @@ -176,8 +176,8 @@ compliant. .Sh BUGS If .Ar utility -attempts to envoke another command such that the number of arguments or the +attempts to invoke another command such that the number of arguments or the size of the environment is increased, it risks .Xr execvp 3 failing with -.Dv E2BIG . +.Er E2BIG . |
