diff options
author | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2020-03-26 02:53:02 +0000 |
---|---|---|
committer | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2020-03-26 02:53:02 +0000 |
commit | b117a415aaf58c435805243a930e833f8cf62421 (patch) | |
tree | ca6cda4c24d37737a3942e534b95006bcd566c5a /buildtools/makeman | |
parent | 34bb24c566c9d9fe3c4ae71fc4c6b53323fb1dd9 (diff) | |
download | netpbm-mirror-b117a415aaf58c435805243a930e833f8cf62421.tar.gz netpbm-mirror-b117a415aaf58c435805243a930e833f8cf62421.tar.xz netpbm-mirror-b117a415aaf58c435805243a930e833f8cf62421.zip |
Promote trunk (10.90.00) to advanced
git-svn-id: http://svn.code.sf.net/p/netpbm/code/advanced@3784 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'buildtools/makeman')
-rwxr-xr-x | buildtools/makeman | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/buildtools/makeman b/buildtools/makeman index dc8e45ce..196dbd0a 100755 --- a/buildtools/makeman +++ b/buildtools/makeman @@ -152,7 +152,7 @@ def makeman(name, file, indoc): indoc = re.sub(r"\s*\.sp", "\n.sp", indoc) # Format email addresses as italic indoc = re.sub('(?i)<A[ \n]+HREF="mailto:[^>]+">([^<]+)</A>', r'\\fI\1\\fP', indoc) - # Format manual crossreferences + # Format manual cross-references def xrefmatch(match): xrefto = match.group(2) xrefurl = match.group(1) @@ -279,7 +279,7 @@ def main(args, mainout=sys.stdout, mainerr=sys.stderr): elif switch == '-v': # Enable verbose error reporting verbosity += 1 try: - # First pass: gather locations for crossreferences: + # First pass: gather locations for cross-references: sectmap = {} for file in arguments: try: |