blob: 740dd2c74b754b39b0d825729e98438dbd6cdecc (
plain)
1
2
3
4
5
6
7
|
Common-Description:
Patch takes a patch file containing a difference listing produced by the diff
program and applies those differences to one or more original files, producing
patched versions.
.
This is the GNU Project's implementation of the patch utility, provided as a
more robust and featureful alternative to BusyBox patch.
|