From unknown Sun Jun 22 07:51:03 2025 X-Loop: help-debbugs@gnu.org Subject: bug#29563: [PATCH] doc: fix default QUOTING_STYLE for %N format of stat(1) Resent-From: Kamil Dudka Original-Sender: "Debbugs-submit" Resent-CC: bug-coreutils@gnu.org Resent-Date: Mon, 04 Dec 2017 16:07:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 29563 X-GNU-PR-Package: coreutils X-GNU-PR-Keywords: patch To: 29563@debbugs.gnu.org X-Debbugs-Original-To: bug-coreutils@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.151240361616993 (code B ref -1); Mon, 04 Dec 2017 16:07:01 +0000 Received: (at submit) by debbugs.gnu.org; 4 Dec 2017 16:06:56 +0000 Received: from localhost ([127.0.0.1]:45677 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eLtGh-0004Q0-PS for submit@debbugs.gnu.org; Mon, 04 Dec 2017 11:06:55 -0500 Received: from eggs.gnu.org ([208.118.235.92]:50412) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eLtGf-0004Pl-Mc for submit@debbugs.gnu.org; Mon, 04 Dec 2017 11:06:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eLtGZ-0003US-Ju for submit@debbugs.gnu.org; Mon, 04 Dec 2017 11:06:48 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:60823) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eLtGZ-0003UK-Ga for submit@debbugs.gnu.org; Mon, 04 Dec 2017 11:06:47 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41381) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eLtGY-0000lp-8S for bug-coreutils@gnu.org; Mon, 04 Dec 2017 11:06:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eLtGT-0003RU-Gv for bug-coreutils@gnu.org; Mon, 04 Dec 2017 11:06:46 -0500 Received: from mx1.redhat.com ([209.132.183.28]:45868) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eLtGT-0003RB-BK for bug-coreutils@gnu.org; Mon, 04 Dec 2017 11:06:41 -0500 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id BEDA64A6E6 for ; Mon, 4 Dec 2017 16:06:39 +0000 (UTC) Received: from localhost.localdomain (unknown [10.43.2.246]) by smtp.corp.redhat.com (Postfix) with ESMTP id 187165D995; Mon, 4 Dec 2017 16:06:38 +0000 (UTC) From: Kamil Dudka Date: Mon, 4 Dec 2017 17:06:38 +0100 Message-Id: <20171204160638.28658-1-kdudka@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.38]); Mon, 04 Dec 2017 16:06:39 +0000 (UTC) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.1 (----) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.1 (----) * doc/coreutils.texi (stat invocation): The default value of QUOTING_STYLE for the %N format of 'stat --printf' is 'shell-escape-always'. Reported by Christian Groessler at https://bugzilla.redhat.com/1520399#c3 --- doc/coreutils.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/coreutils.texi b/doc/coreutils.texi index 98ea4e228..09730f6d3 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -12246,7 +12246,7 @@ numbers unambiguously octal, you can use @samp{%#03a}. The @samp{%N} format can be set with the environment variable @env{QUOTING_STYLE}@. If that environment variable is not set, -the default value is @samp{shell-escape}. Valid quoting styles are: +the default value is @samp{shell-escape-always}. Valid quoting styles are: @quotingStyles The @samp{%t} and @samp{%T} formats operate on the st_rdev member of -- 2.13.6 From unknown Sun Jun 22 07:51:03 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Kamil Dudka Subject: bug#29563: closed (Re: bug#29563: [PATCH] doc: fix default QUOTING_STYLE for %N format of stat(1)) Message-ID: References: <32798393-8e90-e85c-d403-ccf8b5a62fa5@draigBrady.com> <20171204160638.28658-1-kdudka@redhat.com> X-Gnu-PR-Message: they-closed 29563 X-Gnu-PR-Package: coreutils X-Gnu-PR-Keywords: patch Reply-To: 29563@debbugs.gnu.org Date: Mon, 04 Dec 2017 18:32:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1512412322-12987-1" This is a multi-part message in MIME format... ------------=_1512412322-12987-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #29563: [PATCH] doc: fix default QUOTING_STYLE for %N format of stat(1) which was filed against the coreutils package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 29563@debbugs.gnu.org. --=20 29563: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D29563 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1512412322-12987-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 29563-done) by debbugs.gnu.org; 4 Dec 2017 18:31:15 +0000 Received: from localhost ([127.0.0.1]:45847 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eLvWN-0003MW-JX for submit@debbugs.gnu.org; Mon, 04 Dec 2017 13:31:15 -0500 Received: from mail.magicbluesmoke.com ([82.195.144.49]:33342) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eLvWL-0003MM-1g for 29563-done@debbugs.gnu.org; Mon, 04 Dec 2017 13:31:13 -0500 Received: from localhost.localdomain (c-73-158-116-184.hsd1.ca.comcast.net [73.158.116.184]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.magicbluesmoke.com (Postfix) with ESMTPSA id 74F7E16D; Mon, 4 Dec 2017 18:31:09 +0000 (GMT) Subject: Re: bug#29563: [PATCH] doc: fix default QUOTING_STYLE for %N format of stat(1) To: Kamil Dudka , 29563-done@debbugs.gnu.org References: <20171204160638.28658-1-kdudka@redhat.com> From: =?UTF-8?Q?P=c3=a1draig_Brady?= Message-ID: <32798393-8e90-e85c-d403-ccf8b5a62fa5@draigBrady.com> Date: Mon, 4 Dec 2017 10:31:07 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <20171204160638.28658-1-kdudka@redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 29563-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.0 (/) On 04/12/17 08:06, Kamil Dudka wrote: > * doc/coreutils.texi (stat invocation): The default value > of QUOTING_STYLE for the %N format of 'stat --printf' is > 'shell-escape-always'. > > Reported by Christian Groessler at > https://bugzilla.redhat.com/1520399#c3 > --- > doc/coreutils.texi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/doc/coreutils.texi b/doc/coreutils.texi > index 98ea4e228..09730f6d3 100644 > --- a/doc/coreutils.texi > +++ b/doc/coreutils.texi > @@ -12246,7 +12246,7 @@ numbers unambiguously octal, you can use @samp{%#03a}. > > The @samp{%N} format can be set with the environment variable > @env{QUOTING_STYLE}@. If that environment variable is not set, > -the default value is @samp{shell-escape}. Valid quoting styles are: > +the default value is @samp{shell-escape-always}. Valid quoting styles are: > @quotingStyles > > The @samp{%t} and @samp{%T} formats operate on the st_rdev member of > Applied, thanks. marking this as done Pádraig ------------=_1512412322-12987-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 4 Dec 2017 16:06:56 +0000 Received: from localhost ([127.0.0.1]:45677 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eLtGh-0004Q0-PS for submit@debbugs.gnu.org; Mon, 04 Dec 2017 11:06:55 -0500 Received: from eggs.gnu.org ([208.118.235.92]:50412) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eLtGf-0004Pl-Mc for submit@debbugs.gnu.org; Mon, 04 Dec 2017 11:06:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eLtGZ-0003US-Ju for submit@debbugs.gnu.org; Mon, 04 Dec 2017 11:06:48 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:60823) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eLtGZ-0003UK-Ga for submit@debbugs.gnu.org; Mon, 04 Dec 2017 11:06:47 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41381) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eLtGY-0000lp-8S for bug-coreutils@gnu.org; Mon, 04 Dec 2017 11:06:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eLtGT-0003RU-Gv for bug-coreutils@gnu.org; Mon, 04 Dec 2017 11:06:46 -0500 Received: from mx1.redhat.com ([209.132.183.28]:45868) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eLtGT-0003RB-BK for bug-coreutils@gnu.org; Mon, 04 Dec 2017 11:06:41 -0500 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id BEDA64A6E6 for ; Mon, 4 Dec 2017 16:06:39 +0000 (UTC) Received: from localhost.localdomain (unknown [10.43.2.246]) by smtp.corp.redhat.com (Postfix) with ESMTP id 187165D995; Mon, 4 Dec 2017 16:06:38 +0000 (UTC) From: Kamil Dudka To: bug-coreutils@gnu.org Subject: [PATCH] doc: fix default QUOTING_STYLE for %N format of stat(1) Date: Mon, 4 Dec 2017 17:06:38 +0100 Message-Id: <20171204160638.28658-1-kdudka@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.38]); Mon, 04 Dec 2017 16:06:39 +0000 (UTC) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.1 (----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.1 (----) * doc/coreutils.texi (stat invocation): The default value of QUOTING_STYLE for the %N format of 'stat --printf' is 'shell-escape-always'. Reported by Christian Groessler at https://bugzilla.redhat.com/1520399#c3 --- doc/coreutils.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/coreutils.texi b/doc/coreutils.texi index 98ea4e228..09730f6d3 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -12246,7 +12246,7 @@ numbers unambiguously octal, you can use @samp{%#03a}. The @samp{%N} format can be set with the environment variable @env{QUOTING_STYLE}@. If that environment variable is not set, -the default value is @samp{shell-escape}. Valid quoting styles are: +the default value is @samp{shell-escape-always}. Valid quoting styles are: @quotingStyles The @samp{%t} and @samp{%T} formats operate on the st_rdev member of -- 2.13.6 ------------=_1512412322-12987-1--