=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/Attic/man_action.c,v retrieving revision 1.26 retrieving revision 1.27 diff -c -r1.26 -r1.27 *** src/usr.bin/mandoc/Attic/man_action.c 2010/10/15 21:33:47 1.26 --- src/usr.bin/mandoc/Attic/man_action.c 2010/11/29 00:12:02 1.27 *************** *** 1,4 **** ! /* $Id: man_action.c,v 1.26 2010/10/15 21:33:47 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons * --- 1,4 ---- ! /* $Id: man_action.c,v 1.27 2010/11/29 00:12:02 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons * *************** *** 78,83 **** --- 78,84 ---- { NULL }, /* in */ { post_TS }, /* TS */ { NULL }, /* TE */ + { NULL }, /* ft */ };