diff options
author | Simon Howard | 2013-08-10 23:32:29 +0000 |
---|---|---|
committer | Simon Howard | 2013-08-10 23:32:29 +0000 |
commit | b1d51276a264849ded93ce943eb0283c1f4f1aba (patch) | |
tree | e274c46741a10f4636bc89e485afcd0b1b59f144 /man/doom.template | |
parent | e33e44276d9fc605d0c5096d4ec85e423e8eec8a (diff) | |
download | chocolate-doom-b1d51276a264849ded93ce943eb0283c1f4f1aba.tar.gz chocolate-doom-b1d51276a264849ded93ce943eb0283c1f4f1aba.tar.bz2 chocolate-doom-b1d51276a264849ded93ce943eb0283c1f4f1aba.zip |
Split manpage.template into separate files for different games.
Subversion-branch: /branches/v2-branch
Subversion-revision: 2614
Diffstat (limited to 'man/doom.template')
-rw-r--r-- | man/doom.template | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/man/doom.template b/man/doom.template new file mode 100644 index 00000000..6ced0017 --- /dev/null +++ b/man/doom.template @@ -0,0 +1,40 @@ +.TH chocolate\-doom 6 +.SH NAME +chocolate\-doom \- historically compatible doom engine +.SH SYNOPSIS +.B chocolate\-doom +[\fIOPTIONS\fR] +.SH DESCRIPTION +.PP +Chocolate Doom is a port of the game Doom designed to behave +as similar to the original DOS version of Doom as is possible. +.br + +@content + +.SH ENVIRONMENT +This section describes environment variables that control Chocolate Doom's +behavior. +@include environ.man +.SH FILES +.TP +\fB$HOME/.chocolate-doom/default.cfg\fR +The main configuration file for Chocolate Doom. See \fBdefault.cfg\fR(5). +.TP +\fB$HOME/.chocolate-doom/chocolate-doom.cfg\fR +Extra configuration values that are specific to Chocolate Doom and not +present in Vanilla Doom. See \fBchocolate-doom.cfg\fR(5). +.SH SEE ALSO +\fBchocolate-server\fR(6), +\fBchocolate-setup\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-8 Simon Howard. +.br +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. + |