mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
This commit adds the original Chocolate DOOM source which forms a basis for the NuttX port of DOOM. Signed-off-by: Matteo Golin <matteo.golin@gmail.com>
45 lines
1.5 KiB
Text
45 lines
1.5 KiB
Text
.TH @PROGRAM_SPREFIX@\-doom 6 2018-01-09 "@PACKAGE_NAME@ @VERSION@"
|
|
.SH NAME
|
|
@PROGRAM_SPREFIX@\-doom \- historically compatible Doom engine
|
|
.SH SYNOPSIS
|
|
.B @PROGRAM_SPREFIX@\-doom
|
|
.RI [ options ]
|
|
.SH DESCRIPTION
|
|
.PP
|
|
@PACKAGE_SHORTNAME@ Doom is a port of Id Software's 1993 game
|
|
.I Doom
|
|
that is designed to behave as similarly to the original DOS version of
|
|
Doom as is possible.
|
|
@content
|
|
.SH IWAD SEARCH PATHS
|
|
@include iwad_paths.man
|
|
.SH ENVIRONMENT
|
|
This section describes environment variables that control
|
|
@PACKAGE_SHORTNAME@ Doom's behavior.
|
|
@include environ.man
|
|
.SH FILES
|
|
.TP
|
|
.I $HOME/.local/share/@PROGRAM_SPREFIX@\-doom/default.cfg
|
|
The main configuration file for @PACKAGE_NAME@.
|
|
See \fBdefault.cfg\fR(5).
|
|
.TP
|
|
.I $HOME/.local/share/@PROGRAM_SPREFIX@\-doom/@PROGRAM_SPREFIX@\-doom.cfg
|
|
Extra configuration values that are specific to @PACKAGE_NAME@ and not
|
|
present in Vanilla Doom.
|
|
See \fB@PROGRAM_SPREFIX@\-doom.cfg\fR(5).
|
|
.SH SEE ALSO
|
|
\fB@PROGRAM_SPREFIX@\-server\fR(6),
|
|
\fB@PROGRAM_SPREFIX@\-setup\fR(6),
|
|
\fB@PROGRAM_SPREFIX@\-heretic\fR(6),
|
|
\fB@PROGRAM_SPREFIX@\-hexen\fR(6),
|
|
\fB@PROGRAM_SPREFIX@\-strife\fR(6)
|
|
.SH AUTHOR
|
|
Chocolate Doom is written and maintained by Simon Howard.
|
|
It is based on the LinuxDoom source code, released by Id Software.
|
|
.SH COPYRIGHT
|
|
Copyright \(co id Software Inc.
|
|
Copyright \(co 2005-2016 Simon Howard.
|
|
.PP
|
|
This is free software. You may redistribute copies of it under the terms of
|
|
the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
|
|
There is NO WARRANTY, to the extent permitted by law.
|