Update README

This commit is contained in:
Martin Lund 2022-06-08 20:33:13 +02:00
parent 50478e7df3
commit 373dca3d5b
2 changed files with 5 additions and 5 deletions

View file

@ -1,4 +1,4 @@
# tio - a simple serial terminal I/O tool # tio - a simple serial device I/O tool
[![CircleCI](https://circleci.com/gh/tio/tio/tree/master.svg?style=shield)](https://circleci.com/gh/tio/tio/tree/master) [![CircleCI](https://circleci.com/gh/tio/tio/tree/master.svg?style=shield)](https://circleci.com/gh/tio/tio/tree/master)
[![tio](https://snapcraft.io/tio/badge.svg)](https://snapcraft.io/tio) [![tio](https://snapcraft.io/tio/badge.svg)](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.

View file

@ -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"