BSD 4_4_Lite1 release
[unix-history] / usr / src / games / number / number.6
CommitLineData
6a6de7af 1.\" Copyright (c) 1989, 1993, 1994
ad787160 2.\" The Regents of the University of California. All rights reserved.
41cc26ae 3.\"
c0567266
KB
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.
9.\" 2. Redistributions in binary form must reproduce the above copyright
10.\" notice, this list of conditions and the following disclaimer in the
11.\" documentation and/or other materials provided with the distribution.
12.\" 3. All advertising materials mentioning features or use of this software
13.\" must display the following acknowledgement:
14.\" This product includes software developed by the University of
15.\" California, Berkeley and its contributors.
16.\" 4. Neither the name of the University nor the names of its contributors
17.\" may be used to endorse or promote products derived from this software
18.\" without specific prior written permission.
19.\"
20.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
21.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
22.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
23.\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
24.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
c0d3b72a 31.\"
ed554bc5 32.\" @(#)number.6 8.2 (Berkeley) 3/31/94
ad787160 33.\"
ed554bc5 34.Dd March 31, 1994
6a6de7af
KB
35.Dt NUMBER 6
36.Os
c0d3b72a 37.Sh NAME
f494a571 38number \- convert Arabic numerals to English
c0d3b72a 39.Sh SYNOPSIS
6a6de7af 40.Nm number
c0d3b72a 41.Op Fl l
6a6de7af 42.Op Ar \&# ...
c0d3b72a 43.Sh DESCRIPTION
073436b7 44The
6a6de7af
KB
45.Nm number
46utility prints the English equivalent of the number to the standard
47output, with each 10^3 magnitude displayed on a separate line.
073436b7 48If no argument is specified,
6a6de7af
KB
49.Nm number
50reads lines from the standard input.
c0d3b72a 51.Pp
6a6de7af 52The options are as follows:
c0d3b72a
KB
53.Bl -tag -width Ds
54.It Fl l
6a6de7af 55Display the number on a single line.
c0d3b72a 56.El
6a6de7af
KB
57.Sh BUGS
58Although
59.Nm number
60understand fractions, it doesn't understand exponents.