summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJoel Andres Granados <jgranado@redhat.com>2008-05-30 13:12:40 +0200
committerJoel Andres Granados <jgranado@redhat.com>2008-05-30 13:12:40 +0200
commite3626ba302e20ee6202988636588b17c38e1ccf3 (patch)
treeb64f6280f642911390bb4d711c73e27120a63f4b /doc
parent8e44775b924ffda52f1919150674790660b9348a (diff)
downloadfirstaidkit-e3626ba302e20ee6202988636588b17c38e1ccf3.tar.gz
firstaidkit-e3626ba302e20ee6202988636588b17c38e1ccf3.tar.xz
firstaidkit-e3626ba302e20ee6202988636588b17c38e1ccf3.zip
Change the "__" string to "!__" string so it shows up correctly in the wiki page.
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/man2wiki1
1 files changed, 1 insertions, 0 deletions
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.*//" \