summaryrefslogtreecommitdiffstats
path: root/regress/roff/esc/h.in
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2017-06-01 19:05:37 +0000
committerIngo Schwarze <schwarze@openbsd.org>2017-06-01 19:05:37 +0000
commit70410dfcfd38b668debf911095b28861d93134f1 (patch)
tree33d8c726de9e8afae8308bd07e389623156bfed1 /regress/roff/esc/h.in
parent8aa141e07f78054e526f8f85ec8f12e47a40fbb9 (diff)
downloadmandoc-70410dfcfd38b668debf911095b28861d93134f1.tar.gz
Minimal implementation of the \h (horizontal motion) escape sequence.
Good enough to cope with the average DocBook insanity.
Diffstat (limited to 'regress/roff/esc/h.in')
-rw-r--r--regress/roff/esc/h.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/roff/esc/h.in b/regress/roff/esc/h.in
index 31fbb4e2..4bc1953e 100644
--- a/regress/roff/esc/h.in
+++ b/regress/roff/esc/h.in
@@ -7,11 +7,11 @@
.Sh DESCRIPTION
simple: >\h'0'<
.br
-escape only: >\h'\w'\&''<
+escape only: >\h'\w'\&'M'<
.br
escape at the end: >\h'0+\w'\&''<
.br
-escape at the beginning: >\h'\w'\&'+0'<
+escape at the beginning: >\h'\w'\&'M+0'<
.br
escape in the middle: >\h'0+\w'\&'+0'<
.br