X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/f494a571c79cef0d6e1a7f542a6e86d19fd29207..409c65135cc7c841ba37c7ac0ed458ae61e09683:/usr/src/games/number/number.6 diff --git a/usr/src/games/number/number.6 b/usr/src/games/number/number.6 index 3d2cca2ca9..375ef904dd 100644 --- a/usr/src/games/number/number.6 +++ b/usr/src/games/number/number.6 @@ -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 -.B /usr/games/number +.B number +[ # ] .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.