From 373dca3d5b016c82406003075b1397399eaa570a Mon Sep 17 00:00:00 2001 From: Martin Lund Date: Wed, 8 Jun 2022 20:33:13 +0200 Subject: [PATCH] Update README --- README.md | 6 +++--- man/tio.1.in | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2ac5cbb..fb797a5 100644 --- a/README.md +++ b/README.md @@ -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) [![tio](https://snapcraft.io/tio/badge.svg)](https://snapcraft.io/tio) @@ -6,7 +6,7 @@ ## 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 operations. @@ -16,7 +16,7 @@ operations. ### 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 embedded developers and hackers. diff --git a/man/tio.1.in b/man/tio.1.in index bbfd338..b7327a9 100644 --- a/man/tio.1.in +++ b/man/tio.1.in @@ -1,7 +1,7 @@ .TH "tio" "1" "@version_date@" "tio @version@" "User Commands" .SH "NAME" -tio \- a simple serial terminal I/O tool +tio \- a simple serial device I/O tool .SH "SYNOPSIS" .PP @@ -11,7 +11,7 @@ tio \- a simple serial terminal I/O tool .SH "DESCRIPTION" .PP .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. .SH "OPTIONS"