comparison toys/posix/patch.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 e2ebaf211a0f
comparison
equal deleted inserted replaced
655:e235d7d575e5 656:6df4ccc0acbe
2 * 2 *
3 * patch.c - Apply a "universal" diff. 3 * patch.c - Apply a "universal" diff.
4 * 4 *
5 * Copyright 2007 Rob Landley <rob@landley.net> 5 * Copyright 2007 Rob Landley <rob@landley.net>
6 * 6 *
7 * see http://www.opengroup.org/onlinepubs/009695399/utilities/patch.html 7 * see http://opengroup.org/onlinepubs/9699919799/utilities/patch.html
8 * (But only does -u, because who still cares about "ed"?) 8 * (But only does -u, because who still cares about "ed"?)
9 * 9 *
10 * TODO: 10 * TODO:
11 * -b backup 11 * -b backup
12 * -l treat all whitespace as a single space 12 * -l treat all whitespace as a single space