diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-03-20 19:56:25 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-03-20 19:56:25 +0000 |
commit | 005888a175a280443f563b25ba9e548f81c58ef9 (patch) | |
tree | 6f0e121393c71a32b9e710ae4a8c833666189d8a /strings.c | |
parent | be580e96cc87913d3720c581d51bf965f725d8aa (diff) | |
download | mandoc-005888a175a280443f563b25ba9e548f81c58ef9.tar.gz |
Proper .Dl literalism.
Diffstat (limited to 'strings.c')
-rw-r--r-- | strings.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -95,6 +95,8 @@ mdoc_isescape(const char *p) /* FALLTHROUGH */ case ('.'): /* FALLTHROUGH */ + case (':'): + /* FALLTHROUGH */ case ('e'): return(2); case ('*'): |