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. --- doc/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/Makefile.am') diff --git a/doc/Makefile.am b/doc/Makefile.am index 69fdde552..a33e2f9ef 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -87,7 +87,7 @@ sc-avoid-path: && fail=1; \ exit $$fail -# Use `time zone', not `timezone'. +# Use "time zone", not "timezone". sc-avoid-timezone: $(AM_V_GEN)$(EGREP) timezone $(srcdir)/*.texi && exit 1 || : @@ -108,7 +108,7 @@ sc-avoid-io: sc-avoid-non-zero: $(AM_V_GEN)$(EGREP) non-zero $(srcdir)/*.texi && exit 1 || : -# Use `zeros', not `zeroes' (nothing wrong with `zeroes'. just be consistent). +# Use "zeros", not "zeroes" (nothing wrong with "zeroes"; just be consistent). sc-avoid-zeroes: $(AM_V_GEN)$(EGREP) -i '$(_W)zeroes$(W_)' $(srcdir)/*.texi \ && exit 1 || : -- cgit v1.2.3-70-g09d2