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/environment | |
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/environment')
-rw-r--r-- | man/environment | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/man/environment b/man/environment deleted file mode 100644 index 47e3d8ed..00000000 --- a/man/environment +++ /dev/null @@ -1,17 +0,0 @@ -.SH ENVIRONMENT -This section describes environment variables that control Chocolate Doom's -behavior. -.TP -\fBDOOMWADDIR\fR, \fBDOOMWADPATH\fR -These environment variables provide paths to search for Doom .WAD files when -looking for a game IWAD file or a PWAD file specified with the '-file' option. -\fBDOOMWADDIR\fR specifies a single path in which to look for WAD files, -while \fBDOOMWWADDIR\fR specifies a colon-separated list of paths to search. -.TP -\fBPCSOUND_DRIVER\fR -When running in PC speaker sound effect mode, this environment variable -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). - |