From 02b3298e7df190d17c1e5726e60fa2735a609206 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Tue, 10 Nov 2009 12:03:29 +0000 Subject: Noted that -man text decoration is re-set when exiting a macro invocation. --- man_html.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'man_html.c') diff --git a/man_html.c b/man_html.c index 82b01d95..81b78ee4 100644 --- a/man_html.c +++ b/man_html.c @@ -1,4 +1,4 @@ -/* $Id: man_html.c,v 1.17 2009/10/30 18:53:08 kristaps Exp $ */ +/* $Id: man_html.c,v 1.18 2009/11/10 12:03:30 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -211,6 +211,9 @@ print_man_node(MAN_ARGS) default: if (mans[n->tok].post) (*mans[n->tok].post)(m, n, h); + + /* Reset metafont upon exit from macro. */ + h->metafont = 0; break; } } -- cgit v1.2.3-56-ge451