From: Kamil Dudka Date: Mon, 4 Dec 2017 16:06:38 +0000 (+0100) Subject: doc: fix default QUOTING_STYLE for %N format of stat(1) X-Git-Tag: v8.29~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e184a46e3940ff5f94919e7f3e36d8919ed60182;p=thirdparty%2Fcoreutils.git doc: fix default QUOTING_STYLE for %N format of stat(1) * doc/coreutils.texi (stat invocation): The default value of QUOTING_STYLE for the %N format of 'stat --printf' is 'shell-escape-always'. Fixes https://bugs.gnu.org/29563 Reported by Christian Groessler at https://bugzilla.redhat.com/1520399#c3 --- diff --git a/doc/coreutils.texi b/doc/coreutils.texi index 98ea4e228f..09730f6d34 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