summaryrefslogtreecommitdiff
path: root/tmac/groff_mdoc.man
diff options
context:
space:
mode:
authorwl <wl>2013-07-31 20:31:58 +0000
committerwl <wl>2013-07-31 20:31:58 +0000
commit81644eb09ab37c9d7c07965da199165c217c1d6e (patch)
tree19604e21d41969c66e54f371eae0fbb12f2fa3eb /tmac/groff_mdoc.man
parent71c84038822aae6954f01a7804d5aa8cca8af7bb (diff)
downloadgroff-81644eb09ab37c9d7c07965da199165c217c1d6e.tar.gz
[mdoc] Implement `.%C'.
* tmac/doc.tmac, tmac/doc-common: Do it. * tmac/groff_mdoc.man: Updated.
Diffstat (limited to 'tmac/groff_mdoc.man')
-rw-r--r--tmac/groff_mdoc.man8
1 files changed, 5 insertions, 3 deletions
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