=================================================================== RCS file: /cvs/mandoc/predefs.in,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- mandoc/predefs.in 2011/05/24 21:18:06 1.1 +++ mandoc/predefs.in 2011/05/26 14:30:28 1.2 @@ -1,4 +1,4 @@ -/* $Id: predefs.in,v 1.1 2011/05/24 21:18:06 kristaps Exp $ */ +/* $Id: predefs.in,v 1.2 2011/05/26 14:30:28 kristaps Exp $ */ /* * Copyright (c) 2011 Kristaps Dzonsons * @@ -42,7 +42,7 @@ PREDEF("left-bracket", "[") PREDEF("left-parenthesis", "(") PREDEF("lp", "(") PREDEF("left-singlequote", "\\(oq") -PREDEF("q", "\"") +PREDEF("q", "\\(dq") PREDEF("quote-left", "\\(oq") PREDEF("quote-right", "\\(cq") PREDEF("R", "\\(rg")