-.\" $NetBSD: dm.conf.5,v 1.4 1998/04/28 18:34:12 fair Exp $
+.\" $NetBSD: dm.conf.5,v 1.8 2003/08/07 09:37:11 agc Exp $
.\"
.\" Copyright (c) 1988, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
.\" 2. Redistributions in binary form must reproduce the above copyright
.\" notice, this list of conditions and the following disclaimer in the
.\" documentation and/or other materials provided with the distribution.
-.\" 3. All advertising materials mentioning features or use of this software
-.\" must display the following acknowledgement:
-.\" This product includes software developed by the University of
-.\" California, Berkeley and its contributors.
-.\" 4. Neither the name of the University nor the names of its contributors
+.\" 3. Neither the name of the University nor the names of its contributors
.\" may be used to endorse or promote products derived from this software
.\" without specific prior written permission.
.\"
.\"
.Dd May 31, 1993
.Dt DM.CONF 5
-.Os BSD 4.2
+.Os
.Sh NAME
.Nm dm.conf
.Nd dungeon master configuration file
.Sh DESCRIPTION
The
-.Xr dm.conf
-file
-is the configuration file for the
+.Nm
+file is the configuration file for the
.Xr dm 8
program.
It consists of lines beginning with one of three keywords,
.Em badtty
and the ttyname as returned by
.Xr ttyname 3 .
-For example,
-to keep the uucp dialout,
+For example, to keep the uucp dialout,
.Dq tty19 ,
from being used for games, the entry would be:
.Bd -literal -offset indent
.Pp
The game
.Em default
-controls the settings for
-any game not otherwise listed, and must be the last
+controls the settings for any game not otherwise listed, and must be the last
.Em game
entry in the file.
Priorities may not be negative.
-For example, the following entries
-limits the game
+For example, the following entries limits the game
.Dq hack
-to running only when the system has 10 or less
-users and a load average of 5 or less; all other games may be run any time
-the system has 15 or less users.
+to running only when the system has 10 or less users and a load average of 5
+or less; all other games may be run any time the system has 15 or less users.
.Bd -literal -offset indent
game hack 5 10 *
game default * 15 *