morse.6 (d213312147e13a62f9bd18bd0ee292690dbdad92) | morse.6 (90daf40223abf16e2bbc91f50309f1e19431e0b6) |
---|---|
1.\" Copyright (c) 2000 Alexey Zelkin. All rights reserved. 2.\" Copyright (c) 1988, 1991, 1993 3.\" The Regents of the University of California. All rights reserved. 4.\" 5.\" Redistribution and use in source and binary forms, with or without 6.\" modification, are permitted provided that the following conditions 7.\" are met: 8.\" 1. Redistributions of source code must retain the above copyright --- 15 unchanged lines hidden (view full) --- 24.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 25.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 26.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 27.\" SUCH DAMAGE. 28.\" 29.\" @(#)bcd.6 8.1 (Berkeley) 5/31/93 30.\" $FreeBSD$ 31.\" | 1.\" Copyright (c) 2000 Alexey Zelkin. All rights reserved. 2.\" Copyright (c) 1988, 1991, 1993 3.\" The Regents of the University of California. All rights reserved. 4.\" 5.\" Redistribution and use in source and binary forms, with or without 6.\" modification, are permitted provided that the following conditions 7.\" are met: 8.\" 1. Redistributions of source code must retain the above copyright --- 15 unchanged lines hidden (view full) --- 24.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 25.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 26.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 27.\" SUCH DAMAGE. 28.\" 29.\" @(#)bcd.6 8.1 (Berkeley) 5/31/93 30.\" $FreeBSD$ 31.\" |
32.Dd June 7, 2005 | 32.Dd January 5, 2018 |
33.Dt MORSE 6 34.Os 35.Sh NAME 36.Nm morse 37.Nd reformat input as morse code 38.Sh SYNOPSIS 39.Nm | 33.Dt MORSE 6 34.Os 35.Sh NAME 36.Nm morse 37.Nd reformat input as morse code 38.Sh SYNOPSIS 39.Nm |
40.Op Fl elps | 40.Op Fl elrps |
41.Op Fl d Ar device 42.Op Fl w Ar speed 43.Op Fl c Ar speed 44.Op Fl f Ar frequency 45.Op Ar string ... 46.Sh DESCRIPTION 47The 48.Nm --- 38 unchanged lines hidden (view full) --- 87.Ar device 88(which must be a TTY device) 89in order to emit the morse code. 90.It Fl e 91Echo each character before it is sent, used together with either 92.Fl p 93or 94.Fl d . | 41.Op Fl d Ar device 42.Op Fl w Ar speed 43.Op Fl c Ar speed 44.Op Fl f Ar frequency 45.Op Ar string ... 46.Sh DESCRIPTION 47The 48.Nm --- 38 unchanged lines hidden (view full) --- 87.Ar device 88(which must be a TTY device) 89in order to emit the morse code. 90.It Fl e 91Echo each character before it is sent, used together with either 92.Fl p 93or 94.Fl d . |
95.It Fl D | 95.It Fl r |
96Decode morse output consisting of dots and dashes (as generated by using 97the 98.Fl s 99option). 100.El 101.Pp 102The 103.Fl w , c --- 99 unchanged lines hidden --- | 96Decode morse output consisting of dots and dashes (as generated by using 97the 98.Fl s 99option). 100.El 101.Pp 102The 103.Fl w , c --- 99 unchanged lines hidden --- |