]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - number/number.6
use CPPFLAGS instead of CFLAGS
[bsdgames-darwin.git] / number / number.6
index 01ae980b69575d68a9bae45e1ca296cda7743d3e..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.2 1993/08/01 07:46:35 mycroft Exp $
+.\"    @(#)number.6    8.2 (Berkeley) 3/31/94
 .\"
-.TH NUMBER 6 "June 23, 1990"
-.UC 4
-.SH NAME
-number \- convert Arabic numerals to English
-.SH SYNOPSIS
-.B number
-[ # ]
-.SH DESCRIPTION
+.Dd March 31, 1994
+.Dt NUMBER 6
+.Os
+.Sh NAME
+.Nm number
+.Nd convert Arabic numerals to English
+.Sh SYNOPSIS
+.Nm
+.Op #
+.Sh DESCRIPTION
 The
-.I 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,
-.I number
-reads a number from the standard input.
-.SH BUGS
-.I Number
-doesn't understand exponents.
+.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
+Although
+.Nm
+understand fractions, it doesn't understand exponents.