Deleted Added
full compact
morse.6 (140408) morse.6 (147110)
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

--- 17 unchanged lines hidden (view full) ---

26.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
27.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
28.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
29.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
30.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
31.\" SUCH DAMAGE.
32.\"
33.\" @(#)bcd.6 8.1 (Berkeley) 5/31/93
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

--- 17 unchanged lines hidden (view full) ---

26.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
27.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
28.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
29.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
30.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
31.\" SUCH DAMAGE.
32.\"
33.\" @(#)bcd.6 8.1 (Berkeley) 5/31/93
34.\" $FreeBSD: head/games/morse/morse.6 140408 2005-01-18 08:57:18Z ru $
34.\" $FreeBSD: head/games/morse/morse.6 147110 2005-06-07 19:01:41Z joerg $
35.\"
35.\"
36.Dd May 11, 2004
36.Dd June 7, 2005
37.Dt MORSE 6
38.Os
39.Sh NAME
40.Nm morse
41.Nd reformat input as morse code
42.Sh SYNOPSIS
43.Nm
44.Op Fl elps
45.Op Fl d Ar device
46.Op Fl w Ar speed
37.Dt MORSE 6
38.Os
39.Sh NAME
40.Nm morse
41.Nd reformat input as morse code
42.Sh SYNOPSIS
43.Nm
44.Op Fl elps
45.Op Fl d Ar device
46.Op Fl w Ar speed
47.Op Fl c Ar speed
47.Op Fl f Ar frequency
48.Op Ar string ...
49.Sh DESCRIPTION
50The
51.Nm
52command reads the given input and reformats it in the form of morse code.
53Acceptable input are command line arguments or the standard input.
54.Pp

--- 13 unchanged lines hidden (view full) ---

68Send morse the real way.
69This only works if your system has
70.Xr speaker 4
71support.
72.It Fl w Ar speed
73Set the sending speed in words per minute.
74If not specified, the default
75speed of 20 WPM is used.
48.Op Fl f Ar frequency
49.Op Ar string ...
50.Sh DESCRIPTION
51The
52.Nm
53command reads the given input and reformats it in the form of morse code.
54Acceptable input are command line arguments or the standard input.
55.Pp

--- 13 unchanged lines hidden (view full) ---

69Send morse the real way.
70This only works if your system has
71.Xr speaker 4
72support.
73.It Fl w Ar speed
74Set the sending speed in words per minute.
75If not specified, the default
76speed of 20 WPM is used.
77.It Fl c Ar speed
78Farnsworth support.
79Set the spacing between characters in words per minute.
80This is independent of the speed
81that the individual characters are sent.
82If not specified, defaults to the effective value of the
83.Fl w
84option.
76.It Fl f Ar frequency
77Set the sidetone frequency to something other than the default 600 Hz.
78.It Fl d Ar device
79Similar to
80.Fl p ,
81but use the RTS line of
82.Ar device
83(which must by a TTY device)
84in order to emit the morse code.
85.It Fl e
86Echo each character before it is sent, used together with either
87.Fl p
88or
89.Fl d .
90.El
91.Pp
92The
93.Fl w
85.It Fl f Ar frequency
86Set the sidetone frequency to something other than the default 600 Hz.
87.It Fl d Ar device
88Similar to
89.Fl p ,
90but use the RTS line of
91.Ar device
92(which must by a TTY device)
93in order to emit the morse code.
94.It Fl e
95Echo each character before it is sent, used together with either
96.Fl p
97or
98.Fl d .
99.El
100.Pp
101The
102.Fl w
103,
104.Fl c
94and
95.Fl f
96flags only work in conjunction with either the
97.Fl p
98or the
99.Fl d
100flag.
101.Pp

--- 69 unchanged lines hidden (view full) ---

171Sound support for
172.Nm
173added by
174.An Lyndon Nerenberg (VE7TCP/VE6BBM) Aq lyndon@orthanc.com .
175.Pp
176Ability to key an external device added by
177.An J\(:org Wunsch
178(DL8DTL).
105and
106.Fl f
107flags only work in conjunction with either the
108.Fl p
109or the
110.Fl d
111flag.
112.Pp

--- 69 unchanged lines hidden (view full) ---

182Sound support for
183.Nm
184added by
185.An Lyndon Nerenberg (VE7TCP/VE6BBM) Aq lyndon@orthanc.com .
186.Pp
187Ability to key an external device added by
188.An J\(:org Wunsch
189(DL8DTL).
190.Pp
191Farnsworth support for
192.Nm
193added by
194.An Stephen Cravey (N5UUU).
179.Sh BUGS
180Only understands a few European characters
181(German and French),
182no Asian characters,
183and no continental landline code.
184.Pp
185Sends a bit slower than it should due to system overhead.
186Some people would call this a feature.
195.Sh BUGS
196Only understands a few European characters
197(German and French),
198no Asian characters,
199and no continental landline code.
200.Pp
201Sends a bit slower than it should due to system overhead.
202Some people would call this a feature.