Skip to content

Commit 2fcc863

Browse files
committed
bin/gen-eclass-html.sh: Work around man2html not converting tildes
Seen in ebuild(5). Signed-off-by: Swagtoy <[email protected]>
1 parent 9fea49b commit 2fcc863

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:<I>ti</I>:<I>~</I>: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)