diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2014-07-06 19:08:58 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2014-07-06 19:08:58 +0000 |
commit | a9844262036e028323f7d11f70991b9a54447ec4 (patch) | |
tree | d20ae2fc8759280ad3aecc86197d981efcfff5ce /regress/usr.bin/mandoc/roff/esc/h.in | |
parent | 656c11bd9c6a0d01822385b9ea5acafa9ba53171 (diff) |
Clean up messages related to plain text and to escape sequences.
* Mention invalid escape sequences and string names, and fallbacks.
* Hierarchical naming.
Diffstat (limited to 'regress/usr.bin/mandoc/roff/esc/h.in')
-rw-r--r-- | regress/usr.bin/mandoc/roff/esc/h.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/regress/usr.bin/mandoc/roff/esc/h.in b/regress/usr.bin/mandoc/roff/esc/h.in index bb86e700330..31fbb4e2940 100644 --- a/regress/usr.bin/mandoc/roff/esc/h.in +++ b/regress/usr.bin/mandoc/roff/esc/h.in @@ -14,3 +14,5 @@ escape at the end: >\h'0+\w'\&''< escape at the beginning: >\h'\w'\&'+0'< .br escape in the middle: >\h'0+\w'\&'+0'< +.br +invalid delimiter: >\h-< |