diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-08-31 19:52:49 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-08-31 19:52:49 +0000 |
commit | 82f214bd8bff78d7425a1efa3ec563f28f1d2874 (patch) | |
tree | aedf450568e009e5465d960719054e6e5e2f1c9d /bin | |
parent | c3b128b4b469cf4e09e95d56b42da6d7e0ab8ca9 (diff) |
system limits can change. Do not document 10240 limit
Diffstat (limited to 'bin')
-rw-r--r-- | bin/csh/csh.1 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/csh/csh.1 b/bin/csh/csh.1 index bf0af01f93e..f792848d7f8 100644 --- a/bin/csh/csh.1 +++ b/bin/csh/csh.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: csh.1,v 1.12 1998/06/23 06:17:35 deraadt Exp $ +.\" $OpenBSD: csh.1,v 1.13 1998/08/31 19:52:48 deraadt Exp $ .\" $NetBSD: csh.1,v 1.10 1995/03/21 09:02:35 cgd Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -2107,7 +2107,6 @@ Source of home directories for `~name'. .Sh LIMITATIONS Word lengths \- Words can be no longer than 1024 characters. -The system limits argument lists to 10240 characters. The number of arguments to a command that involves filename expansion is limited to 1/6'th the number of characters allowed in an argument list. Command substitutions may substitute no more characters than are |