=================================================================== RCS file: /cvs/mandoc/man.c,v retrieving revision 1.18 retrieving revision 1.20 diff -u -p -r1.18 -r1.20 --- mandoc/man.c 2009/04/12 19:45:26 1.18 +++ mandoc/man.c 2009/06/16 19:13:28 1.20 @@ -1,6 +1,6 @@ -/* $Id: man.c,v 1.18 2009/04/12 19:45:26 kristaps Exp $ */ +/* $Id: man.c,v 1.20 2009/06/16 19:13:28 kristaps Exp $ */ /* - * Copyright (c) 2008, 2009 Kristaps Dzonsons + * Copyright (c) 2008, 2009 Kristaps Dzonsons * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -323,10 +323,6 @@ man_pmacro(struct man *m, int ln, char *buf) } ppos = i; - - if (buf[i] && '\\' == buf[i]) - if (buf[i + 1] && '\"' == buf[i + 1]) - goto out; /* Copy the first word into a nil-terminated buffer. */