]> git.cameronkatri.com Git - mandoc.git/blobdiff - man.c
In the SYNOPSIS, .Nm at the beginning of an input line starts
[mandoc.git] / man.c
diff --git a/man.c b/man.c
index d6d9530a5871aa1aa9dc03e9eb9dc73044119124..9439d755334d5e001474d9a4dbeab539f25d02f3 100644 (file)
--- a/man.c
+++ b/man.c
@@ -1,4 +1,4 @@
-/*     $Id: man.c,v 1.82 2010/07/13 23:53:20 schwarze Exp $ */
+/*     $Id: man.c,v 1.83 2010/07/18 17:00:26 schwarze Exp $ */
 /*
  * Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv>
  *
@@ -409,7 +409,7 @@ man_ptext(struct man *m, int line, char *buf, int offs)
         */
 
        assert(i);
-       if (mandoc_eos(buf, (size_t)i))
+       if (mandoc_eos(buf, (size_t)i, 0))
                m->last->flags |= MAN_EOS;
 
 descope: