diff options
author | Damien Miller <djm@cvs.openbsd.org> | 2008-09-19 05:41:30 +0000 |
---|---|---|
committer | Damien Miller <djm@cvs.openbsd.org> | 2008-09-19 05:41:30 +0000 |
commit | 799525cc146c8f9afe081cbbee2e46801d247119 (patch) | |
tree | 388be59cd1473195b0fbcc2551f98e2e613faca7 /share/man | |
parent | e2bd4f3b1f7de4f3b46a619b3fd532290ae6eba1 (diff) |
increase MAXINTERP from 64 to 128 and allow a little extra room on top
of that for shell scripts to cover the #!, an optional space following
it and a newline at the end. feedback and ok miod@
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man7/script.7 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man7/script.7 b/share/man/man7/script.7 index 563293459ea..8e59af16be1 100644 --- a/share/man/man7/script.7 +++ b/share/man/man7/script.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: script.7,v 1.5 2008/06/26 05:42:07 ray Exp $ +.\" $OpenBSD: script.7,v 1.6 2008/09/19 05:41:29 djm Exp $ .\" .\" $NetBSD: script.7,v 1.1 2005/05/07 02:20:34 perry Exp $ .\" @@ -29,7 +29,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: June 26 2008 $ +.Dd $Mdocdate: September 19 2008 $ .Dt SCRIPT 7 .Os .Sh NAME @@ -108,9 +108,9 @@ but there is no requirement for this per se. .Pp On .Ox , -the length of the +the length of the interpreter line following the .Sq #! -line is limited to +is limited to .Dv MAXINTERP , as defined in .Aq Pa sys/param.h . |