add morse
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sat, 13 Aug 1988 08:51:15 +0000 (00:51 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sat, 13 Aug 1988 08:51:15 +0000 (00:51 -0800)
SCCS-vsn: games/bcd/bcd.6 6.4

usr/src/games/bcd/bcd.6

index 2aec7ba..e78aa19 100644 (file)
@@ -13,7 +13,7 @@
 .\" IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
 .\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
 .\"
 .\" IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
 .\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
 .\"
-.\"    @(#)bcd.6       6.3 (Berkeley) %G%
+.\"    @(#)bcd.6       6.4 (Berkeley) %G%
 .\"
 .TH "BCD PPT" 6 ""
 .UC 7
 .\"
 .TH "BCD PPT" 6 ""
 .UC 7
 bcd \- format input as punch cards
 .br
 ppt \- format input as paper tape
 bcd \- format input as punch cards
 .br
 ppt \- format input as paper tape
+.br
+morse \- format input as morse code
 .SH SYNOPSIS
 .SH SYNOPSIS
-\fBbcd\fP [ string ]
+\fBbcd\fP [string ...]
+.br
+\fBppt\fP [string ...]
 .br
 .br
-\fBppt\fP [ string ]
+\fBmorse\fP [-s] [string ...]
 .SH DESCRIPTION
 .SH DESCRIPTION
-\fIBcd\fP and \fIppt\fP convert command line arguments, if
-provided, or standard input into a form familiar to old-timers.
+\fIBcd\fP, \fIppt\fP and \fImorse\fP convert command line arguments, if
+provided, or standard input into a form familiar to old-timers.  The
+\fI-s\fP option for morse produces dots and dashes rather than words.