xref: /minix/minix/commands/fix/fix.8 (revision 9f988b79)
man 8 "21 March 2015" "1.0" "fix man page"
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 overwriting 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 <tookmund@gmail.com>