bspatch.1 (bf2ed57b3d3571322b4a7cade0c8b3e3f6a71400) | bspatch.1 (2bc706c6482adb2f598386e3cb86b3fb2da90b29) |
---|---|
1.\"- 2.\" Copyright 2003-2005 Colin Percival 3.\" All rights reserved 4.\" 5.\" Redistribution and use in source and binary forms, with or without 6.\" modification, are permitted providing that the following conditions 7.\" are met: 8.\" 1. Redistributions of source code must retain the above copyright --- 47 unchanged lines hidden (view full) --- 56uses memory equal to the size of 57.Ar oldfile 58plus the size of 59.Ar newfile , 60but can tolerate a very small working set without a dramatic loss 61of performance. 62.Sh SEE ALSO 63.Xr bsdiff 1 | 1.\"- 2.\" Copyright 2003-2005 Colin Percival 3.\" All rights reserved 4.\" 5.\" Redistribution and use in source and binary forms, with or without 6.\" modification, are permitted providing that the following conditions 7.\" are met: 8.\" 1. Redistributions of source code must retain the above copyright --- 47 unchanged lines hidden (view full) --- 56uses memory equal to the size of 57.Ar oldfile 58plus the size of 59.Ar newfile , 60but can tolerate a very small working set without a dramatic loss 61of performance. 62.Sh SEE ALSO 63.Xr bsdiff 1 |
64.Sh BUGS 65The 66.Nm 67utility does not verify that 68.Ar oldfile 69is the correct source file for 70.Ar patchfile . 71Attempting to apply a patch to the wrong file will usually produce 72garbage; consequently it is strongly recommended that users of 73.Nm 74verify that 75.Ar oldfile 76matches the source file from which 77.Ar patchfile 78was built, by comparing cryptographic hashes, for example. 79Users may also wish to verify after running 80.Nm 81that 82.Ar newfile 83matches the target file from which 84.Ar was built. |
|
64.Sh AUTHORS 65.An Colin Percival Aq cperciva@FreeBSD.org | 85.Sh AUTHORS 86.An Colin Percival Aq cperciva@FreeBSD.org |