ref: 6a3c5498afda109a2561d9b181d2366461c4a9ec
parent: 89ae2d38c7be859c09fd4a38b3c8b4967f4abf68
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Sat Aug 27 18:37:08 EDT 2016
fix wrong manpage section index generation for rc-httpd(8)
--- a/sys/lib/man/secindex
+++ b/sys/lib/man/secindex
@@ -7,7 +7,7 @@
s/, *$//
ty
:y
- s/ *\\*-.*//
+ s/(^| * )\\*-.*//
tx
s/ *\\\(mi.*//
tx
@@ -21,7 +21,7 @@
/SH *DES/q
d
:x
- s/ *\\*-.*//
+ s/(^| * )\\*-.*//
s/ *\\\(mi.*//
/^$/d
s/, */\
--
⑨