summaryrefslogtreecommitdiff
path: root/src/join.c
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2012-01-09 21:33:37 +0100
committerJim Meyering <meyering@redhat.com>2012-01-09 21:49:51 +0100
commit84e742fab42ac270a1cbc548d4a6f6ac82c8124a (patch)
tree70e5bdbca6ff8ca06b9477e8ee2d4fedc8dbe99e /src/join.c
parent8ac05f82a263364310dc9d8bfd734c478c03fbdd (diff)
downloadcoreutils-84e742fab42ac270a1cbc548d4a6f6ac82c8124a.tar.xz
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.
Diffstat (limited to 'src/join.c')
-rw-r--r--src/join.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/join.c b/src/join.c
index 84736230a..171206262 100644
--- a/src/join.c
+++ b/src/join.c
@@ -226,8 +226,8 @@ separated by CHAR. If FORMAT is the keyword 'auto', then the first\n\
line of each file determines the number of fields output for each line.\n\
\n\
Important: FILE1 and FILE2 must be sorted on the join fields.\n\
-E.g., use ` sort -k 1b,1 ' if `join' has no options,\n\
-or use ` join -t '' ' if `sort' has no options.\n\
+E.g., use \"sort -k 1b,1\" if `join' has no options,\n\
+or use \"join -t ''\" if `sort' has no options.\n\
Note, comparisons honor the rules specified by `LC_COLLATE'.\n\
If the input is not sorted and some lines cannot be joined, a\n\
warning message will be given.\n\