=================================================================== RCS file: /cvs/mandoc/main.c,v retrieving revision 1.40 retrieving revision 1.41 diff -u -p -r1.40 -r1.41 --- mandoc/main.c 2009/07/27 19:43:02 1.40 +++ mandoc/main.c 2009/07/28 10:15:12 1.41 @@ -1,4 +1,4 @@ -/* $Id: main.c,v 1.40 2009/07/27 19:43:02 kristaps Exp $ */ +/* $Id: main.c,v 1.41 2009/07/28 10:15:12 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -418,7 +418,8 @@ fdesc(struct buf *blk, struct buf *ln, struct curparse /* NOTE a parser may not have been assigned, yet. */ if ( ! (man || mdoc)) { - (void)fprintf(stderr, "%s: not a manual", curp->file); + (void)fprintf(stderr, "%s: not a manual\n", + curp->file); return(0); }