summaryrefslogtreecommitdiffstats
path: root/dm/dm.conf.5
diff options
context:
space:
mode:
authorwiz <wiz@NetBSD.org>2002-09-26 18:31:58 +0000
committerwiz <wiz@NetBSD.org>2002-09-26 18:31:58 +0000
commit3671521369575bb3ac1f1d35852f4f333e0fa288 (patch)
treefaeeb5edd59cdba46fec803587de354230c228f6 /dm/dm.conf.5
parent9f5d84cbba6b8d3c18278a17a16b2ec5cae7762c (diff)
downloadbsdgames-darwin-3671521369575bb3ac1f1d35852f4f333e0fa288.tar.gz
bsdgames-darwin-3671521369575bb3ac1f1d35852f4f333e0fa288.tar.zst
bsdgames-darwin-3671521369575bb3ac1f1d35852f4f333e0fa288.zip
Lots of minor fixes resulting from reading these man pages in detail.
Diffstat (limited to 'dm/dm.conf.5')
-rw-r--r--dm/dm.conf.516
1 files changed, 6 insertions, 10 deletions
diff --git a/dm/dm.conf.5 b/dm/dm.conf.5
index c81a0aac..60c0fe77 100644
--- a/dm/dm.conf.5
+++ b/dm/dm.conf.5
@@ -1,4 +1,4 @@
-.\" $NetBSD: dm.conf.5,v 1.6 1999/03/22 18:49:11 garbled Exp $
+.\" $NetBSD: dm.conf.5,v 1.7 2002/09/26 18:32:00 wiz Exp $
.\"
.\" Copyright (c) 1988, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -59,8 +59,7 @@ Entries consist of two white-space separated fields: the string
.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
@@ -94,17 +93,14 @@ in no game limitation or priority based on that field.
.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 *