summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2000-04-28 20:51:27 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2000-04-28 20:51:27 +0000
commit585d01a66b87ae29462ebe817b208c63e2559d05 (patch)
tree1e9dbae37540681b204d5a97e026fcbd226a36d4
parentdd6f5bc068ae2c11356c7fafb897cf0551844595 (diff)
NCARGS is bigger these days; akr@m17n.org
-rw-r--r--lib/libc/sys/execve.24
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/execve.2 b/lib/libc/sys/execve.2
index ecd44ed8e21..0baa95e9dcd 100644
--- a/lib/libc/sys/execve.2
+++ b/lib/libc/sys/execve.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: execve.2,v 1.13 2000/04/15 11:46:03 aaron Exp $
+.\" $OpenBSD: execve.2,v 1.14 2000/04/28 20:51:26 deraadt Exp $
.\" $NetBSD: execve.2,v 1.9 1995/02/27 12:32:25 cgd Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
@@ -244,7 +244,7 @@ is allowed by the imposed maximum
.It Bq Er E2BIG
The number of bytes in the new process's argument list
is larger than the system-imposed limit.
-The limit in the system as released is 20480 bytes
+The limit in the system as released is 262144 bytes
.Pf ( Dv NCARGS
in
.Ao Pa sys/param.h Ac ) .