morse(6): fix two typod

This commit is contained in:
eadler 2018-01-03 17:04:13 +00:00
parent b6ddae99a2
commit 072a7e0473
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -155,7 +155,7 @@ static const struct morsetab iso8859_1tab[] = {
{'\350', "..-.."}, /* è */
{'\351', "..-.."}, /* é */
{'\352', "-..-."}, /* ê */
{'\361', "--.--"}, /* n */
{'\361', "--.--"}, /* ñ */
{'\366', "---."}, /* ö */
{'\374', "..--"}, /* ü */