summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-09-19 21:26:51 -0700
committerKaz Kylheku <kaz@kylheku.com>2014-09-19 21:26:51 -0700
commit710d9c2f23c081bd792182d13c0bf55139bb2749 (patch)
treeec14e85add2814cd724f8c262ca53dfd2c101e6e
parent16e15867f94241f357b39dc7aa84788af87fd698 (diff)
downloadman-710d9c2f23c081bd792182d13c0bf55139bb2749.tar.gz
man-710d9c2f23c081bd792182d13c0bf55139bb2749.tar.bz2
man-710d9c2f23c081bd792182d13c0bf55139bb2749.zip
In .M2SS we need to call dl_down.
This so that the open definition lists are closed out.
-rw-r--r--man2html/man2html.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/man2html/man2html.c b/man2html/man2html.c
index 8a09b8c..8fad356 100644
--- a/man2html/man2html.c
+++ b/man2html/man2html.c
@@ -2229,6 +2229,7 @@ scan_request(char *c) {
case V4('M','2','S','S'):
{
char *h = NULL, *p;
+ dl_down();
c=c+j;
c = fill_words(c, wordlist, SIZE(wordlist), &words, 0);
if (words<3)