=================================================================== RCS file: /cvs/mandoc/mdoc_html.c,v retrieving revision 1.166 retrieving revision 1.167 diff -u -p -r1.166 -r1.167 --- mandoc/mdoc_html.c 2011/05/14 16:28:23 1.166 +++ mandoc/mdoc_html.c 2011/05/17 11:19:45 1.167 @@ -1,4 +1,4 @@ -/* $Id: mdoc_html.c,v 1.166 2011/05/14 16:28:23 kristaps Exp $ */ +/* $Id: mdoc_html.c,v 1.167 2011/05/17 11:19:45 kristaps Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * @@ -382,7 +382,7 @@ print_mdoc_head(MDOC_ARGS) print_gen_head(h); bufinit(h); - buffmt(h, "%s(%s)", m->title, m->msec); + bufcat_fmt(h, "%s(%s)", m->title, m->msec); if (m->arch) { bufcat(h, " (");