From 2c64b8df6269ad1d551cc2561a55d4e91a8f7f83 Mon Sep 17 00:00:00 2001 From: Martin Lund Date: Wed, 8 Oct 2014 19:33:47 +0200 Subject: [PATCH] Updated man page --- man/gotty.1 | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/man/gotty.1 b/man/gotty.1 index b271120..f33525a 100644 --- a/man/gotty.1 +++ b/man/gotty.1 @@ -51,6 +51,10 @@ Display program version. Display help. +.SH "KEYS" +.TP +In session, press ctrl-g + q to quit. + .SH "EXAMPLES" .TP The most common use is without options. For example: @@ -61,6 +65,10 @@ gotty -b 115200 -d 8 -f none -s 1 -p none /dev/ttyUSB0 .TP It is recommended to connect serial tty devices by id. For example: gotty /dev/serial/by-id/usb-FTDI_TTL232R-3V3_FTGQVXBL-if00-port0 +.PP +Using serial devices by id ensures that gotty automatically reconnects to the +correct serial device if the device is disconnected and then reconnected. + .SH "AUTHOR" .PP Written by Martin Lund .