diff options
author | Simon Howard | 2007-12-30 04:51:56 +0000 |
---|---|---|
committer | Simon Howard | 2007-12-30 04:51:56 +0000 |
commit | f5040263b6a50961e12e64aa2e19fde049dd48c2 (patch) | |
tree | cb0b95c94463a87176a3cecbee663eb6cb0f238f /man/environment | |
parent | 2b733d6a90586187c7b7fe0bc184af182620c2d8 (diff) | |
download | chocolate-doom-f5040263b6a50961e12e64aa2e19fde049dd48c2.tar.gz chocolate-doom-f5040263b6a50961e12e64aa2e19fde049dd48c2.tar.bz2 chocolate-doom-f5040263b6a50961e12e64aa2e19fde049dd48c2.zip |
Add environment variable section to manpage.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 996
Diffstat (limited to 'man/environment')
-rw-r--r-- | man/environment | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/man/environment b/man/environment new file mode 100644 index 00000000..47e3d8ed --- /dev/null +++ b/man/environment @@ -0,0 +1,17 @@ +.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). + |