Jacob Adams d82c151c9e commands/fix: create manpage for fix(8)
Change-Id: I868f1338994d6cc2cba6789b9b4e8934610d0142
2015-03-24 08:21:14 +01:00

16 lines
422 B
Groff

.TH man 8 "21 March 2015" "1.0" "fix man page"
.SH NAME
fix \- Update file from difflist
.SH SYNOPSIS
fix <original-file> <diff-list-file>
.SH DESCRIPTION
Works on diffs like patch does but outputs to STDOUT instead of overwriting the file
.SH EXAMPLES
diff test.old test.new > test.patch
fix test.old test.patch > test.new.2
.SH SEE ALSO
patch(1), diff(1)
.SH AUTHOR
Manpage written by Jacob Adams <tookmund@gmail.com>