Audit echo(1)
Just a small change in the manpage.
This commit is contained in:
parent
e00fe1f9bf
commit
bf3210b6de
2
README
2
README
|
@ -26,7 +26,7 @@ The following tools are implemented ('*' == finished, '#' == UTF-8 support,
|
||||||
=* date yes -u
|
=* date yes -u
|
||||||
=*| dirname yes none
|
=*| dirname yes none
|
||||||
=* du yes none
|
=* du yes none
|
||||||
=* echo yes none
|
=*| echo yes none
|
||||||
=* env yes none
|
=* env yes none
|
||||||
#* expand yes none
|
#* expand yes none
|
||||||
#* expr yes none
|
#* expr yes none
|
||||||
|
|
4
echo.1
4
echo.1
|
@ -1,4 +1,4 @@
|
||||||
.Dd January 23, 2015
|
.Dd February 28, 2015
|
||||||
.Dt ECHO 1
|
.Dt ECHO 1
|
||||||
.Os sbase
|
.Os sbase
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
|
@ -10,7 +10,7 @@
|
||||||
.Op Ar string ...
|
.Op Ar string ...
|
||||||
.Sh DESCRIPTION
|
.Sh DESCRIPTION
|
||||||
.Nm
|
.Nm
|
||||||
prints each
|
writes each
|
||||||
.Ar string
|
.Ar string
|
||||||
to stdout, separated by spaces and terminated by
|
to stdout, separated by spaces and terminated by
|
||||||
a newline.
|
a newline.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user