aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/roff/esc/l.in
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2022-06-07 09:54:40 +0000
committerIngo Schwarze <schwarze@openbsd.org>2022-06-07 09:54:40 +0000
commit0e5b172a930a9f03c2f2175cbdd843fa54782a89 (patch)
tree6ecb1a0a22ad84cee5d421e990446dc88993af00 /regress/roff/esc/l.in
parent107fbb7280cf75642a3daa8ab3eea9a3974616b9 (diff)
downloadmandoc-0e5b172a930a9f03c2f2175cbdd843fa54782a89.tar.gz
mandoc-0e5b172a930a9f03c2f2175cbdd843fa54782a89.tar.zst
mandoc-0e5b172a930a9f03c2f2175cbdd843fa54782a89.zip
Split the excessively generic diagnostic message "invalid escape sequence"
into the more specific messages "invalid escape argument delimiter" and "invalid escape sequence argument".
Diffstat (limited to 'regress/roff/esc/l.in')
-rw-r--r--regress/roff/esc/l.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/regress/roff/esc/l.in b/regress/roff/esc/l.in
index d7a42e74..47b02d8c 100644
--- a/regress/roff/esc/l.in
+++ b/regress/roff/esc/l.in
@@ -1,5 +1,5 @@
-.\" $OpenBSD: l.in,v 1.2 2017/07/04 14:53:27 schwarze Exp $
-.Dd $Mdocdate: July 4 2017 $
+.\" $OpenBSD: l.in,v 1.3 2022/06/07 09:51:03 schwarze Exp $
+.Dd $Mdocdate: June 7 2022 $
.Dt ESC-L 1
.Os
.Sh NAME
@@ -20,4 +20,4 @@ default unit and escape char: >\l'7n\(at'<
.br
rounding: >\l'0.26ix'<
.br
-invalid delimiter: >\h-<
+invalid delimiter: >\l-<