summaryrefslogtreecommitdiffstats
path: root/usr.bin/morse/morse.6
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/morse/morse.6')
-rw-r--r--usr.bin/morse/morse.611
1 files changed, 8 insertions, 3 deletions
diff --git a/usr.bin/morse/morse.6 b/usr.bin/morse/morse.6
index 94645bb..bf33956 100644
--- a/usr.bin/morse/morse.6
+++ b/usr.bin/morse/morse.6
@@ -29,7 +29,7 @@
.\" @(#)bcd.6 8.1 (Berkeley) 5/31/93
.\" $FreeBSD$
.\"
-.Dd June 7, 2005
+.Dd January 5, 2018
.Dt MORSE 6
.Os
.Sh NAME
@@ -37,7 +37,7 @@
.Nd reformat input as morse code
.Sh SYNOPSIS
.Nm
-.Op Fl elps
+.Op Fl elrps
.Op Fl d Ar device
.Op Fl w Ar speed
.Op Fl c Ar speed
@@ -85,13 +85,18 @@ 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
.Fl p
or
.Fl d .
+.It Fl r
+Decode morse output consisting of dots and dashes (as generated by using
+the
+.Fl s
+option).
.El
.Pp
The
OpenPOWER on IntegriCloud