summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2000-01-20 07:18:25 +0000
committerderaadt <deraadt@openbsd.org>2000-01-20 07:18:25 +0000
commit154e1306135c4d86569dbb9d7b93445c039c24b7 (patch)
treecae8c87d6edfa9d73597783cbdf51c87b2440197
parentwhen procfs is compiled in, if a setuid process has any of descriptors 0-2 (diff)
downloadwireguard-openbsd-154e1306135c4d86569dbb9d7b93445c039c24b7.tar.xz
wireguard-openbsd-154e1306135c4d86569dbb9d7b93445c039c24b7.zip
Default value for -s option is ARG_MAX - 4096, not - 2048; enami
-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.