aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/sys/intro.2
diff options
context:
space:
mode:
authorMike Pritchard <mpp@FreeBSD.org>1996-08-15 21:04:29 +0000
committerMike Pritchard <mpp@FreeBSD.org>1996-08-15 21:04:29 +0000
commit05bdf2ff0bd598648cd9e5be4f9c6daa5b4838f9 (patch)
treeb680551238840ba8ea1bffcb76a8cb7cbfc13d06 /lib/libc/sys/intro.2
parentd4cd2245dc25687d72d232ddd39b0bd6c05b876a (diff)
downloadsrc-05bdf2ff0bd598648cd9e5be4f9c6daa5b4838f9.tar.gz
src-05bdf2ff0bd598648cd9e5be4f9c6daa5b4838f9.zip
NCARGS is defined as 65536 in the released system, not 20480.
Notes
Notes: svn path=/head/; revision=17615
Diffstat (limited to 'lib/libc/sys/intro.2')
-rw-r--r--lib/libc/sys/intro.22
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/intro.2 b/lib/libc/sys/intro.2
index 79aad8a8a6b6..fc102ddef3e6 100644
--- a/lib/libc/sys/intro.2
+++ b/lib/libc/sys/intro.2
@@ -144,7 +144,7 @@ loaded on a drive.
.It Er 7 E2BIG Em "Arg list too long" .
The number of bytes used for the argument and environment
list of the new process exceeded the current limit
-of 20480 bytes
+of 65536 bytes
.Pf ( Dv NCARGS
in
.Aq Pa sys/param.h ) .