diff options
author | 2008-09-19 05:41:29 +0000 | |
---|---|---|
committer | 2008-09-19 05:41:29 +0000 | |
commit | 5cf319380f40412ab3ab1bf97f98be0e06439c51 (patch) | |
tree | 110c6886462c4ec82cb1d6cd9aa23197430106cb /share/man/man7/script.7 | |
parent | While vaguely interesting, the prints coming out of the driver was way too (diff) | |
download | wireguard-openbsd-5cf319380f40412ab3ab1bf97f98be0e06439c51.tar.xz wireguard-openbsd-5cf319380f40412ab3ab1bf97f98be0e06439c51.zip |
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/man7/script.7')
-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 . |