[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] doc: document the c-maybe quoting style
From: |
Pádraig Brady |
Subject: |
[PATCH] doc: document the c-maybe quoting style |
Date: |
Wed, 26 Jun 2024 23:20:58 +0100 |
* doc/coreutils.texi (ls invocation): Document the "c-maybe"
--quoting-style, which was added as an option in 2008.
Reported at https://bugs.debian.org/1074334
---
doc/coreutils.texi | 3 +++
1 file changed, 3 insertions(+)
diff --git a/doc/coreutils.texi b/doc/coreutils.texi
index 1fa7f79ad..c561ac755 100644
--- a/doc/coreutils.texi
+++ b/doc/coreutils.texi
@@ -8714,6 +8714,9 @@ normally not require quoting.
Quote strings as for C character string literals, including the
surrounding double-quote characters; this is the same as the
@option{--quote-name} (@option{-Q}) option.
+@item c-maybe
+Quote strings as for C character string literals, except omit the
+surrounding double-quote if no escaping is required.
@item escape
Quote strings as for C character string literals, except omit the
surrounding double-quote
--
2.45.1
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH] doc: document the c-maybe quoting style,
Pádraig Brady <=