aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/chars.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-01-05 19:51:10 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-01-05 19:51:10 +0000
commitcf7a395df76a9bb141114812daedc586265ec242 (patch)
tree7f6617e23c401c4609241ababb4a4a9ac4ef4ae4 /chars.c
parent258fcc0891eac5e9cb2b1ed10f831f237c57120b (diff)
downloadmandoc-cf7a395df76a9bb141114812daedc586265ec242.tar.gz
mandoc-cf7a395df76a9bb141114812daedc586265ec242.tar.zst
mandoc-cf7a395df76a9bb141114812daedc586265ec242.zip
Removed references to `\\' escape (noted by Jason McIntyre, Ingo Schwarze).
Diffstat (limited to 'chars.c')
-rw-r--r--chars.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/chars.c b/chars.c
index 1e135877..034f24ce 100644
--- a/chars.c
+++ b/chars.c
@@ -1,4 +1,4 @@
-/* $Id: chars.c,v 1.14 2010/01/01 17:14:26 kristaps Exp $ */
+/* $Id: chars.c,v 1.15 2010/01/05 19:51:10 kristaps Exp $ */
/*
* Copyright (c) 2009 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -42,7 +42,7 @@ struct ln {
#define CHARS_BOTH (CHARS_CHAR | CHARS_STRING)
};
-#define LINES_MAX 351
+#define LINES_MAX 350
#define CHAR(w, x, y, z, a, b) \
{ NULL, (w), (y), (a), (x), (z), (b), CHARS_CHAR },