=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/man_macro.c,v retrieving revision 1.17 retrieving revision 1.18 diff -c -r1.17 -r1.18 *** src/usr.bin/mandoc/man_macro.c 2010/05/20 00:58:02 1.17 --- src/usr.bin/mandoc/man_macro.c 2010/05/23 20:57:16 1.18 *************** *** 1,4 **** ! /* $Id: man_macro.c,v 1.17 2010/05/20 00:58:02 schwarze Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * --- 1,4 ---- ! /* $Id: man_macro.c,v 1.18 2010/05/23 20:57:16 schwarze Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * *************** *** 77,82 **** --- 77,83 ---- { in_line_eoln, MAN_NSCOPED }, /* Sp */ { in_line_eoln, 0 }, /* Vb */ { in_line_eoln, 0 }, /* Ve */ + { in_line_eoln, 0 }, /* AT */ }; const struct man_macro * const man_macros = __man_macros;