]> rtime.felk.cvut.cz Git - sojka/sterm.git/blobdiff - sterm.man
Minor refactoring
[sojka/sterm.git] / sterm.man
index 3a77f2a285ac9f6fe83d4877557dfe32f8c193e6..4c12108af0d1c281c2c83117bf908af225621c35 100644 (file)
--- a/sterm.man
+++ b/sterm.man
@@ -16,6 +16,10 @@ serial connection. To exit the program there is special key
 sequence: '<Enter>~.'
 .SH OPTIONS
 .TP
+\fB\-b <duration>\fR
+Send break signal of given DURATION after opening the DEVICE. See
+tcsendbreak(3) for definition of duration.
+.TP
 \fB\-c\fR
 Enter command mode. See COMMAND MODE section below.
 .TP
@@ -43,6 +47,9 @@ Set serial like baudrate to the given value. Here are few common
 values: 4800, 9600, 19200, 115200. For full list of supported
 baudrates see source files or test what is acceptable.
 
+.TP
+\fB\-v\fR
+Be verbose.
 .SH PULSE
 
 Options \fB\-d\fR and \fB\-r\fR take an optional argument PULSE that
@@ -81,6 +88,15 @@ section.
 Generate a pulse on RTS. The PULSE argument is described in PULSE
 section.
 .RE
+.I break DURATION
+.RS
+Send break signal of given duration. See
+.BR tcsendbreak (3).
+.RE
+.I exit
+.RS
+Exit sterm.
+.RE
 .I go
 .RS
 Exit command mode and enter normal sterm operation.