]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - number/number.6
use CPPFLAGS instead of CFLAGS
[bsdgames-darwin.git] / number / number.6
index a35b1c9f9771a77e1d1531fdf4abc0665454bc63..9022ece0dea81d6e10a24d32c7abe2dcb31b545c 100644 (file)
@@ -1,5 +1,7 @@
-.\" Copyright (c) 1989 The Regents of the University of California.
-.\" All rights reserved.
+.\"    $NetBSD: number.6,v 1.5 1997/10/10 16:41:37 lukem Exp $
+.\"
+.\" Copyright (c) 1989, 1993, 1994
+.\"    The Regents of the University of California.  All rights reserved.
 .\"
 .\" Redistribution and use in source and binary forms, with or without
 .\" modification, are permitted provided that the following conditions
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.\"    from: @(#)number.6      6.4 (Berkeley) 6/23/90
-.\"    $Id: number.6,v 1.3 1993/08/05 01:46:49 jtc Exp $
+.\"    @(#)number.6    8.2 (Berkeley) 3/31/94
 .\"
-.Dd June 23, 1990
+.Dd March 31, 1994
 .Dt NUMBER 6
 .Os
 .Sh NAME
 .Nm number
 .Nd convert Arabic numerals to English
 .Sh SYNOPSIS
-.Nm number
+.Nm
 .Op #
 .Sh DESCRIPTION
 The
-.Nm number
-utility
-prints the English equivalent of the specified number to the
-standard output.
+.Nm
+utility prints the English equivalent of the number to the standard
+output, with each 10^3 magnitude displayed on a separate line.
 If no argument is specified,
-.Nm number
-reads a number from the standard input.
+.Nm
+reads lines from the standard input.
+.Pp
+The options are as follows:
+.Bl -tag -width Ds
+.It Fl l
+Display the number on a single line.
+.El
 .Sh BUGS
-.Nm Number
-doesn't understand exponents.
+Although
+.Nm
+understand fractions, it doesn't understand exponents.