Audit echo(1)

Just a small change in the manpage.
This commit is contained in:
FRIGN
2015-02-28 20:16:10 +01:00
parent e00fe1f9bf
commit bf3210b6de
2 changed files with 3 additions and 3 deletions

4
echo.1
View File

@@ -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.