\(rs should be \\(rs, per Tom.
authorBruce Momjian
Thu, 9 Jun 2005 18:40:06 +0000 (18:40 +0000)
committerBruce Momjian
Thu, 9 Jun 2005 18:40:06 +0000 (18:40 +0000)
src/bin/psql/print.c

index e08486241706d7855658a41584bce4e6f0b5fda6..20428290d1bbd23cc3c4aae45f128208bf5582c2 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Copyright (c) 2000-2005, PostgreSQL Global Development Group
  *
- * $PostgreSQL: pgsql/src/bin/psql/print.c,v 1.56 2005/06/09 15:27:27 momjian Exp $
+ * $PostgreSQL: pgsql/src/bin/psql/print.c,v 1.57 2005/06/09 18:40:06 momjian Exp $
  */
 #include "postgres_fe.h"
 #include "common.h"
@@ -1006,7 +1006,7 @@ troff_ms_escaped_print(const char *in, FILE *fout)
        switch (*p)
        {
            case '\\':
-               fputs("\(rs", fout);
+               fputs("\\(rs", fout);
                break;
            default:
                fputc(*p, fout);