=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/read.c,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- src/usr.bin/mandoc/read.c 2012/06/02 23:18:30 1.8 +++ src/usr.bin/mandoc/read.c 2012/07/12 15:09:50 1.9 @@ -1,4 +1,4 @@ -/* $Id: read.c,v 1.8 2012/06/02 23:18:30 schwarze Exp $ */ +/* $Id: read.c,v 1.9 2012/07/12 15:09:50 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2010, 2011 Ingo Schwarze @@ -95,7 +95,6 @@ ".so is fragile, better use ln(1)", "NAME section must come first", "bad NAME section contents", - "manual name not yet set", "sections out of conventional order", "duplicate section name", "section not in conventional manual section", @@ -163,6 +162,7 @@ "input stack limit exceeded, infinite loop?", "skipping bad character", "escaped character not allowed in a name", + "manual name not yet set", "skipping text before the first section header", "skipping unknown macro", "NOT IMPLEMENTED, please use groff: skipping request",