diff options
author | ru <ru@FreeBSD.org> | 2000-11-20 12:06:19 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2000-11-20 12:06:19 +0000 |
commit | dfd5860ef3535d51b53ac17c3a806eafee96cefc (patch) | |
tree | 05adf406ec36b48707c0a8ebc7720ac8a1a3b88a /games/dm | |
parent | 8294bdbb726244ca098ce5e411e69ef5ed52ce9a (diff) | |
download | FreeBSD-src-dfd5860ef3535d51b53ac17c3a806eafee96cefc.zip FreeBSD-src-dfd5860ef3535d51b53ac17c3a806eafee96cefc.tar.gz |
mdoc(7) police: use the new features of the Nm macro.
Diffstat (limited to 'games/dm')
-rw-r--r-- | games/dm/dm.8 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/games/dm/dm.8 b/games/dm/dm.8 index f324db6..3c9600b 100644 --- a/games/dm/dm.8 +++ b/games/dm/dm.8 @@ -47,7 +47,7 @@ is a program used to regulate game playing. .Nm Dm expects to be invoked with the name of a game that a user wishes to play. This is done by creating symbolic links to -.Nm dm , +.Nm , in the directory .Pa /usr/games for all of the regulated games. @@ -56,7 +56,7 @@ The actual binaries for these games should be placed in a directory, .Pa /usr/games/hide , that may only be accessed by the -.Nm dm +.Nm program. .Nm Dm determines if the requested game is available and, if so, runs it. @@ -87,7 +87,7 @@ game logging file .Xr dm.conf 5 .Sh BUGS Two problems result from -.Nm dm +.Nm running the games setuid .Dq games . First, all games that allow users to run @@ -95,7 +95,7 @@ First, all games that allow users to run commands should carefully set both the real and effective user id's immediately before executing those commands. Probably more important is that -.Nm dm +.Nm never be setuid anything but .Dq games @@ -105,6 +105,6 @@ had no reason to run setuid and which accessed user files may have to be modified. .Sh HISTORY The -.Nm dm +.Nm command appeared in .Bx 4.3 tahoe . |