aboutsummaryrefslogtreecommitdiff
path: root/bin/sh/bltin
diff options
context:
space:
mode:
authorPhilippe Charnier <charnier@FreeBSD.org>2002-04-16 20:08:06 +0000
committerPhilippe Charnier <charnier@FreeBSD.org>2002-04-16 20:08:06 +0000
commite004acc89178ac4ee62d9181de312c4eb5f444c2 (patch)
treed1bccfd76292f1434988049adc87e30a58f37a1f /bin/sh/bltin
parent093e3ce74fae7b66d811b3d61c97379bc6fe0381 (diff)
downloadsrc-e004acc89178ac4ee62d9181de312c4eb5f444c2.tar.gz
src-e004acc89178ac4ee62d9181de312c4eb5f444c2.zip
Use `The .Nm utility'
Notes
Notes: svn path=/head/; revision=94869
Diffstat (limited to 'bin/sh/bltin')
-rw-r--r--bin/sh/bltin/echo.13
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/sh/bltin/echo.1 b/bin/sh/bltin/echo.1
index c7f093673851..742eaca28a7e 100644
--- a/bin/sh/bltin/echo.1
+++ b/bin/sh/bltin/echo.1
@@ -47,8 +47,9 @@
.Op Fl n | Fl e
.Ar args...
.Sh DESCRIPTION
+The
.Nm
-prints its arguments on the standard output, separated by spaces.
+utility prints its arguments on the standard output, separated by spaces.
Unless the
.Fl n
option is present, a newline is output following the arguments.