]> git.cameronkatri.com Git - mandoc.git/blobdiff - html.c
Keep words after .Ic together in a single argument.
[mandoc.git] / html.c
diff --git a/html.c b/html.c
index 9d28b4270e4cd956698fa061f26cade32fe3b93c..30ed53e4dfe93d6e03d770d18898b4cb8ac561bd 100644 (file)
--- a/html.c
+++ b/html.c
@@ -1,4 +1,4 @@
-/*     $Id: html.c,v 1.152 2013/08/08 20:07:47 schwarze Exp $ */
+/*     $Id: html.c,v 1.153 2014/01/05 19:10:56 joerg Exp $ */
 /*
  * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
  * Copyright (c) 2011, 2012, 2013 Ingo Schwarze <schwarze@openbsd.org>
@@ -722,7 +722,7 @@ buffmt_man(struct html *h,
                        bufcat(h, sec ? sec : "1");
                        break;
                case('N'):
-                       bufcat_fmt(h, name);
+                       bufcat_fmt(h, "%s", name);
                        break;
                default:
                        bufncat(h, p, 2);