summaryrefslogtreecommitdiffstatshomepage
path: root/mdoc_term.c
diff options
context:
space:
mode:
Diffstat (limited to 'mdoc_term.c')
-rw-r--r--mdoc_term.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mdoc_term.c b/mdoc_term.c
index d32240f3..8ae1f988 100644
--- a/mdoc_term.c
+++ b/mdoc_term.c
@@ -1,4 +1,4 @@
-/* $Id: mdoc_term.c,v 1.135 2010/05/31 10:28:04 kristaps Exp $ */
+/* $Id: mdoc_term.c,v 1.136 2010/06/01 14:51:09 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -1872,7 +1872,7 @@ termp_in_post(DECL_ARGS)
term_word(p, ">");
term_fontpop(p);
- if (SEC_SYNOPSIS != n->sec && ! (MDOC_LINE & n->flags))
+ if (SEC_SYNOPSIS != n->sec || ! (MDOC_LINE & n->flags))
return;
term_newln(p);