diff options
author | Simon Howard | 2008-03-12 20:12:51 +0000 |
---|---|---|
committer | Simon Howard | 2008-03-12 20:12:51 +0000 |
commit | 0b01221f1bc6dd40e918d2d19a7c62896b057744 (patch) | |
tree | 79522a32192be373c5259b96d158be4d492960ba /man/manpage.template | |
parent | 5f3ddae585a24b29cdf13b75cb215dbb6de9acd3 (diff) | |
download | chocolate-doom-0b01221f1bc6dd40e918d2d19a7c62896b057744.tar.gz chocolate-doom-0b01221f1bc6dd40e918d2d19a7c62896b057744.tar.bz2 chocolate-doom-0b01221f1bc6dd40e918d2d19a7c62896b057744.zip |
Add "see also" sections to manpages and GPL note. Add "files" section to
chocolate-doom.6
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1104
Diffstat (limited to 'man/manpage.template')
-rw-r--r-- | man/manpage.template | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/man/manpage.template b/man/manpage.template index e2df2b57..0b090cf9 100644 --- a/man/manpage.template +++ b/man/manpage.template @@ -28,11 +28,25 @@ specifies a PC speaker driver to use for sound effect playback. Valid options are "Linux" for the Linux console mode driver, "BSD" for the NetBSD/OpenBSD PC speaker driver, and "SDL" for SDL-based emulated PC speaker playback (using the digital output). - +.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. |