X-Git-Url: https://git.cameronkatri.com/mandoc.git/blobdiff_plain/d43a3b25e58b22f878cf000f42454792b509cd9d..92d36306307652f916347656b5c31928db651c45:/man_action.c diff --git a/man_action.c b/man_action.c index e63d342b..474043bd 100644 --- a/man_action.c +++ b/man_action.c @@ -1,6 +1,6 @@ -/* $Id: man_action.c,v 1.39 2010/05/26 14:03:54 kristaps Exp $ */ +/* $Id: man_action.c,v 1.41 2010/07/31 23:52:58 schwarze Exp $ */ /* - * Copyright (c) 2008, 2009 Kristaps Dzonsons + * Copyright (c) 2008, 2009, 2010 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 @@ -73,6 +73,7 @@ const struct actions man_actions[MAN_MAX] = { { post_nf }, /* Vb */ { post_fi }, /* Ve */ { post_AT }, /* AT */ + { NULL }, /* in */ };