=================================================================== RCS file: /cvs/mandoc/Attic/macro.c,v retrieving revision 1.68 retrieving revision 1.69 diff -u -p -r1.68 -r1.69 --- mandoc/Attic/macro.c 2009/03/12 06:32:17 1.68 +++ mandoc/Attic/macro.c 2009/03/12 06:38:22 1.69 @@ -1,4 +1,4 @@ -/* $Id: macro.c,v 1.68 2009/03/12 06:32:17 kristaps Exp $ */ +/* $Id: macro.c,v 1.69 2009/03/12 06:38:22 kristaps Exp $ */ /* * Copyright (c) 2008 Kristaps Dzonsons * @@ -1482,8 +1482,7 @@ macro_phrase(struct mdoc *mdoc, int line, int ppos, ch if (MDOC_MAX != (c = mdoc_tokhash_find(mdoc->htab, &buf[la]))) { if ( ! mdoc_macro(mdoc, c, line, la, &i, buf)) return(0); - - return(1); + return(append_delims(mdoc, line, &i, buf)); } if ( ! mdoc_word_alloc(mdoc, line, la, &buf[la]))