summaryrefslogtreecommitdiff
path: root/lib/libc/sys/execve.2
diff options
context:
space:
mode:
authorsoda <soda@NetBSD.org>2000-05-08 10:15:17 +0000
committersoda <soda@NetBSD.org>2000-05-08 10:15:17 +0000
commit91c450a0e1d537130a6df1e61af4bc9f8df2853c (patch)
tree5daa525ccf80762a1e35638c28b24711cd738ddf /lib/libc/sys/execve.2
parentf9eca6973d5e836de81cd3c5a4744094321d9c8a (diff)
ARG_MAX is bumped from 20KB to 256KB since Jan 16 1994 (revision 1.7 of <sys/syslimits.h>). i.e. before NetBSD-1.0 release.
pointed out by NAKAJIMA Yoshihiro and Tanaka Akira on fj.os.bsd.netbsd newsgroup.
Diffstat (limited to 'lib/libc/sys/execve.2')
-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 debfd26741a..778e882692d 100644
--- a/lib/libc/sys/execve.2
+++ b/lib/libc/sys/execve.2
@@ -1,4 +1,4 @@
-.\" $NetBSD: execve.2,v 1.16 1999/12/02 21:42:36 kleink Exp $
+.\" $NetBSD: execve.2,v 1.17 2000/05/08 10:15:17 soda Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -242,7 +242,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 ) .