Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

openmsx(1) [debian man page]

OPENMSX(1)						      General Commands Manual							OPENMSX(1)

NAME
openmsx -- perfectly emulate the MSX standard and more SYNOPSIS
openmsx DESCRIPTION
This manual page documents briefly the openmsx command. This manual page is mainly meant to point to the available documentation in the HTML format; see below. openmsx is the MSX emulator that aims for perfection. Supported file types of MSX media: o cas: tape image in fMSX CAS format o di1, di2, dsk, xsa: disk image o rom: ROM image of a cartridge o wav: Raw tape image, as recorded from real tape o ogv: Video recording, as recorded from real Laserdisc Player Zlib compressed files can also be used. OPTIONS
The program follows the usual a command line syntax, with long options starting with two dashes (`-'). Some commands also start with one dash. A short summary of options is included below. -h --help Show summary of options; at least a completer summary than this one. -v --version Show version of program. -cart -carta -cartb Insert the ROM file (cartridge) specified in argument -cassetteplayer Put WAV or CAS tape image specified in argument in virtual cassette player -control Enable external control of openMSX process -diska -diskb Insert the disk image specified in argument -ext Insert the extension specified in argument -machine Use machine specified in argument -laserdisc Put ogv video file specified in argument in virtual Laserdisc player -setting Load an alternative settings file SEE ALSO
openmsx-catapult (1). The program is documented fully by openMSX User's Manual and the openMSX Setup Guide, available in HTML at the location /usr/share/doc/openmsx/manual on most systems. AUTHOR
This manual page was originally written by Joost Yervante Damad andete@debian.org for the Debian system, but is now maintained by the open- MSX team. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 any later version published by the Free Software Foundation. On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL. OPENMSX(1)

Check Out this Related Man Page

dns_browse(1)						      General Commands Manual						     dns_browse(1)

NAME
dns_tree -- command-line frontend to dig SYNOPSIS
dns_tree [-f] [-v] [-d] [-t TYPE] [-m MATCH] DNS_domain DESCRIPTION
This manual page documents briefly the dns_tree command. This manual page was written for the Debian distribution because the original program does not have a manual page. dns_tree is a program that works as a front-end to dig. Given a specific domain dns_tree will make several dig invocations to fetch a zone and it will format the output in in a somewhat sensible hierarchical style (a tree). Information extracted from the DNS relies on being possible to fetch a zone through a zone transfer. If the DNS servers for the requested domain do not allow file transfers dns_tree will not be able to obtain information from the zone. All data obtain is cached in ~/.DNS_BROWSE with an approximation of the usual DNS caching rules. Remove all files in that directory to prematurely flush the cache. OPTIONS
A summary of options is included below. -t TYPE Show only records of TYPE. This argument can be repeated to indicate multiple types. Use the "all" type to print all the known types. -m MATCH Show only records in which the first component matches the PERL regexpt MATCH. -h Show summary of options. -v Enable verbose mode. All DNS requests are printed in the standard error. -d Enable debug output. Presents internal information of the program -f Override warnings (force). SEE ALSO
dig (1), dns_browse (1), perlrequick (1). AUTHOR
This manual page was written by Javier Fernandez-Sanguino jfs@debian.org for the Debian system (and may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 any later version pub- lished by the Free Software Foundation. On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL. dns_browse(1)
Man Page