summaryrefslogtreecommitdiff
path: root/builtins/echo.def
diff options
context:
space:
mode:
Diffstat (limited to 'builtins/echo.def')
-rw-r--r--builtins/echo.def4
1 files changed, 2 insertions, 2 deletions
diff --git a/builtins/echo.def b/builtins/echo.def
index f4738264..d001b607 100644
--- a/builtins/echo.def
+++ b/builtins/echo.def
@@ -59,9 +59,9 @@ Options:
\v vertical tab
\\ backslash
\0nnn the character whose ASCII code is NNN (octal). NNN can be
- 0 to 3 octal digits
+ 0 to 3 octal digits
\xHH the eight-bit character whose value is HH (hexadecimal). HH
- can be one or two hex digits
+ can be one or two hex digits
Exit Status:
Returns success unless a write error occurs.