summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bin/sh/sh.17
1 files changed, 3 insertions, 4 deletions
diff --git a/bin/sh/sh.1 b/bin/sh/sh.1
index ff0cf81..df6b626b 100644
--- a/bin/sh/sh.1
+++ b/bin/sh/sh.1
@@ -1509,10 +1509,9 @@ a shell keyword
or
an alias for
. Ar value .
-.It Ic echo Oo Fl e | n Oc Op Ar string
-Print
-.Ar string
-to the standard output with a newline appended.
+.It Ic echo Oo Fl e | n Oc Op Ar string ...
+Print a space-separated list of the arguments to the standard output
+and append a newline character.
.Bl -tag -width indent
.It Fl n
Suppress the output of the trailing newline.
OpenPOWER on IntegriCloud