Skip to content

Commit 634ceaf

Browse files
swagtoyulm
authored andcommitted
bin/gen-eclass-html.sh: Work around man2html not converting the tilde character
Seen in ebuild(5). Signed-off-by: Swagtoy <[email protected]> Signed-off-by: Ulrich Müller <[email protected]>
1 parent 9fea49b commit 634ceaf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/gen-eclass-html.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ for i in "${MANPAGES[@]}"; do
157157
-e 's:<A HREF="[^"]*//localhost/[^"]*">\([^<>]*\)</A>:\1:g' \
158158
-e 's:<A HREF="[^"]*\${[^"]*">\([^<>]*\)</A>:\1:g' \
159159
-e 's,<A HREF="mailto:[^"]*">\([^<>]*\)</A>,\1,g' \
160+
-e 's:\[ti\]:~:g' \
160161
-e 's:<TT>\([^<>]*\)</TT>:\1:g' \
161162
-e 's:<DL COMPACT>:<DL>:g' \
162163
-e 's:<TR VALIGN=top>:<TR>:g' \

0 commit comments

Comments
 (0)