morse(6): fix two typod
This commit is contained in:
parent
af317aa4e5
commit
1796f7b1ff
@ -85,7 +85,7 @@ Similar to
|
||||
.Fl p ,
|
||||
but use the RTS line of
|
||||
.Ar device
|
||||
(which must by a TTY device)
|
||||
(which must be a TTY device)
|
||||
in order to emit the morse code.
|
||||
.It Fl e
|
||||
Echo each character before it is sent, used together with either
|
||||
|
@ -155,7 +155,7 @@ static const struct morsetab iso8859_1tab[] = {
|
||||
{'\350', "..-.."}, /* è */
|
||||
{'\351', "..-.."}, /* é */
|
||||
{'\352', "-..-."}, /* ê */
|
||||
{'\361', "--.--"}, /* n */
|
||||
{'\361', "--.--"}, /* ñ */
|
||||
{'\366', "---."}, /* ö */
|
||||
{'\374', "..--"}, /* ü */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user