summaryrefslogtreecommitdiff
path: root/static/v10/man1/zcmp.1
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-26 16:38:00 -0400
committerJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-26 16:38:00 -0400
commit97d5c458cfa039d857301e1ca7d5af3beb37131d (patch)
treeb460cd850d0537eb71806ba30358840377b27688 /static/v10/man1/zcmp.1
parentb89dc2331a50c63f8b33272a5c4c61ab98abdaa3 (diff)
build: Better Build System
Diffstat (limited to 'static/v10/man1/zcmp.1')
-rw-r--r--static/v10/man1/zcmp.145
1 files changed, 0 insertions, 45 deletions
diff --git a/static/v10/man1/zcmp.1 b/static/v10/man1/zcmp.1
deleted file mode 100644
index b6c871d7..00000000
--- a/static/v10/man1/zcmp.1
+++ /dev/null
@@ -1,45 +0,0 @@
-.TH ZCMP 1
-.SH NAME
-zcmp, zdiff \- compare compressed files
-.SH SYNOPSIS
-.B zcmp
-[ cmp_options ] file1
-[ file2 ]
-.br
-.B zdiff
-[ diff_options ] file1
-[ file2 ]
-.SH DESCRIPTION
-.I Zcmp
-and
-.I zdiff
-are used to invoke the
-.I cmp
-or the
-.I diff
-program on compressed files. All options specified are passed directly to
-.I cmp
-or
-.IR diff "."
-If only 1 file is specified, then the files compared are
-.I file1
-and an uncompressed
-.IR file1 ".Z."
-If two files are specified, then they are uncompressed (if ending with ".Z")
-and fed to
-.I cmp
-or
-.IR diff "."
-The exit status from
-.I cmp
-or
-.I diff
-is preserved.
-.SH "SEE ALSO"
-cmp(1), diff(1), zmore(1), zcat(1), compress(1), uncompress(1)
-.SH BUGS
-Messages from the
-.I cmp
-or
-.I diff
-programs refer to temporary filenames instead of those specified.