diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-09-04 19:01:52 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-09-04 19:01:52 +0000 |
commit | 8602ef022ba97685524bab84712ad686cd05b20e (patch) | |
tree | 68f879dc053e8cd622fba425bf024d152f20a12f /TODO | |
parent | f6865c5cc81f43ad947eb8f69efe22d17360f0d7 (diff) | |
download | mandoc-8602ef022ba97685524bab84712ad686cd05b20e.tar.gz |
Properly handle -mdoc %A in all outputs. This has two-author entires
separated by only "and" while two or more are with ", and" for the last
author.
Also remove relevant TODO and add regression tests.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -90,8 +90,6 @@ try e.g. .Bl -column It Ta Ta reported by millert Fri, 02 Apr 2010 16:13:46 -0400 -- %A doesn't put an "and" before the final author name. - ************************************************************************ * formatting issues: gratuitious differences ************************************************************************ @@ -107,10 +105,6 @@ Opening punctuation should not fall out of .Ns. see for example OpenBSD csh(1) -- .%A should append the last author with " and " (if there are two) - or ", and " (if there are more), not ", " - see for example OpenBSD csh(1) - - In .Bl -bullet, the groff bullet is "+\b+\bo\bo", the mandoc bullet is just "o\bo". see for example OpenBSD ksh(1) |