comparison toys/posix/tee.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 7e846e281e38
comparison
equal deleted inserted replaced
655:e235d7d575e5 656:6df4ccc0acbe
2 * 2 *
3 * tee.c - cat to multiple outputs. 3 * tee.c - cat to multiple outputs.
4 * 4 *
5 * Copyright 2008 Rob Landley <rob@landley.net> 5 * Copyright 2008 Rob Landley <rob@landley.net>
6 * 6 *
7 * See http://www.opengroup.org/onlinepubs/009695399/utilities/tee.html 7 * See http://opengroup.org/onlinepubs/9699919799/utilities/tee.html
8 8
9 USE_TEE(NEWTOY(tee, "ia", TOYFLAG_BIN)) 9 USE_TEE(NEWTOY(tee, "ia", TOYFLAG_BIN))
10 10
11 config TEE 11 config TEE
12 bool "tee" 12 bool "tee"