xref: /minix3/minix/commands/fix/fix.8 (revision 7c48de6cc4c6d56f2277d378dba01dbac8a8c3b9)
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>