morse(6): fix two typod
This commit is contained in:
parent
b6ddae99a2
commit
072a7e0473
@ -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…
Reference in New Issue
Block a user