summaryrefslogtreecommitdiffstats
path: root/regress/mdoc/Rs/break.out_utf8
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2017-02-17 19:15:41 +0000
committerIngo Schwarze <schwarze@openbsd.org>2017-02-17 19:15:41 +0000
commitb17feb6b04d6ca8badd3ac1223dd6da9b051d357 (patch)
treecc49215280538e7630a6029a806696800b3af691 /regress/mdoc/Rs/break.out_utf8
parent6314f1e80963a3b0062af9c80947fb76e5452a4b (diff)
downloadmandoc-b17feb6b04d6ca8badd3ac1223dd6da9b051d357.tar.gz
Use typographic quotes rather than '"' for .Rs %T (no change for -Tascii
output, of course). Patch from bentley@ in November 2014. This can be committed now because groff merged Anthony's patch yesterday.
Diffstat (limited to 'regress/mdoc/Rs/break.out_utf8')
-rw-r--r--regress/mdoc/Rs/break.out_utf819
1 files changed, 19 insertions, 0 deletions
diff --git a/regress/mdoc/Rs/break.out_utf8 b/regress/mdoc/Rs/break.out_utf8
new file mode 100644
index 00000000..0164c5c0
--- /dev/null
+++ b/regress/mdoc/Rs/break.out_utf8
@@ -0,0 +1,19 @@
+RS-BREAK(1) General Commands Manual RS-BREAK(1)
+
+NNAAMMEE
+ RRss--bbrreeaakk – line break before reference start
+
+DDEESSCCRRIIPPTTIIOONN
+ reference on the same line: author, _j_o_u_r_n_a_l, 42.
+
+SSEEEE AALLSSOO
+ reference after a blank line:
+
+ author, _j_o_u_r_n_a_l, 42.
+
+SSEEEE _A_L_S_O
+ reference after a blank line:
+
+ author, _j_o_u_r_n_a_l, 42.
+
+OpenBSD April 15, 2014 OpenBSD