Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

bspatch(1) [mojave man page]

BSPATCH(1)						    BSD General Commands Manual 						BSPATCH(1)

NAME
bspatch -- apply a patch built with bsdiff(1) SYNOPSIS
bspatch <oldfile> <newfile> <patchfile> DESCRIPTION
bspatch generates <newfile> from <oldfile> and <patchfile> where <patchfile> is a binary patch built by bsdiff(1). bspatch uses memory equal to the size of <oldfile> plus the size of <newfile>, but can tolerate a very small working set without a dramatic loss of performance. SEE ALSO
http://www.daemonology.net/bsdiff/ AUTHORS
Colin Percival <cperciva@freebsd.org> FreeBSD May 18, 2003 FreeBSD

Check Out this Related Man Page

DEBTAGS-SUBMIT-PATCH(1) 					   User Commands					   DEBTAGS-SUBMIT-PATCH(1)

NAME
debtags-submit-patch - submit tag patches to http://debtags.debian.net SYNOPSIS
debtags-submit-patch [-t TAG] [options] [patchfile [patchfile...]] DESCRIPTION
Submits a tag patch to the Debtags website. Each patch file is submitted in a different query. OPTIONS
--version show program's version number and exit -h, --help show this help message and exit -t tag, --tag=tag tag the patch with the given string (default: 24f895dcbabc389804e5). -q, --quiet quiet mode: only output errors. -v, --verbose verbose mode: output progress and non-essential information. --stdin read patch from standard input. --url=url URL to submit to (default: http://debtags.debian.net/api/patch). --dump-http-error=file if the server returns an error, dump the contentsof the error page to the given file (default:discard the error page). Patch files can be generated with 'debtags diff' or 'tagcoll diff'. Patch submissions are marked with a tag of your choice. It does not need to identify yourself (but feel free to use your email address), but reusing your tag allows to handle all your edits as if they were a single one. This helps greatly when tags are reviewed. By default, a mostly persistent but anonymous tag is generated by hashing your passwd entry. debtags-submit-patch 1.8 June 2012 DEBTAGS-SUBMIT-PATCH(1)
Man Page