]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - number/number.6
convert __attribute__s to applicable cdefs.h macros
[bsdgames-darwin.git] / number / number.6
index c50c1fb55094e466106bf074322f8ffc0311688f..722663793c7ef1493010043e8669e9250e537c00 100644 (file)
@@ -1,4 +1,4 @@
-.\"    $NetBSD: number.6,v 1.4 1995/03/23 08:35:29 cgd Exp $
+.\"    $NetBSD: number.6,v 1.7 2003/08/07 09:37:30 agc Exp $
 .\"
 .\" Copyright (c) 1989, 1993, 1994
 .\"    The Regents of the University of California.  All rights reserved.
 .\" 2. Redistributions in binary form must reproduce the above copyright
 .\"    notice, this list of conditions and the following disclaimer in the
 .\"    documentation and/or other materials provided with the distribution.
-.\" 3. All advertising materials mentioning features or use of this software
-.\"    must display the following acknowledgement:
-.\"    This product includes software developed by the University of
-.\"    California, Berkeley and its contributors.
-.\" 4. Neither the name of the University nor the names of its contributors
+.\" 3. Neither the name of the University nor the names of its contributors
 .\"    may be used to endorse or promote products derived from this software
 .\"    without specific prior written permission.
 .\"
 .Nm number
 .Nd convert Arabic numerals to English
 .Sh SYNOPSIS
-.Nm number
-.Op #
+.Nm
+.Op Fl l
+.Op Ar number ...
 .Sh DESCRIPTION
 The
-.Nm number
+.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
+.Nm
 reads lines from the standard input.
 .Pp
 The options are as follows:
@@ -58,5 +55,5 @@ Display the number on a single line.
 .El
 .Sh BUGS
 Although
-.Nm number
+.Nm
 understand fractions, it doesn't understand exponents.