xref: /original-bsd/games/bcd/bcd.6 (revision ce46c3ff)
1.\" Copyright (c) 1988, 1991, 1993
2.\"	The Regents of the University of California.  All rights reserved.
3.\"
4.\" %sccs.include.redist.man%
5.\"
6.\"	@(#)bcd.6	8.1 (Berkeley) 05/31/93
7.\"
8.Dd
9.Dt "BCD" 6
10.Os
11.Sh NAME
12.Nm bcd ,
13.Nm ppt ,
14.Nm morse
15.Nd "reformat input as punch cards, paper tape or morse code"
16.Sh SYNOPSIS
17.Nm bcd
18.Op Ar string ...
19.Nm ppt
20.Op Ar string ...
21.Nm morse
22.Op Fl s Ar string ...
23.Sh DESCRIPTION
24The commands
25.Nm bcd ,
26.Nm ppt
27and
28.Nm morse
29reads the given input and reformats it in the form of punched cards,
30paper tape or morse code respectively.
31Acceptable input are command line arguments or the standard input.
32.Pp
33Available option:
34.Bl -tag -width flag
35.It Fl s
36The
37.Fl s
38option for morse produces dots and dashes rather than words.
39.El
40.Sh FILES
41.SH HISTORY
42