diff options
author | Ori Bernstein <ori@eigenstate.org> | 2020-02-26 20:52:20 -0800 |
---|---|---|
committer | Ori Bernstein <ori@eigenstate.org> | 2020-02-26 20:52:20 -0800 |
commit | 1ccd0cd04d75840861e26f6c5f6ac73396d43d8a (patch) | |
tree | e30fa7d713f5e535533e274008e5e2457c938bd4 | |
parent | 7bd7776935eea88f322753e963bcc858d1d9ecc7 (diff) | |
download | plan9front-1ccd0cd04d75840861e26f6c5f6ac73396d43d8a.tar.xz |
include section 9 in manpage plumb rules.
We added section 9 to the manual. However,
the plumb rule only recognized sections 1
through 8. Fix it to include section 9.
-rw-r--r-- | sys/lib/plumb/basic | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/lib/plumb/basic b/sys/lib/plumb/basic index d61b3064f..72e0dc822 100644 --- a/sys/lib/plumb/basic +++ b/sys/lib/plumb/basic @@ -103,7 +103,7 @@ plumb start window -noscroll -r 4 120 750 600 upas/nedmail -s $0 # man index entries are synthesized type is text -data matches '([a-zA-Z¡-0-9_\-./]+)\(([1-8])\)' +data matches '([a-zA-Z¡-0-9_\-./]+)\(([1-9])\)' plumb start rc -c 'man -b '$2' '$1' # RFC references are looked up in /lib/rfc and passed to editor |