aboutsummaryrefslogtreecommitdiff
path: root/bin/sh/bltin/echo.1
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2004-07-03 00:06:28 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2004-07-03 00:06:28 +0000
commit1171aedcdfa45767ff20c8513bad6a68c97e8c60 (patch)
tree2c2c5e008b2bf844bd915427a51d1c2f0c5f7890 /bin/sh/bltin/echo.1
parent1a0a934547909744a6a2fa4cfd5b795ec6394f05 (diff)
Notes
Diffstat (limited to 'bin/sh/bltin/echo.1')
-rw-r--r--bin/sh/bltin/echo.12
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/sh/bltin/echo.1 b/bin/sh/bltin/echo.1
index ae7a3b96cd05..f2501b8bf807 100644
--- a/bin/sh/bltin/echo.1
+++ b/bin/sh/bltin/echo.1
@@ -100,7 +100,7 @@ Output a backslash.
Remember that backslash is special to the shell and needs to be escaped.
To output a message to standard error, say
.Pp
-.D1 echo message >&2
+.D1 echo message >&2
.Sh BUGS
The octal character escape mechanism
.Pq Li \e0 Ns Ar digits