maint: prep for global quoting changes: handle irregular cases manually
authorJim Meyering <meyering@redhat.com>
Mon, 9 Jan 2012 20:33:37 +0000 (21:33 +0100)
committerJim Meyering <meyering@redhat.com>
Mon, 9 Jan 2012 20:49:51 +0000 (21:49 +0100)
commit84e742fab42ac270a1cbc548d4a6f6ac82c8124a
tree70e5bdbca6ff8ca06b9477e8ee2d4fedc8dbe99e
parent8ac05f82a263364310dc9d8bfd734c478c03fbdd
maint: prep for global quoting changes: handle irregular cases manually

* src/chroot.c (usage): Change ``...'' to '...', and describe the
default more accurately (also adding quotes): s,/bin/sh,'/bin/sh -i',
* src/join.c (usage): Change ` ...'' ' to "...''".
* src/fmt.c (isopen): Change `' to '` in list of bytes, so that
a subsequent change can safely perform the `...' to '...' conversion.
* src/truncate.c (main): Tweak quoting in comments to use '...',
not `...`, for consistency with the rest of comments in coreutils.
src/chroot.c
src/fmt.c
src/join.c
src/truncate.c