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. --- src/ls.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ls.c') diff --git a/src/ls.c b/src/ls.c index 86f157179..4dd8b5963 100644 --- a/src/ls.c +++ b/src/ls.c @@ -2910,7 +2910,7 @@ gobble_file (char const *name, enum filetype type, ino_t inode, f->stat_ok = true; - /* Note has_capability() adds around 30% runtime to `ls --color` */ + /* Note has_capability() adds around 30% runtime to 'ls --color' */ if ((type == normal || S_ISREG (f->stat.st_mode)) && print_with_color && is_colored (C_CAP)) f->has_capability = has_capability (absolute_name); @@ -3523,7 +3523,7 @@ print_current_files (void) } /* Replace the first %b with precomputed aligned month names. - Note on glibc-2.7 at least, this speeds up the whole `ls -lU` + Note on glibc-2.7 at least, this speeds up the whole 'ls -lU' process by around 17%, compared to letting strftime() handle the %b. */ static size_t -- cgit v1.2.3-54-g00ecf