From 0d46b9f68e7b2bc445320b4574e0aeafa473df44 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Fri, 3 Apr 2009 13:17:26 +0000 Subject: Updated manuals.7. Fixed .Dl display. --- mdoc_term.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mdoc_term.c') diff --git a/mdoc_term.c b/mdoc_term.c index 9b40a4ca..80c22fb8 100644 --- a/mdoc_term.c +++ b/mdoc_term.c @@ -1,4 +1,4 @@ -/* $Id: mdoc_term.c,v 1.3 2009/03/26 16:23:22 kristaps Exp $ */ +/* $Id: mdoc_term.c,v 1.4 2009/04/03 13:17:26 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -1427,7 +1427,7 @@ static int termp_d1_pre(DECL_ARGS) { - if (MDOC_BODY != node->type) + if (MDOC_BLOCK != node->type) return(1); term_newln(p); p->offset += (pair->offset = INDENT); @@ -1440,7 +1440,7 @@ static void termp_d1_post(DECL_ARGS) { - if (MDOC_BODY != node->type) + if (MDOC_BLOCK != node->type) return; term_newln(p); p->offset -= pair->offset; -- cgit v1.2.3-56-ge451