From 3ff6bc9f03184f02587dc1a3ff3f318b7553614d Mon Sep 17 00:00:00 2001 From: enami Date: Thu, 20 Jan 2000 04:22:05 +0000 Subject: [PATCH] Default value for -s option is ARG_MAX - 4096, not - 2048. --- usr.bin/xargs/xargs.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.bin/xargs/xargs.1 b/usr.bin/xargs/xargs.1 index ee0d0b017e6b..efe17645e33a 100644 --- a/usr.bin/xargs/xargs.1 +++ b/usr.bin/xargs/xargs.1 @@ -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.