Remove building with NOCRYPTO option
[minix.git] / minix / commands / fix / fix.8
blob3c01f89c3580f3f333d18d7287749a86b28693b0
1 .TH man 8 "21 March 2015" "1.0" "fix man page"
2 .SH NAME
3 fix \- Update file from difflist
4 .SH SYNOPSIS
5 fix <original-file> <diff-list-file> 
6 .SH DESCRIPTION
7 Works on diffs like patch does but outputs to STDOUT instead of overwriting the file
8 .SH EXAMPLES
9 diff test.old test.new > test.patch
11 fix test.old test.patch > test.new.2
12 .SH SEE ALSO
13 patch(1), diff(1)
14 .SH AUTHOR
15 Manpage written by Jacob Adams <tookmund@gmail.com>