From 12bd5ba1acfc34cc1274b3b3d2c1a9e28978bb6e Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Fri, 4 Jun 2010 21:05:39 +0000 Subject: Fixed `Fd' to format in the right way. Found when confused by what the hell `Fd' is supposed to do anyway (answer: it's a historical macro and we shouldn't be doing anything with it anyway). --- mdoc_term.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'mdoc_term.c') diff --git a/mdoc_term.c b/mdoc_term.c index 8ae1f988..98ce0bbe 100644 --- a/mdoc_term.c +++ b/mdoc_term.c @@ -1,4 +1,4 @@ -/* $Id: mdoc_term.c,v 1.136 2010/06/01 14:51:09 kristaps Exp $ */ +/* $Id: mdoc_term.c,v 1.137 2010/06/04 21:05:39 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -1358,12 +1358,7 @@ static void termp_fd_post(DECL_ARGS) { - if (n->sec != SEC_SYNOPSIS || ! (MDOC_LINE & n->flags)) - return; - term_newln(p); - if (n->next && MDOC_Fd != n->next->tok) - term_vspace(p); } -- cgit v1.2.3