diff options
author | Frederic Cambus <fcambus@cvs.openbsd.org> | 2017-06-09 15:32:41 +0000 |
---|---|---|
committer | Frederic Cambus <fcambus@cvs.openbsd.org> | 2017-06-09 15:32:41 +0000 |
commit | 82cbad81a640d61c60b9f07b8f677511a885285b (patch) | |
tree | 5d6fbe863b08628679fc664a14a6f5c73b2de634 | |
parent | dbee168d3fb1e397c98c67ea82aaa1a28302fb5e (diff) |
Correct number of players, the program enforces a range from 2 to 9.
OK tb@, jmc@
-rw-r--r-- | games/monop/monop.6 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/monop/monop.6 b/games/monop/monop.6 index 7eddb0445d4..9e54b209aef 100644 --- a/games/monop/monop.6 +++ b/games/monop/monop.6 @@ -1,4 +1,4 @@ -.\" $OpenBSD: monop.6,v 1.15 2015/03/13 19:58:40 jmc Exp $ +.\" $OpenBSD: monop.6,v 1.16 2017/06/09 15:32:40 fcambus Exp $ .\" .\" Copyright (c) 1980 The Regents of the University of California. .\" All rights reserved. @@ -29,7 +29,7 @@ .\" .\" @(#)monop.6 6.5 (Berkeley) 3/25/93 .\" -.Dd $Mdocdate: March 13 2015 $ +.Dd $Mdocdate: June 9 2017 $ .Dt MONOP 6 .Os .Sh NAME @@ -41,7 +41,7 @@ .Sh DESCRIPTION .Nm is reminiscent of the Parker Brother's game Monopoly, and -monitors a game between 1 to 9 users. +monitors a game between 2 to 9 users. It is assumed that the rules of Monopoly are known. The game follows the standard rules, with the exception that, if a property goes up for auction and there are only two solvent players, |