=================================================================== RCS file: /cvs/mandoc/Attic/man_action.c,v retrieving revision 1.10 retrieving revision 1.12 diff -u -p -r1.10 -r1.12 --- mandoc/Attic/man_action.c 2009/04/12 19:45:26 1.10 +++ mandoc/Attic/man_action.c 2009/06/16 19:55:28 1.12 @@ -1,6 +1,6 @@ -/* $Id: man_action.c,v 1.10 2009/04/12 19:45:26 kristaps Exp $ */ +/* $Id: man_action.c,v 1.12 2009/06/16 19:55:28 kristaps Exp $ */ /* - * Copyright (c) 2008, 2009 Kristaps Dzonsons + * Copyright (c) 2008, 2009 Kristaps Dzonsons * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -36,7 +36,7 @@ static int post_TH(struct man *); static time_t man_atotime(const char *); const struct actions man_actions[MAN_MAX] = { - { NULL }, /* __ */ + { NULL }, /* br */ { post_TH }, /* TH */ { NULL }, /* SH */ { NULL }, /* SS */ @@ -57,7 +57,6 @@ const struct actions man_actions[MAN_MAX] = { { NULL }, /* I */ { NULL }, /* IR */ { NULL }, /* RI */ - { NULL }, /* br */ { NULL }, /* na */ { NULL }, /* i */ };