diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2013-08-08 21:13:20 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2013-08-08 21:13:20 +0000 |
commit | c3e2a98683d2132e306ecac37b48756db3102e52 (patch) | |
tree | d15de137ab5c659a66bf9655097907feecd61dee | |
parent | e30f61a8e97b71c57ba75bfe173d777ec44f537a (diff) |
Test .%C; supported by mandoc, will soon be supported by the groff port, too.
-rw-r--r-- | regress/usr.bin/mandoc/mdoc/Rs/allch.in | 8 | ||||
-rw-r--r-- | regress/usr.bin/mandoc/mdoc/Rs/allch.out_ascii | 10 |
2 files changed, 8 insertions, 10 deletions
diff --git a/regress/usr.bin/mandoc/mdoc/Rs/allch.in b/regress/usr.bin/mandoc/mdoc/Rs/allch.in index 598a5404946..7837fd18ddd 100644 --- a/regress/usr.bin/mandoc/mdoc/Rs/allch.in +++ b/regress/usr.bin/mandoc/mdoc/Rs/allch.in @@ -1,4 +1,4 @@ -.Dd July 12, 2012 +.Dd July 25, 2013 .Dt RS-ALLCH 1 .Os OpenBSD .Sh NAME @@ -18,10 +18,9 @@ reference on the same line: .%U uniform resource locator .%P page number .%Q institutional author +.%C city name .%D date of publication .%O optional information -.\" not implemented yet in groff: -.\" .%C city name .Re .Sh SEE ALSO reference after a blank line: @@ -37,8 +36,7 @@ reference after a blank line: .%U uniform resource locator .%P page number .%Q institutional author +.%C city name .%D date of publication .%O optional information -.\" not implemented yet in groff: -.\" .%C city name .Re diff --git a/regress/usr.bin/mandoc/mdoc/Rs/allch.out_ascii b/regress/usr.bin/mandoc/mdoc/Rs/allch.out_ascii index 30d5953a0ea..ac5c2ae63aa 100644 --- a/regress/usr.bin/mandoc/mdoc/Rs/allch.out_ascii +++ b/regress/usr.bin/mandoc/mdoc/Rs/allch.out_ascii @@ -6,15 +6,15 @@ NNAAMMEE DDEESSCCRRIIPPTTIIOONN reference on the same line: author name, "title of article", _b_o_o_k _t_i_t_l_e, _i_s_s_u_e_r _n_a_m_e, _j_o_u_r_n_a_l _n_a_m_e, report name, number of journal, volume number, - uniform resource locator, page number, institutional author, date of - publication, optional information. + uniform resource locator, page number, institutional author, city name, + date of publication, optional information. SSEEEE AALLSSOO reference after a blank line: author name, "title of article", _b_o_o_k _t_i_t_l_e, _i_s_s_u_e_r _n_a_m_e, _j_o_u_r_n_a_l _n_a_m_e, report name, number of journal, volume number, uniform resource locator, - page number, institutional author, date of publication, optional - information. + page number, institutional author, city name, date of publication, + optional information. -OpenBSD July 12, 2012 OpenBSD +OpenBSD July 25, 2013 OpenBSD |