diff options
author | Simon Howard | 2008-02-25 23:50:07 +0000 |
---|---|---|
committer | Simon Howard | 2008-02-25 23:50:07 +0000 |
commit | 3951c995ebb761de6bfc2f852c5a81eb51ba42f5 (patch) | |
tree | 08f80b8e4e20cc348c51acce40c503c0396faed7 /man/extra.cfg.template | |
parent | 7329c58b0d10b2705594b35ae000301c80e29eb7 (diff) | |
download | chocolate-doom-3951c995ebb761de6bfc2f852c5a81eb51ba42f5.tar.gz chocolate-doom-3951c995ebb761de6bfc2f852c5a81eb51ba42f5.tar.bz2 chocolate-doom-3951c995ebb761de6bfc2f852c5a81eb51ba42f5.zip |
Replace manpage header, footer, environment files with a single template
file. Generate documentation for the default.cfg and chocolate-doom.cfg
configuration files.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1091
Diffstat (limited to 'man/extra.cfg.template')
-rw-r--r-- | man/extra.cfg.template | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/man/extra.cfg.template b/man/extra.cfg.template new file mode 100644 index 00000000..2e0f9301 --- /dev/null +++ b/man/extra.cfg.template @@ -0,0 +1,30 @@ +.TH chocolate-doom.cfg 5 +.SH NAME +chocolate-doom.cfg \- Chocolate Doom configuration file +.SH DESCRIPTION +.PP +\fIchocolate-doom.cfg\fR +is a configuration file for \fBchocolate-doom\fR(6). This file acts +as an auxiliary configuration file; the main configuration options +are stored in \fBdefault.cfg\fR, which contains the same configuration +options as Vanilla Doom (for compatibility). \fIchocolate-doom.cfg\fR +contains configuration options that are specific to Chocolate Doom +only. +.PP +\fIchocolate-doom.cfg\fR is normally stored in the user's home directory, +as \fI~/.chocolate-doom/chocolate-doom.cfg\fR. +.PP +The \fBchocolate-setup\fR(6) tool provides a simple to use front-end +for editing \fIchocolate-doom.cfg\fR. +.SH FILE FORMAT +.PP +The file format is the same as that used for \fBdefault.cfg\fR(5). +.br + +@content + +.SH SEE ALSO +\fBchocolate-doom\fR(6), +\fBdefault.cfg\fR(5), +\fBchocolate-setup\fR(6) + |