diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-04-02 14:21:17 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-04-02 14:21:17 +0000 |
commit | 702a67f3a4fddf5d6c08845cbc0f95401866b4c4 (patch) | |
tree | 6c872ab7b8b626b16cfa97587240e08ee675e932 /games/arithmetic | |
parent | aaf258e80a81453762cfff6b6513d9dbf9d65bde (diff) |
-o and -r take arguments; from Igor Sobrado
Diffstat (limited to 'games/arithmetic')
-rw-r--r-- | games/arithmetic/arithmetic.6 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/arithmetic/arithmetic.6 b/games/arithmetic/arithmetic.6 index eb303d069b1..264dbd0a550 100644 --- a/games/arithmetic/arithmetic.6 +++ b/games/arithmetic/arithmetic.6 @@ -1,4 +1,4 @@ -.\" $OpenBSD: arithmetic.6,v 1.9 2004/07/13 23:10:47 jmc Exp $ +.\" $OpenBSD: arithmetic.6,v 1.10 2007/04/02 14:21:16 jmc Exp $ .\" .\" Copyright (c) 1989, 1993 .\" The Regents of the University of California. All rights reserved. @@ -51,7 +51,7 @@ You can quit at any time by typing the interrupt or end-of-file character. .Pp The options are as follows: .Bl -tag -width indent -.It Fl o +.It Fl o Ar +\-x/ By default, .Nm asks questions on addition of numbers from 0 to 10, and corresponding @@ -62,7 +62,7 @@ you can ask for problems in addition, subtraction, multiplication, and division, respectively. If you give one of these characters more than once, that kind of problem will be asked correspondingly more often. -.It Fl r +.It Fl r Ar range If a .Ar range is supplied, |