Skip to content

Version 1.1.1

Compare
Choose a tag to compare
@kristapsdz kristapsdz released this 24 Sep 22:53
· 118 commits to master since this release
5c4df47

Fix UTF8 handling on Mac OS X. Prior to this, some UTF8 characters (such as smart punctuation) were being garbled on -Tgemini and -Tterm output. These now render properly thanks to an excellent pull request contribution (#140).

Hack around more buggy Mac OS X software, specifically their version of makewhatis(8). While man(7) specifically allows for header macros (SH) to have their contents on the subsequent line, this breaks buggy software that erroneously expects headers to have their content on the same line. This version, thanks to another excellent pull request (#138), adds a hack for that specific condition.