diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2014-07-07 15:03:25 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2014-07-07 15:03:25 +0000 |
commit | e9c98b01dbf4aab839369afcc72089954c853f1f (patch) | |
tree | c14c7271b17908699ec0c82d6ac4398b7f72574f /usr.bin/mandoc/read.c | |
parent | 32baf6d18fa97c115e0b0452562e44f90affde44 (diff) |
no need to skip content before first section header
Diffstat (limited to 'usr.bin/mandoc/read.c')
-rw-r--r-- | usr.bin/mandoc/read.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/mandoc/read.c b/usr.bin/mandoc/read.c index 78a7e52ee88..66624759f75 100644 --- a/usr.bin/mandoc/read.c +++ b/usr.bin/mandoc/read.c @@ -1,4 +1,4 @@ -/* $Id: read.c,v 1.43 2014/07/07 11:34:41 schwarze Exp $ */ +/* $Id: read.c,v 1.44 2014/07/07 15:03:24 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv> * Copyright (c) 2010-2014 Ingo Schwarze <schwarze@openbsd.org> @@ -175,7 +175,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", |