summaryrefslogtreecommitdiffstats
path: root/read.c
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2014-07-07 15:03:43 +0000
committerIngo Schwarze <schwarze@openbsd.org>2014-07-07 15:03:43 +0000
commit9c359af9bb1bd8e1d69f8127bdd52825bd3b8014 (patch)
tree3d3b9aa7139c4a1108f3039cf9e3a4be4794ce08 /read.c
parent04736aac15e84c2dacbbb0788d3e89d2daf75cd4 (diff)
downloadmandoc-9c359af9bb1bd8e1d69f8127bdd52825bd3b8014.tar.gz
no need to skip content before first section header
Diffstat (limited to 'read.c')
-rw-r--r--read.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/read.c b/read.c
index 0896fc0a..b2424e90 100644
--- a/read.c
+++ b/read.c
@@ -183,7 +183,6 @@ static const char * const mandocerrs[MANDOCERR_MAX] = {
"skipping bad character",
"escaped character not allowed in a name",
"manual name not yet set",
- "skipping text before first section header",
"skipping unknown macro",
"argument count wrong",
"skipping invalid content in .Rs block",