]> git.cameronkatri.com Git - mandoc.git/commit
Properly handle -mdoc %A in all outputs. This has two-author entires
authorKristaps Dzonsons <kristaps@bsd.lv>
Sat, 4 Sep 2010 19:01:52 +0000 (19:01 +0000)
committerKristaps Dzonsons <kristaps@bsd.lv>
Sat, 4 Sep 2010 19:01:52 +0000 (19:01 +0000)
commite34eebeaa729c7d5cc258b87d5a6edd409cfaea2
treee7ce81f41c55fcbeddff137f27cc0aaaf7542a3a
parent0fa73731889c2ae8170a8e5d38b5023ff6c6f321
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.
TODO
mdoc_html.c
mdoc_term.c
regress/mdoc/Rs/one_author.in [new file with mode: 0644]
regress/mdoc/Rs/three_authors.in [new file with mode: 0644]
regress/mdoc/Rs/two_authors.in [new file with mode: 0644]