blob: a6719af21172a0f4dc479afd33a246c035587ccd [file] [log] [blame]
Alistair Delvabeaee832021-02-24 11:27:23 -08001'\" t
2.\" ** The above line should force tbl to be a preprocessor **
3.\" Man page for mcomp
4.\"
5.\" Copyright (C), 2003, Luis Bustamante
6.\"
7.\" You may distribute under the terms of the GNU General Public
8.\" License as specified in the file COPYING that comes with the mtools
9.\" package
10.\"
11.\" Mon Mar 3 11:58:15 COT 2003 Luis Bustamante <luferbu@fluidsignal.com>
12.\"
13.TH MCOMP 1 "Mon Mar 3 11:58:15 COT 2003" "" "Mtools Users Manual"
14.SH NAME
15mcomp \- Compares two files using mtools
16.SH SYNOPSIS
17.\" The command line
18.B mcomp
19.I file-on-floppy
20.I local-file
21.SH DESCRIPTION
22.B mcomp
23compares two files, the first one must be on a floppy disk so it can
24be accessed via \fBmtools\fR.
25It is not strictly necessary on Debian GNU/Linux, because the diffutils
26\fBcmp\fR(1) program provides the same capability after copying the
27file locally with
28
29.B mcopy
30.I file
31.I destination
32
33but this utility is provided in the mtools package for other platforms and
34is retained here for completeness.
35
36.SH AUTHOR
37Luis Bustamante <luferbu@fluidsignal.com> wrote this page for the
38.I Debian/GNU
39mtools package.
40
41.SH "SEE ALSO"
42.BR mtools (1),
43.BR cmp (1),
44.BR mcopy (1)