diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2012-10-12 16:45:34 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2012-10-12 16:45:34 +0000 |
commit | 15192810425be82587c4d2acb19814f5a6cc1312 (patch) | |
tree | 1b2f1c3f049afe7565a110d2b9e8cc315d0a943b /TODO | |
parent | 5e5fda418e03813767c8f6cd3ff0da1ccac926ae (diff) | |
download | mandoc-15192810425be82587c4d2acb19814f5a6cc1312.tar.gz |
minor EOS issue reported by Nicolas Joly
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -191,6 +191,14 @@ - in enclosures, mandoc sometimes fancies a bogus end of sentence reminded by jmc@ Thu, 23 Sep 2010 18:13:39 +0059 +- Trailing isolated dots lack EOS for some macros. + This cannot use mandoc_eos() because groff only does EOS + for isolated dots at least in some of these cases. + Affected macros included those using in_line_eoln(). + Make sure to fix open(2) + without breaking fstat(1), ksh(1), tzset(3) and UKC(8). + reported by Nicolas Joly Fri, 12 Oct 2012 17:00:36 +0200 + ************************************************************************ * formatting issues: gratuitous differences ************************************************************************ |