From 81644eb09ab37c9d7c07965da199165c217c1d6e Mon Sep 17 00:00:00 2001 From: wl Date: Wed, 31 Jul 2013 20:31:58 +0000 Subject: [mdoc] Implement `.%C'. * tmac/doc.tmac, tmac/doc-common: Do it. * tmac/groff_mdoc.man: Updated. --- tmac/groff_mdoc.man | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'tmac/groff_mdoc.man') diff --git a/tmac/groff_mdoc.man b/tmac/groff_mdoc.man index 43c61d3e..c3ad6b42 100644 --- a/tmac/groff_mdoc.man +++ b/tmac/groff_mdoc.man @@ -2637,7 +2637,7 @@ Reference author name; one name per invocation. .It Li .%B Book title. .It Li .%C -City/place (not implemented yet). +City/place. .It Li .%D Date. .It Li .%I @@ -2684,7 +2684,8 @@ Example: \&.%A "John Foo" \&.%T "Implementation Notes on foobar(1)" \&.%R "Technical Report ABC\-DE\-12\-345" -\&.%Q "Drofnats College, Nowhere" +\&.%Q "Drofnats College" +\&.%C "Nowhere" \&.%D "April 1991" \&.Re .Ed @@ -2697,7 +2698,8 @@ produces .%A "John Foo" .%T "Implementation Notes on foobar(1)" .%R "Technical Report ABC-DE-12-345" -.%Q "Drofnats College, Nowhere" +.%Q "Drofnats College" +.%C "Nowhere" .%D "April 1991" .Re .Ed -- cgit v1.2.1