ref: fb8543ab0c86a6ec39a91cb0436f9319ff34f7cf
parent: 3d15ec6da4bd55dee2dbe2ce096709f889619302
author: Ori Bernstein <ori@eigenstate.org>
date: Wed Feb 26 15:52:20 EST 2020
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.
--- a/sys/lib/plumb/basic
+++ b/sys/lib/plumb/basic
@@ -103,7 +103,7 @@
# 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
--
⑨