comparison toys/posix/cat.c @ 656:6df4ccc0acbe

Regularize command headers, update links to standards documents.
author Rob Landley <rob@landley.net>
date Sat, 25 Aug 2012 18:08:51 -0500
parents 2986aa63a021
children 786841fdb1e0
comparison
equal deleted inserted replaced
655:e235d7d575e5 656:6df4ccc0acbe
2 * 2 *
3 * cat.c - copy inputs to stdout. 3 * cat.c - copy inputs to stdout.
4 * 4 *
5 * Copyright 2006 Rob Landley <rob@landley.net> 5 * Copyright 2006 Rob Landley <rob@landley.net>
6 * 6 *
7 * See http://www.opengroup.org/onlinepubs/009695399/utilities/cat.html 7 * See http://opengroup.org/onlinepubs/9699919799/utilities/cat.html
8 8
9 USE_CAT(NEWTOY(cat, "u", TOYFLAG_BIN)) 9 USE_CAT(NEWTOY(cat, "u", TOYFLAG_BIN))
10 10
11 config CAT 11 config CAT
12 bool "cat" 12 bool "cat"