From fc22b3d6507c6745911b9dfcc68f1e665ae13dbc Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 15 Apr 2024 21:43:11 +0200 Subject: Adding upstream version 4.22.0. Signed-off-by: Daniel Baumann --- upstream/archlinux/man6/arithmetic.6 | 44 ++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 upstream/archlinux/man6/arithmetic.6 (limited to 'upstream/archlinux/man6/arithmetic.6') diff --git a/upstream/archlinux/man6/arithmetic.6 b/upstream/archlinux/man6/arithmetic.6 new file mode 100644 index 00000000..b4b0fdcb --- /dev/null +++ b/upstream/archlinux/man6/arithmetic.6 @@ -0,0 +1,44 @@ +.\" This file is free software, distributed under the BSD license. +.Dd May 31, 1993 +.Dt ARITHMETIC 6 +.Os +.Sh NAME +.Nm arithmetic +.Nd quiz on simple arithmetic +.Sh SYNOPSIS +.Nm +.Op Fl o Ar +\-x/ +.Op Fl r Ar range +.Sh DESCRIPTION +.Nm +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 entering 'q'. +.Pp +The options are as follows: +.Bl -tag -width indent +.It Fl o +By default, +.Nm +asks questions on addition of numbers from 0 to 10, and corresponding +subtraction. By supplying one or more of the characters +.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. +.It Fl r +If a +.Ar range +is supplied, +.Nm +selects the numbers in its problems in the following way. For addition +and multiplication, the numbers to be added or multiplied are from 1 to +.Ar range. +For subtraction and division, both the required result and the number +to divide by or subtract will be from 1 to +.Ar range. +The default +.I range +is 10. +.El -- cgit v1.2.3