1
0
mirror of https://git.code.sf.net/p/fuse-emulator/fuse-utils synced 2025-07-29 18:41:18 +03:00
Files
fuse-utils/man/tzxlist.1
Fredrick Meunier 8d972be363 Reintegrate merge of fuse-utils_1_2_0-branch.
Legacy-ID: 5770
2016-08-22 11:35:55 +00:00

93 lines
2.7 KiB
Groff

.\" -*- nroff -*-
.\"
.\" tzxlist.1: tzxlist man page
.\" Copyright (c) 2001-2004 Darren Salt, Philip Kendall
.\"
.\" This program is free software; you can redistribute it and/or modify
.\" it under the terms of the GNU General Public License as published by
.\" the Free Software Foundation; either version 2 of the License, or
.\" (at your option) any later version.
.\"
.\" This program is distributed in the hope that it will be useful,
.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
.\" GNU General Public License for more details.
.\"
.\" You should have received a copy of the GNU General Public License along
.\" with this program; if not, write to the Free Software Foundation, Inc.,
.\" 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
.\"
.\" Author contact information:
.\"
.\" E-mail: philip-fuse@shadowmagic.org.uk
.\"
.\"
.TH tzxlist 1 "21st August, 2016" "Version 1.2.2" "Emulators"
.\"
.\"------------------------------------------------------------------
.\"
.SH NAME
tzxlist \(em Sinclair ZX Spectrum \(lqreal\(rq tape file lister
.\"
.\"------------------------------------------------------------------
.\"
.SH SYNOPSIS
.B tzxlist
.RI [ OPTION ]
.IR "tapefile" ...
.P
.\"
.\"------------------------------------------------------------------
.\"
.SH DESCRIPTION
tzxlist outputs a description of the contents of TZX, TAP, PZX and Warajevo
TAP tape files.
.P
On supported systems it attempts to handle conversions of the
de-facto standard TZX Windows-1252 character encoding to the charset
used on the current system. If a problem with conversion is
encountered any applicable strings will be output as-is.
.\"
.\"------------------------------------------------------------------
.\"
.SH OPTIONS
.TP
.RI "\-d " "block number"
The block number specified will be dumped to files: the header (.hdr),
the data (.dat) and a description (.dsc). The former two are binary files
and the latter is a text file. Set -1 for all blocks.
.TP
\-h, \-\-help
give brief usage help, listing available options.
.TP
\-V, \-\-version
output version information.
.TP
.I tapefile
specifies a tape file whose contents are to be listed.
.\"
.\"------------------------------------------------------------------
.\"
.SH BUGS
None known.
.\"
.\"------------------------------------------------------------------
.\"
.SH SEE ALSO
.IR fuse "(1),"
.IR fuse\-utils "(1),"
.IR listbasic "(1),"
.IR tapeconv "(1)"
.IR tape2pulses "(1)"
.PP
The comp.sys.sinclair Spectrum FAQ, at
.br
.IR "http://www.worldofspectrum.org/faq/index.html" .
.\"
.\"------------------------------------------------------------------
.\"
.SH AUTHOR
Philip Kendall (philip\-fuse@shadowmagic.org.uk).
.PP
Darren Salt wrote this man page.