summaryrefslogtreecommitdiff
path: root/src/tr.c
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2012-01-08 21:03:22 +0100
committerJim Meyering <meyering@redhat.com>2012-01-09 21:51:59 +0100
commit3ba8b044267a5f7cfa8a7b0d7f19dab3f21431da (patch)
tree576e37b75cd77b289313b23676b6bebc08c1e23b /src/tr.c
parenta517386f1bf8c64ee7617cc2c9d0a16a1d85c8c4 (diff)
downloadcoreutils-3ba8b044267a5f7cfa8a7b0d7f19dab3f21431da.tar.xz
maint: src/*.[ch]: convert more `...' to '...'
Run this (twice): git grep -E -l '`.+'\' src/*.[ch] \ |xargs perl -pi -e 's/`(.+?'\'')/'\''$1/'
Diffstat (limited to 'src/tr.c')
-rw-r--r--src/tr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tr.c b/src/tr.c
index 8018e522a..4332d9f3f 100644
--- a/src/tr.c
+++ b/src/tr.c
@@ -1181,7 +1181,7 @@ card_of_complement (struct Spec_list *s)
is problematic when they don't match in some locales.
Also ensure the case conversion classes in string2 are
aligned correctly with those in string1.
- Note POSIX says the behavior of `tr "[:upper:]" "[:upper:]"'
+ Note POSIX says the behavior of 'tr "[:upper:]" "[:upper:]"'
is undefined. Therefore we allow it (unlike Solaris)
and treat it as a no-op. */