diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2022-02-18 23:17:17 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2022-02-18 23:17:17 +0000 |
commit | 8be72c1ae7f33135222ee4052f593efc9442a98e (patch) | |
tree | 5aca22200b71bf801aacc52b03a48ac79f5ff06e /games/cribbage | |
parent | bc6b4029e4904c7d1057d5d9fdc25fe26f54ca3f (diff) |
Avoid gendered language in man pages when not referring to a specific
person. Rewrite or use singular they.
ok thfr@ sthen@ daniel@ ian@ job@ kmos@ jcs@ ratchov@ phessler@ and
others I'm likely missing on an earlier version.
feedback tj@, feedback and ok jmc@
Diffstat (limited to 'games/cribbage')
-rw-r--r-- | games/cribbage/cribbage.6 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/games/cribbage/cribbage.6 b/games/cribbage/cribbage.6 index 51d2fb7ccd8..151a5d6cf9c 100644 --- a/games/cribbage/cribbage.6 +++ b/games/cribbage/cribbage.6 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cribbage.6,v 1.15 2015/03/12 02:19:10 bentley Exp $ +.\" $OpenBSD: cribbage.6,v 1.16 2022/02/18 23:17:13 jsg Exp $ .\" .\" Copyright (c) 1980, 1993 .\" The Regents of the University of California. All rights reserved. @@ -29,7 +29,7 @@ .\" .\" @(#)cribbage.6 8.1 (Berkeley) 5/31/93 .\" -.Dd $Mdocdate: March 12 2015 $ +.Dd $Mdocdate: February 18 2022 $ .Dt CRIBBAGE 6 .Os .Sh NAME @@ -50,7 +50,7 @@ are needed \(en if so, it will print out the appropriate section from options include: .Bl -tag -width indent .It Fl e -When the player makes a mistake scoring his hand or crib, provide an +When players make a mistake scoring their hand or crib, provide an explanation of the correct score. .Po This is especially useful for beginning players. @@ -64,12 +64,12 @@ the opponent may claim the overlooked points. Print a shorter form of all messages \(en this is only recommended for users who have played the game without specifying this option. .It Fl r -Instead of asking the player to cut the deck, the program will randomly +Instead of asking players to cut the deck, the program will randomly cut the deck. .El .Pp .Nm -first asks the player whether he wishes to play a short game +first asks whether to play a short game .Po .Dq once around , to 61 @@ -116,8 +116,8 @@ The program keeps track of the scoring of all points and the total of the cards on the table. .Pp After play, the hands are scored. -The program requests the player to score his hand -.Pq and the crib, if it is his +The program requests players to score their hand +.Pq and the crib, if it is theirs by printing out the appropriate cards. Play continues until one player reaches the game limit .Pq 61 or 121 . |