comparison toys/catv.c @ 194:30a6db5a95c2

Add comments about SUSv3 specs (or lack thereof).
author Rob Landley <rob@landley.net>
date Mon, 03 Dec 2007 20:05:57 -0600
parents c983a0af6d4e
children d4176f3f3835
comparison
equal deleted inserted replaced
193:0efba0e70c43 194:30a6db5a95c2
1 /* vi: set sw=4 ts=4: */ 1 /* vi: set sw=4 ts=4: */
2 /* 2 /*
3 * cat -v implementation for toybox 3 * cat -v implementation for toybox
4 * 4 *
5 * Copyright (C) 2006 Rob Landley <rob@landley.net> 5 * Copyright (C) 2006, 2007 Rob Landley <rob@landley.net>
6 */ 6 */
7 7
8 /* See "Cat -v considered harmful" at 8 /* See "Cat -v considered harmful" at
9 * http://cm.bell-labs.com/cm/cs/doc/84/kp.ps.gz */ 9 * http://cm.bell-labs.com/cm/cs/doc/84/kp.ps.gz */
10 10