=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/mdoc_term.c,v retrieving revision 1.124 retrieving revision 1.125 diff -c -r1.124 -r1.125 *** src/usr.bin/mandoc/mdoc_term.c 2011/01/16 02:56:47 1.124 --- src/usr.bin/mandoc/mdoc_term.c 2011/01/30 17:41:59 1.125 *************** *** 1,4 **** ! /* $Id: mdoc_term.c,v 1.124 2011/01/16 02:56:47 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2010 Ingo Schwarze --- 1,4 ---- ! /* $Id: mdoc_term.c,v 1.125 2011/01/30 17:41:59 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2010 Ingo Schwarze *************** *** 2165,2171 **** * us instead of underlining us (for disambiguation). */ if (n->parent && MDOC_Rs == n->parent->tok && ! n->parent->norm->Rs.child_J) termp_quote_post(p, pair, m, n); termp____post(p, pair, m, n); --- 2165,2171 ---- * us instead of underlining us (for disambiguation). */ if (n->parent && MDOC_Rs == n->parent->tok && ! n->parent->norm->Rs.quote_T) termp_quote_post(p, pair, m, n); termp____post(p, pair, m, n); *************** *** 2181,2187 **** * us instead of underlining us (for disambiguation). */ if (n->parent && MDOC_Rs == n->parent->tok && ! n->parent->norm->Rs.child_J) return(termp_quote_pre(p, pair, m, n)); term_fontpush(p, TERMFONT_UNDER); --- 2181,2187 ---- * us instead of underlining us (for disambiguation). */ if (n->parent && MDOC_Rs == n->parent->tok && ! n->parent->norm->Rs.quote_T) return(termp_quote_pre(p, pair, m, n)); term_fontpush(p, TERMFONT_UNDER);