man(8) fix man page man(8)
NAME
fix - Update file from difflist
SYNOPSIS
fix <original-file> <diff-list-file>
DESCRIPTION
Works on diffs like patch does but outputs to STDOUT instead of over-
writing the file
EXAMPLES
diff test.old test.new > test.patch
fix test.old test.patch > test.new.2
SEE ALSO
patch(1), diff(1)
AUTHOR
Manpage written by Jacob Adams <
[email protected]>
1.0 21 March 2015 man(8)