=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/man_macro.c,v retrieving revision 1.21 retrieving revision 1.22 diff -c -r1.21 -r1.22 *** src/usr.bin/mandoc/man_macro.c 2010/10/15 20:45:03 1.21 --- src/usr.bin/mandoc/man_macro.c 2010/11/29 00:12:02 1.22 *************** *** 1,4 **** ! /* $Id: man_macro.c,v 1.21 2010/10/15 20:45:03 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons * --- 1,4 ---- ! /* $Id: man_macro.c,v 1.22 2010/11/29 00:12:02 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons * *************** *** 82,87 **** --- 82,88 ---- { in_line_eoln, 0 }, /* in */ { blk_exp, MAN_EXPLICIT }, /* TS */ { blk_close, 0 }, /* TE */ + { in_line_eoln, 0 }, /* ft */ }; const struct man_macro * const man_macros = __man_macros;