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>
28 lines
1.2 KiB
Text
28 lines
1.2 KiB
Text
.TH @PROGRAM_SPREFIX@\-@GAME@.cfg 5 2024-01-23 "@PACKAGE_NAME@ @VERSION@"
|
|
.SH NAME
|
|
@PROGRAM_SPREFIX@\-@GAME@.cfg \- @PACKAGE_SHORTNAME@ @GAME_UPPER@ configuration file
|
|
.SH DESCRIPTION
|
|
.PP
|
|
\fI@PROGRAM_SPREFIX@\-@GAME@.cfg\fR
|
|
is a configuration file for \fB@PROGRAM_SPREFIX@\-@GAME@\fR(6). This file acts
|
|
as an auxiliary configuration file; the main configuration options
|
|
are stored in \fB@CFGFILE@\fR, which contains the same configuration
|
|
options as Vanilla @GAME_UPPER@ (for compatibility). \fI@PROGRAM_SPREFIX@\-@GAME@.cfg\fR
|
|
contains configuration options that are specific to @PACKAGE_SHORTNAME@\-@GAME_UPPER@
|
|
only.
|
|
.PP
|
|
\fI@PROGRAM_SPREFIX@\-@GAME@.cfg\fR is normally stored in the user's home directory,
|
|
as \fI~/.local/share/@PROGRAM_SPREFIX@\-@GAME@/@PROGRAM_SPREFIX@\-@GAME@.cfg\fR. The path can be
|
|
overridden using the \fBXDG_DATA_HOME\fR environment variable (see the XDG
|
|
Base Directory Specification).
|
|
.PP
|
|
The \fB@PROGRAM_SPREFIX@\-@GAME@\-setup\fR(6) tool provides a simple to use front-end
|
|
for editing \fI@PROGRAM_SPREFIX@\-@GAME@.cfg\fR.
|
|
.SH FILE FORMAT
|
|
.PP
|
|
The file format is the same as that used for \fB@CFGFILE@\fR(5).
|
|
@content
|
|
.SH SEE ALSO
|
|
\fB@PROGRAM_SPREFIX@\-@GAME@\fR(6),
|
|
\fB@CFGFILE@\fR(5),
|
|
\fB@PROGRAM_SPREFIX@\-@GAME@\-setup\fR(6)
|