summaryrefslogtreecommitdiff
path: root/src/echo.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/echo.c')
-rw-r--r--src/echo.c25
1 files changed, 14 insertions, 11 deletions
diff --git a/src/echo.c b/src/echo.c
index 65e8c80e4..b0cbe2294 100644
--- a/src/echo.c
+++ b/src/echo.c
@@ -63,19 +63,22 @@ Echo the STRING(s) to standard output.\n\
\n\
If -e is in effect, the following sequences are recognized:\n\
\n\
- \\0NNN the character whose ASCII code is NNN (octal)\n\
- \\\\ backslash\n\
- \\a alert (BEL)\n\
- \\b backspace\n\
"), stdout);
fputs (_("\
- \\c produce no further output\n\
- \\e escape\n\
- \\f form feed\n\
- \\n new line\n\
- \\r carriage return\n\
- \\t horizontal tab\n\
- \\v vertical tab\n\
+ \\\\ backslash\n\
+ \\a alert (BEL)\n\
+ \\b backspace\n\
+ \\c produce no further output\n\
+ \\e escape\n\
+ \\f form feed\n\
+ \\n new line\n\
+ \\r carriage return\n\
+ \\t horizontal tab\n\
+ \\v vertical tab\n\
+"), stdout);
+ fputs (_("\
+ \\0NNN byte with octal value NNN (1 to 3 digits)\n\
+ \\xHH byte with hexadecimal value HH (1 to 2 digits)\n\
"), stdout);
printf (USAGE_BUILTIN_WARNING, PROGRAM_NAME);
emit_ancillary_info ();