]> git.cameronkatri.com Git - mandoc.git/blobdiff - man_term.c
Fixed email address in manual AUTHOR reference.
[mandoc.git] / man_term.c
index 67cafb20ed200ef066fb9e2e8def891dc04a25ca..ef1d66367f0da4f1ff40c3ffee21c2b81fe863a4 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: man_term.c,v 1.9 2009/06/10 20:18:43 kristaps Exp $ */
+/*     $Id: man_term.c,v 1.10 2009/06/11 07:26:35 kristaps Exp $ */
 /*
  * Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@kth.se>
  *
@@ -495,7 +495,7 @@ print_head(struct termp *p, const struct man_meta *meta)
                        meta->title, meta->msec);
 
        p->offset = 0;
-       p->rmargin = (p->maxrmargin - strlen(buf)) / 2;
+       p->rmargin = (p->maxrmargin - strlen(buf) + 1) / 2;
        p->flags |= TERMP_NOBREAK | TERMP_NOSPACE;
 
        term_word(p, title);