diff options
author | Alex Musolino <alex@musolino.id.au> | 2021-06-21 10:22:49 +0000 |
---|---|---|
committer | Alex Musolino <alex@musolino.id.au> | 2021-06-21 10:22:49 +0000 |
commit | e8b4cf938dda5bfac61aebe2ec3eb16f1b55d193 (patch) | |
tree | c23062257abf2f5e00f3b76b63ec9d3a4d41c283 | |
parent | 065cf0b708be75e84e568261a044d66286ef6e3d (diff) | |
download | plan9front-e8b4cf938dda5bfac61aebe2ec3eb16f1b55d193.tar.xz |
/sys/man/mkfile: run eqn(1) for usb(3) section of book
-rw-r--r-- | sys/man/mkfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/man/mkfile b/sys/man/mkfile index 5aa10fd88..25dcb7c12 100644 --- a/sys/man/mkfile +++ b/sys/man/mkfile @@ -24,7 +24,7 @@ permind:V: switch($i/$j){ case 1/tbl tbl $j - case 1/eqn 3/realtime 6/auth + case 1/eqn 3/realtime 3/usb 6/auth eqn $j case 1/pic pic $j @@ -86,7 +86,7 @@ print.out:V: permind switch($i/$j){ case 1/tbl tbl $j - case 1/eqn 6/auth + case 1/eqn 3/usb 6/auth eqn $j case 1/pic pic $j |