fix wrong manpage section index generation for rc-httpd(8)
This commit is contained in:
parent
f2519d701c
commit
75990fc719
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ for (i in [a-z0-9:]*) {
|
||||||
s/, *$//
|
s/, *$//
|
||||||
ty
|
ty
|
||||||
:y
|
:y
|
||||||
s/ *\\*-.*//
|
s/(^| * )\\*-.*//
|
||||||
tx
|
tx
|
||||||
s/ *\\\(mi.*//
|
s/ *\\\(mi.*//
|
||||||
tx
|
tx
|
||||||
|
@ -21,7 +21,7 @@ for (i in [a-z0-9:]*) {
|
||||||
/SH *DES/q
|
/SH *DES/q
|
||||||
d
|
d
|
||||||
:x
|
:x
|
||||||
s/ *\\*-.*//
|
s/(^| * )\\*-.*//
|
||||||
s/ *\\\(mi.*//
|
s/ *\\\(mi.*//
|
||||||
/^$/d
|
/^$/d
|
||||||
s/, */\
|
s/, */\
|
||||||
|
|
Loading…
Reference in a new issue