=================================================================== RCS file: /cvs/mandoc/term.c,v retrieving revision 1.12 retrieving revision 1.13 diff -u -p -r1.12 -r1.13 --- mandoc/term.c 2009/02/23 15:19:47 1.12 +++ mandoc/term.c 2009/02/24 13:46:54 1.13 @@ -1,4 +1,4 @@ -/* $Id: term.c,v 1.12 2009/02/23 15:19:47 kristaps Exp $ */ +/* $Id: term.c,v 1.13 2009/02/24 13:46:54 kristaps Exp $ */ /* * Copyright (c) 2009 Kristaps Dzonsons * @@ -1054,7 +1054,7 @@ termp_sq_pre(DECL_ARGS) if (MDOC_BODY != node->type) return(1); - word(p, "`"); + word(p, "\'"); p->flags |= TERMP_NOSPACE; return(1); }