diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2014-07-07 15:03:43 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2014-07-07 15:03:43 +0000 |
commit | 9c359af9bb1bd8e1d69f8127bdd52825bd3b8014 (patch) | |
tree | 3d3b9aa7139c4a1108f3039cf9e3a4be4794ce08 /read.c | |
parent | 04736aac15e84c2dacbbb0788d3e89d2daf75cd4 (diff) | |
download | mandoc-9c359af9bb1bd8e1d69f8127bdd52825bd3b8014.tar.gz |
no need to skip content before first section header
Diffstat (limited to 'read.c')
-rw-r--r-- | read.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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", |