summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTim Kientzle <kientzle@acm.org>2014-06-21 14:15:37 -0700
committerTim Kientzle <kientzle@acm.org>2014-06-21 14:15:37 -0700
commitbae5b9e215b72dc27c67c24c114021f213ba1058 (patch)
treea71dc85bf4a3326250f68aa529e0ad8532831248 /doc
parentf4839ee8d23a1a8b434fb42389ef45e52c7584bb (diff)
downloadlibarchive-bae5b9e215b72dc27c67c24c114021f213ba1058.tar.gz
Replace \e with plain \
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/mdoc2wiki.awk1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/mdoc2wiki.awk b/doc/mdoc2wiki.awk
index 3a336028..eb89ba09 100755
--- a/doc/mdoc2wiki.awk
+++ b/doc/mdoc2wiki.awk
@@ -184,6 +184,7 @@ function splitwords(l, dest, n, o, w) {
/^\.\\"/ { next }
{
+ gsub("\\\\e", "\\")
sub("^\\.","")
nwords=splitwords($0, words)
# TODO: Instead of iterating 'w' over the array, have a separate