From 49c583e1c5131ed7089cc11eec2009ef7b39389e Mon Sep 17 00:00:00 2001 From: giraffedata Date: Tue, 21 Feb 2017 16:18:09 +0000 Subject: Add comment about rowspan not working git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2899 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- buildtools/makeman | 1 + 1 file changed, 1 insertion(+) (limited to 'buildtools') 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") indoc = indoc.replace("σ", "sigma") # Tables + # This will not handle rowspan indoc = re.sub('(?i) *]*>.*', ".TS", indoc) indoc = re.sub("(?i) *.*", ".TE", indoc) # First the single-line case -- cgit 1.4.1