mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Updated MAN and README page
This commit is contained in:
parent
c190efdad1
commit
838df819fd
3 changed files with 8 additions and 8 deletions
10
man/gotty.1
10
man/gotty.1
|
|
@ -1,4 +1,4 @@
|
|||
.TH "gotty" "1" "27 September 2014"
|
||||
.TH "gotty" "1" "30 September 2014"
|
||||
|
||||
.SH "NAME"
|
||||
Go TTY \- The really simple TTY terminal application
|
||||
|
|
@ -6,15 +6,15 @@ Go TTY \- The really simple TTY terminal application
|
|||
.SH "SYNOPSIS"
|
||||
.PP
|
||||
.B gotty
|
||||
[<OPTIONS>] <DEVICE>
|
||||
[<options>] <tty device>
|
||||
|
||||
.SH "DESCRIPTION"
|
||||
.PP
|
||||
.B Go TTY
|
||||
or
|
||||
.B gotty
|
||||
is a really simple TTY terminal application which features a very simple
|
||||
commandline interface to easily connect to TTY devices for basic input/output.
|
||||
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"
|
||||
|
||||
|
|
@ -35,7 +35,7 @@ Set flow control (default: none).
|
|||
|
||||
Set stop bits (default: 1).
|
||||
.TP
|
||||
.B \-p, \--parity even|odd|none
|
||||
.B \-p, \--parity odd|even|none
|
||||
|
||||
Set parity (default: none).
|
||||
.TP
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue