]> git.ipfire.org Git - thirdparty/coreutils.git/commit
doc: printf: detail exactly which escapes are supported master
authorPádraig Brady <P@draigBrady.com>
Wed, 22 Jul 2026 14:49:11 +0000 (15:49 +0100)
committerPádraig Brady <P@draigBrady.com>
Wed, 22 Jul 2026 15:20:45 +0000 (16:20 +0100)
commit39d955a0efa41df816d96c3b0e221c5478c8f27b
tree91ba6a4cfe904b5616612d2f658ade0d61e99212
parentcedcd913c256e882b90788d396b1250a00a8f289
doc: printf: detail exactly which escapes are supported

* doc/coreutils.texi (echo invocation): Parameterize the escape list.
(printf invocation): Remove the C escape reference as it mentions
\' which we don't support, and doesn't mention \e which we do support
(and GCC also does).  Instead directly present the escape list
as done for the echo command, adjusted accordingly.
doc/coreutils.texi