mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Update README
This commit is contained in:
parent
50478e7df3
commit
373dca3d5b
2 changed files with 5 additions and 5 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
# tio - a simple serial terminal I/O tool
|
# tio - a simple serial device I/O tool
|
||||||
|
|
||||||
[](https://circleci.com/gh/tio/tio/tree/master)
|
[](https://circleci.com/gh/tio/tio/tree/master)
|
||||||
[](https://snapcraft.io/tio)
|
[](https://snapcraft.io/tio)
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
## 1. Introduction
|
## 1. Introduction
|
||||||
|
|
||||||
tio is a simple serial terminal tool which features a straightforward
|
tio is a simple serial device tool which features a straightforward
|
||||||
command-line interface to easily connect to TTY devices for basic I/O
|
command-line interface to easily connect to TTY devices for basic I/O
|
||||||
operations.
|
operations.
|
||||||
|
|
||||||
|
|
@ -16,7 +16,7 @@ operations.
|
||||||
|
|
||||||
### 1.1 Motivation
|
### 1.1 Motivation
|
||||||
|
|
||||||
To make a simpler serial terminal tool for talking with TTY devices with less
|
To make a simpler serial device tool for talking with TTY devices with less
|
||||||
focus on classic terminal/modem features and more focus on the needs of
|
focus on classic terminal/modem features and more focus on the needs of
|
||||||
embedded developers and hackers.
|
embedded developers and hackers.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
.TH "tio" "1" "@version_date@" "tio @version@" "User Commands"
|
.TH "tio" "1" "@version_date@" "tio @version@" "User Commands"
|
||||||
|
|
||||||
.SH "NAME"
|
.SH "NAME"
|
||||||
tio \- a simple serial terminal I/O tool
|
tio \- a simple serial device I/O tool
|
||||||
|
|
||||||
.SH "SYNOPSIS"
|
.SH "SYNOPSIS"
|
||||||
.PP
|
.PP
|
||||||
|
|
@ -11,7 +11,7 @@ tio \- a simple serial terminal I/O tool
|
||||||
.SH "DESCRIPTION"
|
.SH "DESCRIPTION"
|
||||||
.PP
|
.PP
|
||||||
.B tio
|
.B tio
|
||||||
is a simple serial terminal tool which features a straightforward command-line
|
is a simple serial device tool which features a straightforward command-line
|
||||||
interface to easily connect to serial TTY devices for basic I/O operations.
|
interface to easily connect to serial TTY devices for basic I/O operations.
|
||||||
|
|
||||||
.SH "OPTIONS"
|
.SH "OPTIONS"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue