]> git.cameronkatri.com Git - mandoc.git/blobdiff - man_term.c
For .IP groff requires a single space only after the head, adopt.
[mandoc.git] / man_term.c
index a31c8d745297fa05e00de603790201b05437a824..edb990f623f29037b5a5d6fda5f297df1aa44e7a 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: man_term.c,v 1.65 2010/05/15 16:18:23 joerg Exp $ */
+/*     $Id: man_term.c,v 1.66 2010/05/15 17:25:21 joerg Exp $ */
 /*
  * Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@kth.se>
  *
@@ -484,7 +484,6 @@ pre_IP(DECL_ARGS)
                break;
        case (MAN_HEAD):
                p->flags |= TERMP_NOBREAK;
-               p->flags |= TERMP_TWOSPACE;
                break;
        case (MAN_BLOCK):
                print_bvspace(p, n);
@@ -545,7 +544,6 @@ post_IP(DECL_ARGS)
        case (MAN_HEAD):
                term_flushln(p);
                p->flags &= ~TERMP_NOBREAK;
-               p->flags &= ~TERMP_TWOSPACE;
                p->rmargin = p->maxrmargin;
                break;
        case (MAN_BODY):