From: Mario Blättermann Date: Mon, 2 Mar 2026 20:27:56 +0000 (+0100) Subject: Remove backticks from table in terminal-colors.d.5.adoc X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eccd883fc387b13b2aaa5cbfd434a03bf727243c;p=thirdparty%2Futil-linux.git Remove backticks from table in terminal-colors.d.5.adoc --- diff --git a/lib/terminal-colors.d.5.adoc b/lib/terminal-colors.d.5.adoc index 40ed8b966..8548e1978 100644 --- a/lib/terminal-colors.d.5.adoc +++ b/lib/terminal-colors.d.5.adoc @@ -99,19 +99,19 @@ control character anywhere in a string, as well as a hash mark as the first character. These C-style backslash-escapes can be used: ____ -`` *\a* Bell (ASCII 7)`` -`` *\b* Backspace (ASCII 8)`` -`` *\e* Escape (ASCII 27)`` -`` *\f* Form feed (ASCII 12)`` -`` *\n* Newline (ASCII 10)`` -`` *\r* Carriage Return (ASCII 13)`` -`` *\t* Tab (ASCII 9)`` -`` *\v* Vertical Tab (ASCII 11)`` -`` *\?*{nbsp}{nbsp}{nbsp}Delete (ASCII 127)`` -`` *\_* Space`` -`` *\\* Backslash (\)`` -`` *\^* Caret (^)`` -`` *\\#* Hash mark (#)`` + *\a* Bell (ASCII 7) + *\b* Backspace (ASCII 8) + *\e* Escape (ASCII 27) + *\f* Form feed (ASCII 12) + *\n* Newline (ASCII 10) + *\r* Carriage Return (ASCII 13) + *\t* Tab (ASCII 9) + *\v* Vertical Tab (ASCII 11) + *\?*{nbsp}{nbsp}{nbsp}Delete (ASCII 127) + *\_* Space + *\\* Backslash (\) + *\^* Caret (^) + *\\#* Hash mark (#) ____ === Comments