]> git.cameronkatri.com Git - mandoc.git/blobdiff - mdoc_term.c
Clean up some tight spots in mandoc's default mode: pessimistically
[mandoc.git] / mdoc_term.c
index 9339ed6847547dc659e138924fe48cb4836861f8..fdf7f7379641c598e51e48c30cc4787fc035ab3b 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: mdoc_term.c,v 1.176 2010/07/19 11:11:54 kristaps Exp $ */
+/*     $Id: mdoc_term.c,v 1.177 2010/07/21 21:55:33 schwarze Exp $ */
 /*
  * Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv>
  * Copyright (c) 2010 Ingo Schwarze <schwarze@openbsd.org>
@@ -1026,7 +1026,8 @@ termp_nm_pre(DECL_ARGS)
        if (NULL == n->child && NULL == m->name)
                return(0);
 
-       synopsis_pre(p, n);
+       if (MDOC_HEAD == n->type)
+               synopsis_pre(p, n->parent);
 
        if (MDOC_HEAD == n->type && n->next->child) {
                p->flags |= TERMP_NOSPACE | TERMP_NOBREAK | TERMP_HANG;