diff options
author | 2000-04-28 20:51:26 +0000 | |
---|---|---|
committer | 2000-04-28 20:51:26 +0000 | |
commit | 24e0327010e986840e66c8a2156a0f23b3f454d3 (patch) | |
tree | 234a17ce04346ca4b69ba49c0421129542bc7ba0 /lib/libc/sys/execve.2 | |
parent | typo. hostname.* should be hostname.if. (diff) | |
download | wireguard-openbsd-24e0327010e986840e66c8a2156a0f23b3f454d3.tar.xz wireguard-openbsd-24e0327010e986840e66c8a2156a0f23b3f454d3.zip |
NCARGS is bigger these days; akr@m17n.org
Diffstat (limited to 'lib/libc/sys/execve.2')
-rw-r--r-- | lib/libc/sys/execve.2 | 4 |
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 ) . |