summaryrefslogtreecommitdiffstats
path: root/arithmetic
diff options
context:
space:
mode:
authorjtc <jtc@NetBSD.org>1993-08-05 01:46:15 +0000
committerjtc <jtc@NetBSD.org>1993-08-05 01:46:15 +0000
commit407ed21945b2cc91dd05200d11612691b0f52569 (patch)
tree05151bd4827bc906ef9e993f4324e31141c89ac8 /arithmetic
parent6bc8513af3dfc690c13f29fbb7eb972b5da311cf (diff)
downloadbsdgames-darwin-407ed21945b2cc91dd05200d11612691b0f52569.tar.gz
bsdgames-darwin-407ed21945b2cc91dd05200d11612691b0f52569.tar.zst
bsdgames-darwin-407ed21945b2cc91dd05200d11612691b0f52569.zip
Update to use new -mandoc macros.
Diffstat (limited to 'arithmetic')
-rw-r--r--arithmetic/arithmetic.674
1 files changed, 38 insertions, 36 deletions
diff --git a/arithmetic/arithmetic.6 b/arithmetic/arithmetic.6
index f2b2a504..6f69260b 100644
--- a/arithmetic/arithmetic.6
+++ b/arithmetic/arithmetic.6
@@ -33,72 +33,74 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)arithmetic.6 6.6 (Berkeley) 6/23/90
-.\" $Id: arithmetic.6,v 1.2 1993/08/01 07:47:43 mycroft Exp $
+.\" $Id: arithmetic.6,v 1.3 1993/08/05 01:46:15 jtc Exp $
.\"
-.TH ARITHMETIC 6 "June 23, 1990"
+.Dd June 23, 1990
+.Dt ARITHMETIC 6
.UC 4
-.SH NAME
-arithmetic \- quiz on simple arithmetic
-.SH SYNOPSIS
-.B arithmetic
-.B [
-\-o +\-x/
-.B ]
-.B [
-\-r range
-.B ]
-.SH DESCRIPTION
-.I Arithmetic
+.Sh NAME
+.Nm arithmetic
+.Nd quiz on simple arithmetic
+.Sh SYNOPSIS
+.Nm arithmetic
+.Op Fl o Ar +\-x/
+.Op Fl r Ar range
+.Sh DESCRIPTION
+.Nm Arithmetic
asks you to solve problems in simple arithmetic.
Each question must be answered correctly before going on to the next.
After every 20 problems, it prints the score so far and the time taken.
You can quit at any time by typing the interrupt or end-of-file character.
-.PP
+.Pp
The options are as follows:
-.TP
-\-o
+.Bl -tag -width indent
+.It Fl o
By default,
-.I arithmetic
+.Nm arithmetic
asks questions on addition of numbers from 0 to 10, and corresponding
subtraction.
By supplying one or more of the characters
-.BR +\-x/ ,
+.Ar +\-x/ ,
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.
-.TP
-\-r
+.It Fl r
If a
-.I range
+.Ar range
is supplied,
-.I arithmetic
+.Nm arithmetic
selects the numbers in its problems in the following way.
For addition and multiplication, the numbers to be added or multiplied
are between 0 and
-.IR range ,
+.Ar range ,
inclusive.
For subtraction and division, both the required result and the number to
divide by or subtract will be between 0 and
-.IR range .
+.Ar range .
(Of course,
-.I arithmetic
+.Nm arithmetic
will not ask you to divide by 0.) The default
.I range
is 10.
-.PP
+.El
+.Pp
When you get a problem wrong,
-.I arithmetic
+.Nm arithmetic
will remember the numbers involved, and will tend to select those numbers
more often than others, in problems of the same sort.
Eventually it will forgive and forget.
-.PP
-.I Arithmetic
+.Pp
+.Nm Arithmetic
cannot be persuaded to tell you the right answer.
You must work it out for yourself.
-.SH DIAGNOSTICS
-``What?'' if you get a question wrong.
-``Right!'' if you get it right.
-``Please type a number.'' if arithmetic doesn't understand what you typed.
-.SH "SEE ALSO"
-bc(1), dc(1)
+.Sh DIAGNOSTICS
+.Dq What?
+if you get a question wrong.
+.Dq Right!
+if you get it right.
+.Dq Please type a number.
+if arithmetic doesn't understand what you typed.
+.Sh SEE ALSO
+.Xr bc 1 ,
+.Xr dc 1