From 144df0bdf248ac81ca289af541eb394eed4cfc54 Mon Sep 17 00:00:00 2001 From: fcambus Date: Fri, 9 Jun 2017 15:32:40 +0000 Subject: [PATCH] Correct number of players, the program enforces a range from 2 to 9. OK tb@, jmc@ --- games/monop/monop.6 | 6 +++--- 1 file 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, -- 2.20.1