comparison toys/echo.c @ 198:3227c5316260

Update links and add some more spec comments.
author Rob Landley <rob@landley.net>
date Tue, 11 Dec 2007 15:41:31 -0600
parents 30a6db5a95c2
children d4176f3f3835
comparison
equal deleted inserted replaced
197:571623c6765d 198:3227c5316260
1 /* vi: set sw=4 ts=4: */ 1 /* vi: set sw=4 ts=4: */
2 /* 2 /*
3 * echo.c - echo supporting -n and -e. 3 * echo.c - echo supporting -n and -e.
4 * 4 *
5 * See http://www.opengroup.org/onlinepubs/007904975/utilities/echo.html 5 * See http://www.opengroup.org/onlinepubs/009695399/utilities/echo.html
6 */ 6 */
7 7
8 #include "toys.h" 8 #include "toys.h"
9 9
10 void echo_main(void) 10 void echo_main(void)