* 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
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