From: jkeenan Date: Sun, 20 Nov 2011 01:01:01 +0000 (-0500) Subject: [RT #36079] Convert ` to '. X-Git-Tag: v5.15.6~378^2~11 X-Git-Url: https://perl5.git.perl.org/perl5.git/commitdiff_plain/fe004f0ce0bb5070009710b46d14e545f4063434 [RT #36079] Convert ` to '. --- 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--;