From 27be359286baae838840a62e6c36dac6b91cd810 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Tue, 23 Mar 2010 11:30:48 +0000 Subject: Support for pod2man standard header macros (Vb, Ve, Sp). Based largely on a set of patches by Ingo Schwarze. --- man_action.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'man_action.c') diff --git a/man_action.c b/man_action.c index d481f103..7e3cde24 100644 --- a/man_action.c +++ b/man_action.c @@ -1,4 +1,4 @@ -/* $Id: man_action.c,v 1.26 2010/03/22 14:03:03 kristaps Exp $ */ +/* $Id: man_action.c,v 1.27 2010/03/23 11:30:48 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -68,6 +68,9 @@ const struct actions man_actions[MAN_MAX] = { { NULL }, /* DT */ { NULL }, /* UC */ { NULL }, /* PD */ + { NULL }, /* Sp */ + { post_nf }, /* Vb */ + { post_fi }, /* Ve */ }; -- cgit v1.2.3