]> git.cameronkatri.com Git - mandoc.git/commitdiff
minor EOS issue reported by Nicolas Joly
authorIngo Schwarze <schwarze@openbsd.org>
Fri, 12 Oct 2012 16:45:34 +0000 (16:45 +0000)
committerIngo Schwarze <schwarze@openbsd.org>
Fri, 12 Oct 2012 16:45:34 +0000 (16:45 +0000)
TODO

diff --git a/TODO b/TODO
index efefd85b88d58a91227d30b9c758a6af75c97b81..59d0a284ef8869bcb59a77b6023eb3c76f5dd08f 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,6 +1,6 @@
 ************************************************************************
 * Official mandoc TODO.
-* $Id: TODO,v 1.142 2012/07/18 16:52:03 schwarze Exp $
+* $Id: TODO,v 1.143 2012/10/12 16:45:34 schwarze Exp $
 ************************************************************************
 
 ************************************************************************
 - 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
 ************************************************************************