diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-02-28 14:40:07 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-02-28 14:40:07 +0000 |
commit | c9b7739a74541dbef4f181b528747683621fdc59 (patch) | |
tree | 570c01e9c2c506103b9cf83cee13696dc9d3dc16 /validate.c | |
parent | 7685bccd7870b0115cddd02fd4f417334d295158 (diff) | |
download | mandoc-c9b7739a74541dbef4f181b528747683621fdc59.tar.gz |
Added support for traditional `Ds' width.
Diffstat (limited to 'validate.c')
-rw-r--r-- | validate.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -491,8 +491,8 @@ check_text(struct mdoc *mdoc, int line, int pos, const char *p) p += (int)c - 1; continue; } - return(mdoc_perr(mdoc, line, pos, - "invalid escape sequence")); + return(mdoc_perr(mdoc, line, pos, + "invalid escape sequence")); } return(1); |