diff options
author | Simon Howard | 2013-08-11 18:03:00 +0000 |
---|---|---|
committer | Simon Howard | 2013-08-11 18:03:00 +0000 |
commit | 46547d4b48f3e52c12a4de526d11e877b2185cd2 (patch) | |
tree | 0d553b0e36a30f5831bb66cc4378b80ca0068e70 | |
parent | 63acb55b18f024db74fd9a7eedbf3137922630c4 (diff) | |
download | chocolate-doom-46547d4b48f3e52c12a4de526d11e877b2185cd2.tar.gz chocolate-doom-46547d4b48f3e52c12a4de526d11e877b2185cd2.tar.bz2 chocolate-doom-46547d4b48f3e52c12a4de526d11e877b2185cd2.zip |
Tweak intros to manpages. Fix category for -hhever argument.
Subversion-branch: /branches/v2-branch
Subversion-revision: 2616
-rw-r--r-- | man/doom.template | 15 | ||||
-rw-r--r-- | man/heretic.template | 9 | ||||
-rw-r--r-- | man/hexen.template | 9 | ||||
-rw-r--r-- | man/strife.template | 2 | ||||
-rw-r--r-- | src/heretic/deh_htic.c | 1 |
5 files changed, 18 insertions, 18 deletions
diff --git a/man/doom.template b/man/doom.template index 6ced0017..b587d153 100644 --- a/man/doom.template +++ b/man/doom.template @@ -1,17 +1,15 @@ .TH chocolate\-doom 6 .SH NAME -chocolate\-doom \- historically compatible doom engine +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. +Chocolate Doom is a port of Id Software's 1993 game "Doom" that is 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. @@ -26,13 +24,16 @@ 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) +\fBchocolate-setup\fR(6), +\fBchocolate-heretic\fR(6), +\fBchocolate-hexen\fR(6), +\fBchocolate-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-8 Simon Howard. +Copyright \(co 2005-2013 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>. diff --git a/man/heretic.template b/man/heretic.template index 78ff12aa..e9afa96d 100644 --- a/man/heretic.template +++ b/man/heretic.template @@ -1,17 +1,16 @@ .TH chocolate\-heretic 6 .SH NAME -chocolate\-heretic \- historically compatible heretic engine +chocolate\-heretic \- historically compatible Heretic engine .SH SYNOPSIS .B chocolate\-heretic [\fIOPTIONS\fR] .SH DESCRIPTION .PP -Chocolate Heretic is a port of the game Heretic that aims to behave -as similar to the original DOS version of Heretic as possible. +Chocolate Heretic is a port of Raven Software's 1994 game "Heretic" that +aims to behave as similar to the original DOS version of Heretic as +possible. .br - @content - .SH ENVIRONMENT This section describes environment variables that control Chocolate Heretic's behavior. diff --git a/man/hexen.template b/man/hexen.template index f0482e40..4c0524a4 100644 --- a/man/hexen.template +++ b/man/hexen.template @@ -1,17 +1,16 @@ .TH chocolate\-hexen 6 .SH NAME -chocolate\-hexen \- historically compatible hexen engine +chocolate\-hexen \- historically compatible Hexen engine .SH SYNOPSIS .B chocolate\-hexen [\fIOPTIONS\fR] .SH DESCRIPTION .PP -Chocolate Hexen is a port of the game Hexen that aims to behave -as similar to the original DOS version of Hexen as possible. +Chocolate Hexen is a port of Raven Software's 1995 game "Hexen" that +aims to behave as similar to the original DOS version of Hexen as +possible. .br - @content - .SH ENVIRONMENT This section describes environment variables that control Chocolate Hexen's behavior. diff --git a/man/strife.template b/man/strife.template index 043a2474..ddcc12f9 100644 --- a/man/strife.template +++ b/man/strife.template @@ -27,7 +27,7 @@ The main configuration file for Chocolate Strife. See \fBstrife.cfg\fR(5). Extra configuration values that are specific to Chocolate Strife and not present in Vanilla Strife. See \fBchocolate-strife.cfg\fR(5). .SH SEE ALSO -\fBchocolate-strife\fR(6), +\fBchocolate-doom\fR(6), \fBchocolate-server\fR(6), \fBchocolate-setup\fR(6) diff --git a/src/heretic/deh_htic.c b/src/heretic/deh_htic.c index e4e91082..5a0a571e 100644 --- a/src/heretic/deh_htic.c +++ b/src/heretic/deh_htic.c @@ -111,6 +111,7 @@ void DEH_HereticInit(void) //! // @arg <version> + // @category mod // // Select the Heretic version number that was used to generate the // HHE patch to be loaded. Patches for each of the Vanilla |