diff options
author | ru <ru@FreeBSD.org> | 2002-12-05 08:50:00 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2002-12-05 08:50:00 +0000 |
commit | 4b97577172adf196656c5d76ced169bbe94af331 (patch) | |
tree | 761b6857bed4b6636e0890ce4cc63da15d22da9c /bin/sh/bltin/echo.1 | |
parent | 942d317f3bbb91821afde1eb9e8e32df496f9de7 (diff) | |
download | FreeBSD-src-4b97577172adf196656c5d76ced169bbe94af331.zip FreeBSD-src-4b97577172adf196656c5d76ced169bbe94af331.tar.gz |
Capitalize ASCII code names.
Approved by: re
Diffstat (limited to 'bin/sh/bltin/echo.1')
-rw-r--r-- | bin/sh/bltin/echo.1 | 4 |
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 |