diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:43:11 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:43:11 +0000 |
commit | fc22b3d6507c6745911b9dfcc68f1e665ae13dbc (patch) | |
tree | ce1e3bce06471410239a6f41282e328770aa404a /upstream/debian-unstable/man1/mcomp.1 | |
parent | Initial commit. (diff) | |
download | manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.tar.xz manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.zip |
Adding upstream version 4.22.0.upstream/4.22.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'upstream/debian-unstable/man1/mcomp.1')
-rw-r--r-- | upstream/debian-unstable/man1/mcomp.1 | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/upstream/debian-unstable/man1/mcomp.1 b/upstream/debian-unstable/man1/mcomp.1 new file mode 100644 index 00000000..a6719af2 --- /dev/null +++ b/upstream/debian-unstable/man1/mcomp.1 @@ -0,0 +1,44 @@ +'\" t +.\" ** The above line should force tbl to be a preprocessor ** +.\" Man page for mcomp +.\" +.\" Copyright (C), 2003, Luis Bustamante +.\" +.\" You may distribute under the terms of the GNU General Public +.\" License as specified in the file COPYING that comes with the mtools +.\" package +.\" +.\" Mon Mar 3 11:58:15 COT 2003 Luis Bustamante <luferbu@fluidsignal.com> +.\" +.TH MCOMP 1 "Mon Mar 3 11:58:15 COT 2003" "" "Mtools Users Manual" +.SH NAME +mcomp \- Compares two files using mtools +.SH SYNOPSIS +.\" The command line +.B mcomp +.I file-on-floppy +.I local-file +.SH DESCRIPTION +.B mcomp +compares two files, the first one must be on a floppy disk so it can +be accessed via \fBmtools\fR. +It is not strictly necessary on Debian GNU/Linux, because the diffutils +\fBcmp\fR(1) program provides the same capability after copying the +file locally with + +.B mcopy +.I file +.I destination + +but this utility is provided in the mtools package for other platforms and +is retained here for completeness. + +.SH AUTHOR +Luis Bustamante <luferbu@fluidsignal.com> wrote this page for the +.I Debian/GNU +mtools package. + +.SH "SEE ALSO" +.BR mtools (1), +.BR cmp (1), +.BR mcopy (1) |