Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/xargs Default value for -s option is ARG_MAX - 4096, ...



details:   https://anonhg.NetBSD.org/src/rev/0cde7587ee47
branches:  trunk
changeset: 480794:0cde7587ee47
user:      enami <enami%NetBSD.org@localhost>
date:      Thu Jan 20 04:22:05 2000 +0000

description:
Default value for -s option is ARG_MAX - 4096, not - 2048.

diffstat:

 usr.bin/xargs/xargs.1 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 4a82cfa1941e -r 0cde7587ee47 usr.bin/xargs/xargs.1
--- a/usr.bin/xargs/xargs.1     Thu Jan 20 04:13:54 2000 +0000
+++ b/usr.bin/xargs/xargs.1     Thu Jan 20 04:22:05 2000 +0000
@@ -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 @@
 .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.



Home | Main Index | Thread Index | Old Index