From a63603eea81a8999c0e4bd2d5ccc48d2203a3a4b Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Thu, 7 Sep 2023 22:08:11 +0200 Subject: [PATCH] echo's doc doesn't show correctly --- src/uu/echo/echo.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/uu/echo/echo.md b/src/uu/echo/echo.md index 4330ecd88..f6f6f37ff 100644 --- a/src/uu/echo/echo.md +++ b/src/uu/echo/echo.md @@ -12,15 +12,15 @@ Echo the STRING(s) to standard output. If -e is in effect, the following sequences are recognized: -\\ backslash -\a alert (BEL) -\b backspace -\c produce no further output -\e escape -\f form feed -\n new line -\r carriage return -\t horizontal tab -\v vertical tab -\0NNN byte with octal value NNN (1 to 3 digits) -\xHH byte with hexadecimal value HH (1 to 2 digits) \ No newline at end of file +- `\` backslash +- `\a` alert (BEL) +- `\b` backspace +- `\c` produce no further output +- `\e` escape +- `\f` form feed +- `\n` new line +- `\r` carriage return +- `\t` horizontal tab +- `\v` vertical tab +- `\0NNN` byte with octal value NNN (1 to 3 digits) +- `\xHH` byte with hexadecimal value HH (1 to 2 digits)