Stripped trailing whitespace from man page

This commit is contained in:
Jakub Wilk 2016-04-23 22:31:03 +02:00
parent 97c896d52b
commit ad0aa62623

View file

@ -1,22 +1,22 @@
.TH "gotty" "1" "30 September 2014"
.SH "NAME"
.SH "NAME"
gotty \- The really simple TTY terminal application
.SH "SYNOPSIS"
.PP
.B gotty
.PP
.B gotty
[<options>] <tty device>
.SH "DESCRIPTION"
.PP
.SH "DESCRIPTION"
.PP
.B Go TTY
or
.B gotty
is a really simple TTY terminal application which features a simple commandline
interface to easily connect to TTY devices for basic input/output.
.SH "OPTIONS"
.SH "OPTIONS"
.TP
.B \-b, \--baudrate <bps>
@ -73,6 +73,6 @@ gotty /dev/serial/by-id/usb-FTDI_TTL232R-3V3_FTGQVXBL-if00-port0
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"
.SH "AUTHOR"
.PP
Written by Martin Lund <martin.lund@keep-it-simple.com>.