emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#43707: closed ([PATCH] stat: use a colon before a list, and don't us


From: GNU bug Tracking System
Subject: bug#43707: closed ([PATCH] stat: use a colon before a list, and don't use backticks as quotes)
Date: Tue, 29 Sep 2020 21:09:01 +0000

Your message dated Tue, 29 Sep 2020 22:07:56 +0100
with message-id <05a19ec7-04d9-b942-2235-b935edf50dab@draigBrady.com>
and subject line Re: bug#43707: [PATCH] stat: use a colon before a list, and 
don't use backticks as quotes
has caused the debbugs.gnu.org bug report #43707,
regarding [PATCH] stat: use a colon before a list, and don't use backticks as 
quotes
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
43707: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=43707
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] stat: use a colon before a list, and don't use backticks as quotes Date: Tue, 29 Sep 2020 14:31:52 +0200
* src/stat.c (usage): Replace a mistaken semicolon with a colon,
  and replace mistaken backticks with single quotes.  Also reorder
  some words, for clarity.
---
 src/stat.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/stat.c b/src/stat.c
index 4e6c2aa86..1c09073a2 100644
--- a/src/stat.c
+++ b/src/stat.c
@@ -1717,10 +1717,10 @@ Display file or file system status.\n\
       fputs (VERSION_OPTION_DESCRIPTION, stdout);
 
       fputs (_("\n\
-The --cached MODE argument can be; always, never, or default.\n\
-`always` will use cached attributes if available, while\n\
-`never` will try to synchronize with the latest attributes, and\n\
-`default` will leave it up to the underlying file system.\n\
+The MODE argument of --cached can be: always, never, or default.\n\
+'always' will use cached attributes if available, while\n\
+'never' will try to synchronize with the latest attributes, and\n\
+'default' will leave it up to the underlying file system.\n\
 "), stdout);
 
       fputs (_("\n\
-- 
2.25.4




--- End Message ---
--- Begin Message --- Subject: Re: bug#43707: [PATCH] stat: use a colon before a list, and don't use backticks as quotes Date: Tue, 29 Sep 2020 22:07:56 +0100 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:81.0) Gecko/20100101 Thunderbird/81.0
On 29/09/2020 13:31, Benno Schulenberg wrote:
* src/stat.c (usage): Replace a mistaken semicolon with a colon,
   and replace mistaken backticks with single quotes.  Also reorder
   some words, for clarity.

Pushed at:
https://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=v8.32-55-gebaffa509

thanks!
Pádraig


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]