From fe004f0ce0bb5070009710b46d14e545f4063434 Mon Sep 17 00:00:00 2001 From: jkeenan Date: Sat, 19 Nov 2011 20:01:01 -0500 Subject: [PATCH] [RT #36079] Convert ` to '. --- Porting/Glossary | 2 +- README.os2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Porting/Glossary b/Porting/Glossary index 81c83a9..de81a00 100644 --- a/Porting/Glossary +++ b/Porting/Glossary @@ -4,7 +4,7 @@ This file is built by metaconfig. This file contains a description of all the shell variables whose value is determined by the Configure script. Variables intended for use in C -programs (e.g. I_UNISTD) are already described in config_h.SH. [`configpm' +programs (e.g. I_UNISTD) are already described in config_h.SH. ['configpm' generates pod documentation for Config.pm from this file--please try to keep the formatting regular.] diff --git a/README.os2 b/README.os2 index a5f837f..b4c1843 100644 --- a/README.os2 +++ b/README.os2 @@ -1461,7 +1461,7 @@ Here is the sample C file: if (_execname(buf, sizeof(buf) - 13) != 0) die_with("Can't find full path: ", strerror(errno), "", ""); - /* XXXX Fill `me' with new value */ + /* XXXX Fill 'me' with new value */ l = strlen(buf); while (l && buf[l-1] != '/' && buf[l-1] != '\\') l--; -- 2.7.4