From e3626ba302e20ee6202988636588b17c38e1ccf3 Mon Sep 17 00:00:00 2001 From: Joel Andres Granados Date: Fri, 30 May 2008 13:12:40 +0200 Subject: Change the "__" string to "!__" string so it shows up correctly in the wiki page. --- doc/man2wiki | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/man2wiki b/doc/man2wiki index 9c3480b..c16f20a 100755 --- a/doc/man2wiki +++ b/doc/man2wiki @@ -27,6 +27,7 @@ for file in $CHANGE_FILES ; do -e "s/\(^\.IP[ \t]*\"\)\([^\"]*\)\(\".*\)/[[BR]]'''\2'''[[BR]]/" \ -e "s/^\.br.*/[[BR]]/" \ -e "s/^\.BR.*/[[BR]]/" \ + -e "s/__/!__/g" \ -e "s/^\.PP.*//" \ -e "s/^\.nf.*//" \ -e "s/^\.fi.*//" \ -- cgit