From 80bc8651fd6b0a41be00ab4ee82e920287b15cbc Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sun, 22 Jan 2012 15:26:00 -0800 Subject: maint: quote 'like this' or "like this", not `like this' * doc/coreutils.texi (Formatting the file names): coreutils now quotes 'like this'. * man/help2man: * src/timeout.c (usage): Quote 'like this' in diagnostics. * HACKING, Makefile.am, NEWS, README, README-hacking, TODO, cfg.mk: * doc/Makefile.am, doc/coreutils.texi, m4/jm-macros.m4: * man/Makefile.am, man/help2man, src/Makefile.am, src/copy.h: * src/extract-magic, src/ls.c, src/pinky.c, src/pr.c, src/sort.c: * src/split.c, src/timeout.c, src/who.c, tests/dd/skip-seek-past-file: * tests/pr/pr-tests: Quote 'like this' in commentary. * cfg.mk (old_NEWS_hash): Update due to changed old NEWS. --- tests/pr/pr-tests | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tests/pr') diff --git a/tests/pr/pr-tests b/tests/pr/pr-tests index 2e1a80ca1..259c9d6c2 100755 --- a/tests/pr/pr-tests +++ b/tests/pr/pr-tests @@ -319,13 +319,13 @@ my @tv = ( ['14a', '-2 -f', [\'t_notab'], [\'2f-t_notab'], 0], # full lines, no truncation / separator = TAB : ['14b', '-2 -s -f', [\'t_notab'], [\'2sf-t_notab'], 0], -# full lines, no truncation / separator = `:' : +# full lines, no truncation / separator = ':' : ['14c', '-2 -s: -f', [\'t_notab'], [\'2s_f-t_notab'], 0], # columns, truncated = 60 / separator = space : ['14d', '-2 -w60 -f', [\'t_notab'], [\'2w60f-t_notab'], 0], # columns, truncated = 60 / no separator (SunOS-BUG: line width to small): ['14e', '-2 -s -w60 -f', [\'t_notab'], [\'2sw60f-t_notab'], 0], -# columns, truncated = 60 / separator = `:' (HP-UX.10.20-2-BUG: +# columns, truncated = 60 / separator = ':' (HP-UX.10.20-2-BUG: # ':' missing with -m option): ['14f', '-2 -s: -w60 -f', [\'t_notab'], [\'2s_w60f-t_nota'], 0], # @@ -336,13 +336,13 @@ my @tv = ( ['14h', '-2 -S" " -J -f', [\'t_notab'], [\'2sf-t_notab'], 0], # columns, truncated = 72 / separator ':' : ['14i', '-2 -S: -f', [\'t_notab'], [\'2-S_f-t_notab'], 0], -# full lines, no truncation / separator = `:' : +# full lines, no truncation / separator = ':' : ['14j', '-2 -S: -J -f', [\'t_notab'], [\'2s_f-t_notab'], 0], # columns, truncated = 60 / separator = space: ['14k', '-2 -W60 -f', [\'t_notab'], [\'2w60f-t_notab'], 0], # columns, truncated = 60 / no separator : ['14l', '-2 -S -W60 -f', [\'t_notab'], [\'2sw60f-t_notab'], 0], -# columns, truncated = 60 / separator = `:' : +# columns, truncated = 60 / separator = ':' : ['14m', '-2 -S: -W60 -f', [\'t_notab'], [\'2s_w60f-t_nota'], 0], # # Tabify multiple spaces, -i option -- cgit v1.2.3-54-g00ecf