aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/irrlicht-1.8.1/source/Irrlicht/bzip2/bzdiff.1
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-01-13 19:47:58 +1000
committerDavid Walter Seikel2014-01-13 19:47:58 +1000
commitf9158592e1478b2013afc7041d9ed041cf2d2f4a (patch)
treeb16e389d7988700e21b4c9741044cefa536dcbae /libraries/irrlicht-1.8.1/source/Irrlicht/bzip2/bzdiff.1
parentLibraries readme updated with change markers and more of the Irrlicht changes. (diff)
downloadSledjHamr-f9158592e1478b2013afc7041d9ed041cf2d2f4a.zip
SledjHamr-f9158592e1478b2013afc7041d9ed041cf2d2f4a.tar.gz
SledjHamr-f9158592e1478b2013afc7041d9ed041cf2d2f4a.tar.bz2
SledjHamr-f9158592e1478b2013afc7041d9ed041cf2d2f4a.tar.xz
Update Irrlicht to 1.8.1. Include actual change markers this time. lol
Diffstat (limited to 'libraries/irrlicht-1.8.1/source/Irrlicht/bzip2/bzdiff.1')
-rw-r--r--libraries/irrlicht-1.8.1/source/Irrlicht/bzip2/bzdiff.147
1 files changed, 47 insertions, 0 deletions
diff --git a/libraries/irrlicht-1.8.1/source/Irrlicht/bzip2/bzdiff.1 b/libraries/irrlicht-1.8.1/source/Irrlicht/bzip2/bzdiff.1
new file mode 100644
index 0000000..adb7a8e
--- /dev/null
+++ b/libraries/irrlicht-1.8.1/source/Irrlicht/bzip2/bzdiff.1
@@ -0,0 +1,47 @@
1\"Shamelessly copied from zmore.1 by Philippe Troin <phil@fifi.org>
2\"for Debian GNU/Linux
3.TH BZDIFF 1
4.SH NAME
5bzcmp, bzdiff \- compare bzip2 compressed files
6.SH SYNOPSIS
7.B bzcmp
8[ cmp_options ] file1
9[ file2 ]
10.br
11.B bzdiff
12[ diff_options ] file1
13[ file2 ]
14.SH DESCRIPTION
15.I Bzcmp
16and
17.I bzdiff
18are used to invoke the
19.I cmp
20or the
21.I diff
22program on bzip2 compressed files. All options specified are passed
23directly to
24.I cmp
25or
26.IR diff "."
27If only 1 file is specified, then the files compared are
28.I file1
29and an uncompressed
30.IR file1 ".bz2."
31If two files are specified, then they are uncompressed if necessary and fed to
32.I cmp
33or
34.IR diff "."
35The exit status from
36.I cmp
37or
38.I diff
39is preserved.
40.SH "SEE ALSO"
41cmp(1), diff(1), bzmore(1), bzless(1), bzgrep(1), bzip2(1)
42.SH BUGS
43Messages from the
44.I cmp
45or
46.I diff
47programs refer to temporary filenames instead of those specified.