commit bf3210b6de544f86aefd6df97ea1cbb40fbfec78
parent e00fe1f9bf0d40e2aefd501cb2f69d7a07538696
Author: FRIGN <dev@frign.de>
Date: Sat, 28 Feb 2015 20:16:10 +0100
Audit echo(1)
Just a small change in the manpage.
Diffstat:
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/README b/README
@@ -26,7 +26,7 @@ The following tools are implemented ('*' == finished, '#' == UTF-8 support,
=* date yes -u
=*| dirname yes none
=* du yes none
-=* echo yes none
+=*| echo yes none
=* env yes none
#* expand yes none
#* expr yes none
diff --git a/echo.1 b/echo.1
@@ -1,4 +1,4 @@
-.Dd January 23, 2015
+.Dd February 28, 2015
.Dt ECHO 1
.Os sbase
.Sh NAME
@@ -10,7 +10,7 @@
.Op Ar string ...
.Sh DESCRIPTION
.Nm
-prints each
+writes each
.Ar string
to stdout, separated by spaces and terminated by
a newline.