summaryrefslogtreecommitdiffstats
path: root/bin/sh/bltin
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-12-05 08:50:00 +0000
committerru <ru@FreeBSD.org>2002-12-05 08:50:00 +0000
commit4b97577172adf196656c5d76ced169bbe94af331 (patch)
tree761b6857bed4b6636e0890ce4cc63da15d22da9c /bin/sh/bltin
parent942d317f3bbb91821afde1eb9e8e32df496f9de7 (diff)
downloadFreeBSD-src-4b97577172adf196656c5d76ced169bbe94af331.zip
FreeBSD-src-4b97577172adf196656c5d76ced169bbe94af331.tar.gz
Capitalize ASCII code names.
Approved by: re
Diffstat (limited to 'bin/sh/bltin')
-rw-r--r--bin/sh/bltin/echo.14
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/sh/bltin/echo.1 b/bin/sh/bltin/echo.1
index 742eaca..15393b1 100644
--- a/bin/sh/bltin/echo.1
+++ b/bin/sh/bltin/echo.1
@@ -92,7 +92,9 @@ Output a (horizontal) tab character.
Output a vertical tab.
.It Li \e0 Ns Ar digits
Output the character whose value is given by zero to three digits.
-If there are zero digits, a nul character is output.
+If there are zero digits, a
+.Dv NUL
+character is output.
.It Li \e\e
Output a backslash.
.El
OpenPOWER on IntegriCloud