aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/TODO
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2012-11-18 00:05:35 +0000
committerIngo Schwarze <schwarze@openbsd.org>2012-11-18 00:05:35 +0000
commit32784d2c1c250e62b6499f8b4e8d0fcdd98ba61b (patch)
tree2d0f6672071cd1ddffdce4e2c10d761f7220febd /TODO
parentc327796c3322160a086f94f49dba762045631503 (diff)
downloadmandoc-32784d2c1c250e62b6499f8b4e8d0fcdd98ba61b.tar.gz
mandoc-32784d2c1c250e62b6499f8b4e8d0fcdd98ba61b.tar.zst
mandoc-32784d2c1c250e62b6499f8b4e8d0fcdd98ba61b.zip
Fix four small whitespace issues related to trailing punctuation
reported by Nicolas Joly <njoly at pasteur dot fr>: - add EOS spacing after trailing punctuation after .Cd, .Fc, and .Lb - suppress spacing before trailing punctuation after .Fd Add the remaining issues from the same report to the TODO file.
Diffstat (limited to 'TODO')
-rw-r--r--TODO11
1 files changed, 10 insertions, 1 deletions
diff --git a/TODO b/TODO
index 8d80985e..01a92848 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,6 @@
************************************************************************
* Official mandoc TODO.
-* $Id: TODO,v 1.146 2012/11/16 18:44:32 schwarze Exp $
+* $Id: TODO,v 1.147 2012/11/18 00:05:35 schwarze Exp $
************************************************************************
************************************************************************
@@ -200,6 +200,11 @@
of in_line() - put trailing punctuation out of scope.
Found in mount_nfs(8) and exports(5), search for "Appendix".
+- Trailing punctuation after .%T triggers EOS spacing, at least
+ outside .Rs (eek!). Simply setting ARGSFL_DELIM for .%T is not
+ the right solution, it sends mandoc into an endless loop.
+ reported by Nicolas Joly Sat, 17 Nov 2012 11:49:54 +0100
+
- in enclosures, mandoc sometimes fancies a bogus end of sentence
reminded by jmc@ Thu, 23 Sep 2010 18:13:39 +0059
@@ -228,6 +233,10 @@
in between, see for example tmux(1).
reported by nicm@ 13 Jan 2011 00:18:57 +0000
+- Trailing punctuation after .It should trigger EOS spacing.
+ reported by Nicolas Joly Sat, 17 Nov 2012 11:49:54 +0100
+ Probably, this should be fixed somewhere in termp_it_pre(), not sure.
+
- .Nx 1.0a
should be "NetBSD 1.0A", not "NetBSD 1.0a",
see OpenBSD ccdconfig(8).