take args, now
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Fri, 3 Apr 1987 11:02:18 +0000 (03:02 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Fri, 3 Apr 1987 11:02:18 +0000 (03:02 -0800)
SCCS-vsn: games/number/number.6 6.2

usr/src/games/number/number.6

index 517218e..375ef90 100644 (file)
@@ -1,12 +1,22 @@
-.\"    @(#)number.6    6.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.
+.\"
+.\"    @(#)number.6    6.6 (Berkeley) 4/1/87
+.\"
 .\"
 .TH NUMBER 6 ""
 .\"
 .TH NUMBER 6 ""
-.AT 3
+.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.
+\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.