Default value for -s option is ARG_MAX - 4096, not - 2048.
This commit is contained in:
parent
7f4bafc7bd
commit
3ff6bc9f03
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: xargs.1,v 1.10 1999/12/22 14:41:00 kleink Exp $
|
||||
.\" $NetBSD: xargs.1,v 1.11 2000/01/20 04:22:05 enami Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1990, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
|
@ -130,7 +130,7 @@ The current default value for
|
|||
.Ar size
|
||||
is
|
||||
.Dv ARG_MAX
|
||||
- 2048.
|
||||
- 4096.
|
||||
.It Fl t
|
||||
Echo the command to be executed to standard error immediately before it
|
||||
is executed.
|
||||
|
|
Loading…
Reference in New Issue