Add mandoc-manpage for echo(1)

and mark it as finished in the README.
This commit is contained in:
FRIGN
2015-01-23 23:49:24 +01:00
parent 8ac1165125
commit 22c6502b67
3 changed files with 32 additions and 16 deletions

2
echo.c
View File

@@ -7,7 +7,7 @@
static void
usage(void)
{
eprintf("usage: %s [-n] text\n", argv0);
eprintf("usage: %s [-n] [string ...]\n", argv0);
}
int