summaryrefslogtreecommitdiff
path: root/usr.bin/xargs
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2000-01-20 07:18:26 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2000-01-20 07:18:26 +0000
commitc8c2af36c9ceb7b08b235c861248778d8da995b3 (patch)
tree4735fc4cee85d84e66c27005a705fbcca04803f3 /usr.bin/xargs
parent3ec6da3bf788e65c60b0103264cb2334e91dc16b (diff)
Default value for -s option is ARG_MAX - 4096, not - 2048; enami
Diffstat (limited to 'usr.bin/xargs')
-rw-r--r--usr.bin/xargs/xargs.14
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/xargs/xargs.1 b/usr.bin/xargs/xargs.1
index ba778205180..18e60b8ad43 100644
--- a/usr.bin/xargs/xargs.1
+++ b/usr.bin/xargs/xargs.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: xargs.1,v 1.7 1999/08/18 13:09:45 aaron Exp $
+.\" $OpenBSD: xargs.1,v 1.8 2000/01/20 07:18:25 deraadt Exp $
.\" $NetBSD: xargs.1,v 1.6 1994/11/14 06:51:40 jtc Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
@@ -123,7 +123,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.