1 .TH man 8 "21 March 2015" "1.0" "fix man page"
3 fix \- Update file from difflist
5 fix <original-file> <diff-list-file>
7 Works on diffs like patch does but outputs to STDOUT instead of overwriting the file
9 diff test.old test.new > test.patch
11 fix test.old test.patch > test.new.2
15 Manpage written by Jacob Adams <tookmund@gmail.com>