=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/mdoc_term.c,v retrieving revision 1.83 retrieving revision 1.84 diff -u -r1.83 -r1.84 --- src/usr.bin/mandoc/mdoc_term.c 2010/05/24 00:37:01 1.83 +++ src/usr.bin/mandoc/mdoc_term.c 2010/06/06 18:08:41 1.84 @@ -1,4 +1,4 @@ -/* $Id: mdoc_term.c,v 1.83 2010/05/24 00:37:01 schwarze Exp $ */ +/* $Id: mdoc_term.c,v 1.84 2010/06/06 18:08:41 schwarze Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -1188,6 +1188,7 @@ term_fontpop(p); term_word(p, "is set to indicate the error."); + p->flags |= TERMP_SENTENCE; return(0); } @@ -1220,6 +1221,7 @@ term_word(p, "utility exits"); term_word(p, "0 on success, and >0 if an error occurs."); + p->flags |= TERMP_SENTENCE; return(0); } @@ -1421,6 +1423,7 @@ { term_word(p, "is currently in beta test."); + p->flags |= TERMP_SENTENCE; return(0); } @@ -1441,6 +1444,7 @@ { term_word(p, "currently under development."); + p->flags |= TERMP_SENTENCE; return(0); }