about summary refs log tree commit diff
path: root/buildtools
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2017-02-21 16:18:09 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2017-02-21 16:18:09 +0000
commit49c583e1c5131ed7089cc11eec2009ef7b39389e (patch)
tree411aefce59b4e6bd7908b649b9f5591f85f4d903 /buildtools
parent0a8fd388d862a6f533c89860cf3dc77c38c20fa4 (diff)
downloadnetpbm-mirror-49c583e1c5131ed7089cc11eec2009ef7b39389e.tar.gz
netpbm-mirror-49c583e1c5131ed7089cc11eec2009ef7b39389e.tar.xz
netpbm-mirror-49c583e1c5131ed7089cc11eec2009ef7b39389e.zip
Add comment about rowspan not working
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2899 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'buildtools')
-rwxr-xr-xbuildtools/makeman1
1 files changed, 1 insertions, 0 deletions
diff --git a/buildtools/makeman b/buildtools/makeman
index 13c54a70..b1d30afd 100755
--- a/buildtools/makeman
+++ b/buildtools/makeman
@@ -231,6 +231,7 @@ def makeman(name, file, indoc):
     indoc = indoc.replace("&mu;", "mu")
     indoc = indoc.replace("&sigma;", "sigma")
     # Tables
+    # This will not handle rowspan
     indoc = re.sub('(?i) *<table[^>]*>.*', ".TS", indoc)
     indoc = re.sub("(?i) *</table>.*", ".TE", indoc)
     # First the single-line case