Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

bspatch(1) [freebsd 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
The bspatch utility generates newfile from oldfile and patchfile where patchfile is a binary patch built by bsdiff(1). The bspatch utility 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
bsdiff(1) AUTHORS
Colin Percival <cperciva@FreeBSD.org> BUGS
The bspatch utility does not verify that oldfile is the correct source file for patchfile. Attempting to apply a patch to the wrong file will usually produce garbage; consequently it is strongly recommended that users of bspatch verify that oldfile matches the source file from which patchfile was built, by comparing cryptographic hashes, for example. Users may also wish to verify after running bspatch that newfile matches the target file from which was built. BSD
May 18, 2003 BSD

Check Out this Related Man Page

CLIT(1) 						      General Commands Manual							   CLIT(1)

NAME
clit - program to manipulate Microsoft Reader .LIT files SYNOPSIS
1. clit [options] litfile.lit subdir/ 2. clit [options] oldfile.lit newfile.lit 3. clit [options] oldfile.lit newfile.lit inscription DESCRIPTION
This manual page documents briefly the clit command. ConvLIT is a program to convert Microsoft Reader format eBooks [LIT] into an open format. clit supports three modes of operation: 1. Explosion: expanding a LIT file into an OEBPS compliant package, that is the original XML / HTML source. 2. Downconverting: converts to DRM1 format, also known as sealing the LIT file. 3. Inscribing: similar to #2, this adds a label, or inscription, to the ebook to mark that it belongs to you. OPTIONS
A summary of options is included below. For a complete description, run the program without any arguments. -d Disable creating multiple subdirectories. -h Show summary of options. -k /path/to/keys.txt The DRM5 key file is assumed to be called keys.txt and located in the current directory. If not, use this option to instruct Con- vLIT where to find the key file. AUTHOR
ConvLIT was written by Dan A. Jackson <drs@convertlit.com>. This manual page was written by Joe Nahmias <jello@debian.org>, for the Debian project (but may be used by others). March 23, 2008 CLIT(1)
Man Page