X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/990853173832002935af47ec73afe936c69d55ed..409c65135cc7c841ba37c7ac0ed458ae61e09683:/usr/src/games/bcd/bcd.6 diff --git a/usr/src/games/bcd/bcd.6 b/usr/src/games/bcd/bcd.6 index a69eb6a739..885e744ccf 100644 --- a/usr/src/games/bcd/bcd.6 +++ b/usr/src/games/bcd/bcd.6 @@ -1,16 +1,35 @@ -.\" @(#)bcd.6 4.1 (Berkeley) %G% +.\" Copyright (c) 1988 Regents of the University of California. +.\" All rights reserved. .\" -.TH BCD 6 -.AT 3 +.\" Redistribution and use in source and binary forms are permitted +.\" provided that the above copyright notice and this paragraph are +.\" duplicated in all such forms and that any documentation, +.\" advertising materials, and other materials related to such +.\" distribution and use acknowledge that the software was developed +.\" by the University of California, Berkeley. The name of the +.\" University may not be used to endorse or promote products derived +.\" from this software without specific prior written permission. +.\" THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR +.\" IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED +.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. +.\" +.\" @(#)bcd.6 6.6 (Berkeley) %G% +.\" +.TH "BCD" 6 "" +.UC 7 .SH NAME -bcd \- convert to antique media +bcd \- format input as punch cards +.br +ppt \- format input as paper tape +.br +morse \- format input as morse code .SH SYNOPSIS -.B /usr/games/bcd -text +\fBbcd\fP [string ...] +.br +\fBppt\fP [string ...] +.br +\fBmorse\fP [-s] [string ...] .SH DESCRIPTION -.I Bcd -converts the literal -.I text -into a form familiar to old-timers. -.SH "SEE ALSO" -dd(1) +\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.