Skip to content

Commit 5c49559

Browse files
committed
\(rs should be \\(rs, per Tom.
1 parent 82358ca commit 5c49559

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bin/psql/print.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Copyright (c) 2000-2005, PostgreSQL Global Development Group
55
*
6-
* $PostgreSQL: pgsql/src/bin/psql/print.c,v 1.56 2005/06/09 15:27:27 momjian Exp $
6+
* $PostgreSQL: pgsql/src/bin/psql/print.c,v 1.57 2005/06/09 18:40:06 momjian Exp $
77
*/
88
#include "postgres_fe.h"
99
#include "common.h"
@@ -1006,7 +1006,7 @@ troff_ms_escaped_print(const char *in, FILE *fout)
10061006
switch (*p)
10071007
{
10081008
case '\\':
1009-
fputs("\(rs", fout);
1009+
fputs("\\(rs", fout);
10101010
break;
10111011
default:
10121012
fputc(*p, fout);

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy