summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/mdoc2wiki.awk3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/mdoc2wiki.awk b/doc/mdoc2wiki.awk
index fc59a790..fcccd9b3 100755
--- a/doc/mdoc2wiki.awk
+++ b/doc/mdoc2wiki.awk
@@ -419,6 +419,9 @@ function splitwords(l, dest, n, o, w) {
addpunct("<li>")
listnext[listdepth] = "</li>"
}
+ } else if(match(words[w], "^Vt$")) {
+ w++
+ add("_" words[w] "_")
} else if(match(words[w],"^Xo$")) {
# TODO: Figure out how to handle this
} else if(match(words[w],"^Xc$")) {