about summary refs log tree commit diff
diff options
context:
space:
mode:
-rwxr-xr-xbuildtools/makeman1
1 files changed, 1 insertions, 0 deletions
diff --git a/buildtools/makeman b/buildtools/makeman
index 6ff40aca..641ef856 100755
--- a/buildtools/makeman
+++ b/buildtools/makeman
@@ -247,6 +247,7 @@ def makeman(name, file, indoc):
     indoc = indoc.replace("—", "-")
     indoc = indoc.replace("μ", "mu")
     indoc = indoc.replace("σ", "sigma")
+    indoc = indoc.replace("'", "'")
     # Tables
     # This will not handle rowspan
     indoc = re.sub('(?i) *<table[^>]*>.*', ".TS", indoc)