ANSIfication; bug report 4.3BSD/bin/223
[unix-history] / usr / src / games / number / number.6
index 3d2cca2..375ef90 100644 (file)
@@ -1,17 +1,22 @@
-.\"    @(#)number.6    4.1 (Berkeley) %G%
+.\"    @(#)number.6    6.2 (Berkeley) %G%
+.\" Copyright (c) 1980 Regents of the University of California.
+.\" All rights reserved.  The Berkeley software License Agreement
+.\" specifies the terms and conditions for redistribution.
 .\"
 .\"
-.TH NUMBER 6
-.AT 3
+.\"    @(#)number.6    6.6 (Berkeley) 4/1/87
+.\"
+.\"
+.TH NUMBER 6 ""
+.UC 4
 .SH NAME
 number \- convert Arabic numerals to English
 .SH SYNOPSIS
 .SH NAME
 number \- convert Arabic numerals to English
 .SH SYNOPSIS
-.B /usr/games/number
+.B number
+[ # ]
 .SH DESCRIPTION
 .SH DESCRIPTION
-.I Number
-copies the standard input to the standard output,
-changing each decimal number to a fully spelled out version.
-Punctuation is added to make the output sound well when
-played through
-.IR speak (1).
-.SH "SEE ALSO"
-speak(1)
+\fINumber\fP converts its arguments from decimal numbers to
+a fully spelled-out version.  In the absence of arguments,
+\fInumber\fP reads from the standard input.  Output is to
+the standard output.
+.SH BUGS
+\fINumber\fP doesn't understand about exponents.