plan9fox/sys/man
Ori Bernstein 520a39efcd sysproc: raise limit on #! lines, and allow quoted args
Our #! line length is very short, and the naïve quoting
makes it difficult to pass more complicated arguments to
the programs being run. This is fine for simple interpreters,
but it's often useful to pass arguments to more complicated
interpreters like auth/box or awk.

This change raises the limit, but also switches to tokenizing
via tokenize(2), rather than hand rolled whitespace splitting.

The limits chosen are arbitrary, but they leave approximately
3 KiB of stack space on 386, and 13k on amd64. This is a lot
of stack used, but it should leave enough for fairly deep
devtab chan stacks.
2022-07-25 04:48:44 +00:00
..
1 sam(1): clarify "<rio>" works on dot just like "look" 2022-07-14 21:12:37 +00:00
2 sysproc: raise limit on #! lines, and allow quoted args 2022-07-25 04:48:44 +00:00
3 man/3/ip (ip): Discuss local IP addresses for "announce" and "bind". 2022-06-11 13:00:05 +00:00
4 skel(3) → skelfs(4) 2022-06-15 06:42:05 +00:00
5 /sys/man/*/*: fix perms (sorry) 2017-12-11 19:58:06 -05:00
6 auth/newns: add chdev command 2022-05-28 02:27:59 +00:00
7 remove juke (use play or zuke instead) 2021-04-13 13:25:24 +02:00
8 auth/box: -s, -. flags 2022-07-10 13:13:03 +00:00
9 fix manpage references for dup(2), kproc(9) and panic(9). 2021-09-08 18:22:35 +00:00
fonts
index.html
mkfile manual: don't match nonexistent file while preprocessing 2021-06-27 00:13:58 +00:00
preface.html
preface3.html
preface4.html