From 0afae5d3ee9283c3761047669158f1ad20bcd9c5 Mon Sep 17 00:00:00 2001 From: Martin Lund Date: Fri, 12 Apr 2024 13:03:51 +0200 Subject: [PATCH] Update text --- README.md | 10 +++++----- man/tio.1.in | 8 ++++---- src/alert.c | 2 +- src/alert.h | 2 +- src/configfile.c | 2 +- src/configfile.h | 2 +- src/error.c | 2 +- src/error.h | 2 +- src/log.c | 2 +- src/log.h | 2 +- src/main.c | 2 +- src/misc.c | 2 +- src/misc.h | 2 +- src/options.c | 2 +- src/options.h | 2 +- src/print.c | 2 +- src/print.h | 2 +- src/rs485.c | 2 +- src/rs485.h | 2 +- src/script.c | 2 +- src/script.h | 2 +- src/setspeed.c | 2 +- src/setspeed.h | 2 +- src/signals.c | 2 +- src/signals.h | 2 +- src/socket.c | 2 +- src/socket.h | 2 +- src/timestamp.c | 2 +- src/timestamp.h | 2 +- src/tty.c | 2 +- src/tty.h | 2 +- src/xymodem.h | 2 +- 32 files changed, 39 insertions(+), 39 deletions(-) diff --git a/README.md b/README.md index 0e91e84..b09d0a9 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ [![tio](images/tio-icon.png)]() -# tio - a simple serial device I/O tool +# tio - a serial device I/O tool [![](https://img.shields.io/circleci/build/github/tio/tio)](https://circleci.com/github/tio/tio/tree/master) [![](https://img.shields.io/github/v/release/tio/tio?sort=semver)](https://github.com/tio/tio/releases) @@ -10,9 +10,9 @@ ## 1. Introduction -tio is a simple serial device tool which features a straightforward -command-line and configuration file interface to easily connect to serial TTY -devices for basic I/O operations. +tio is a serial device tool which features a straightforward command-line and +configuration file interface to easily connect to serial TTY devices for basic +I/O operations.

@@ -24,7 +24,7 @@ To make a simpler serial device tool for talking with serial TTY devices with less focus on classic terminal/modem features and more focus on the needs of embedded developers and hackers. -tio was originally created as an alternative to +tio was originally created as an alternative to [screen](https://www.gnu.org/software/screen) for connecting to serial devices when used in combination with [tmux](https://tmux.github.io). diff --git a/man/tio.1.in b/man/tio.1.in index 14b0b34..eafa446 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 device I/O tool +tio \- a serial device I/O tool .SH "SYNOPSIS" .PP @@ -10,9 +10,9 @@ tio \- a simple serial device I/O tool .SH "DESCRIPTION" .PP -\fBtio\fR is a simple serial device tool which features a straightforward -command-line and configuration file interface to easily connect to serial TTY -devices for basic I/O operations. +\fBtio\fR is a serial device tool which features a straightforward command-line +and configuration file interface to easily connect to serial TTY devices for +basic I/O operations. .SH "OPTIONS" diff --git a/src/alert.c b/src/alert.c index 4cb0132..cc6abdd 100644 --- a/src/alert.c +++ b/src/alert.c @@ -1,5 +1,5 @@ /* - * tio - a simple serial terminal I/O tool + * tio - a serial device I/O tool * * Copyright (c) 2014-2022 Martin Lund * diff --git a/src/alert.h b/src/alert.h index cb26eff..10932ea 100644 --- a/src/alert.h +++ b/src/alert.h @@ -1,5 +1,5 @@ /* - * tio - a simple serial terminal I/O tool + * tio - a serial device I/O tool * * Copyright (c) 2014-2022 Martin Lund * diff --git a/src/configfile.c b/src/configfile.c index f454115..193f7fe 100644 --- a/src/configfile.c +++ b/src/configfile.c @@ -1,5 +1,5 @@ /* - * tio - a simple serial terminal I/O tool + * tio - a serial device I/O tool * * Copyright (c) 2020-2022 Liam Beguin * Copyright (c) 2022 Martin Lund diff --git a/src/configfile.h b/src/configfile.h index 74e1b6e..7748149 100644 --- a/src/configfile.h +++ b/src/configfile.h @@ -1,5 +1,5 @@ /* - * tio - a simple serial terminal I/O tool + * tio - a serial device I/O tool * * Copyright (c) 2020 Liam Beguin * Copyright (c) 2022 Martin Lund diff --git a/src/error.c b/src/error.c index dfe32aa..8049bc6 100644 --- a/src/error.c +++ b/src/error.c @@ -1,5 +1,5 @@ /* - * tio - a simple serial terminal I/O tool + * tio - a serial device I/O tool * * Copyright (c) 2014-2022 Martin Lund * diff --git a/src/error.h b/src/error.h index 109d002..ed81ba3 100644 --- a/src/error.h +++ b/src/error.h @@ -1,5 +1,5 @@ /* - * tio - a simple serial terminal I/O tool + * tio - a serial device I/O tool * * Copyright (c) 2014-2022 Martin Lund * diff --git a/src/log.c b/src/log.c index f940d44..0962d26 100644 --- a/src/log.c +++ b/src/log.c @@ -1,5 +1,5 @@ /* - * tio - a simple serial terminal I/O tool + * tio - a serial device I/O tool * * Copyright (c) 2014-2022 Martin Lund * diff --git a/src/log.h b/src/log.h index b24114e..d95d9f3 100644 --- a/src/log.h +++ b/src/log.h @@ -1,5 +1,5 @@ /* - * tio - a simple serial terminal I/O tool + * tio - a serial device I/O tool * * Copyright (c) 2014-2022 Martin Lund * diff --git a/src/main.c b/src/main.c index ddf8848..4b6d91e 100644 --- a/src/main.c +++ b/src/main.c @@ -1,5 +1,5 @@ /* - * tio - a simple serial terminal I/O tool + * tio - a serial device I/O tool * * Copyright (c) 2014-2022 Martin Lund * diff --git a/src/misc.c b/src/misc.c index 6770a28..55febe6 100644 --- a/src/misc.c +++ b/src/misc.c @@ -1,5 +1,5 @@ /* - * tio - a simple serial terminal I/O tool + * tio - a serial device I/O tool * * Copyright (c) 2014-2022 Martin Lund * diff --git a/src/misc.h b/src/misc.h index b05142c..65f7f03 100644 --- a/src/misc.h +++ b/src/misc.h @@ -1,5 +1,5 @@ /* - * tio - a simple serial terminal I/O tool + * tio - a serial device I/O tool * * Copyright (c) 2014-2022 Martin Lund * diff --git a/src/options.c b/src/options.c index f50e65f..44fc47f 100644 --- a/src/options.c +++ b/src/options.c @@ -1,5 +1,5 @@ /* - * tio - a simple serial terminal I/O tool + * tio - a serial device I/O tool * * Copyright (c) 2014-2022 Martin Lund * diff --git a/src/options.h b/src/options.h index 4e1c17f..b5b5c7b 100644 --- a/src/options.h +++ b/src/options.h @@ -1,5 +1,5 @@ /* - * tio - a simple serial terminal I/O tool + * tio - a serial device I/O tool * * Copyright (c) 2014-2022 Martin Lund * diff --git a/src/print.c b/src/print.c index 6e743b8..1c891aa 100644 --- a/src/print.c +++ b/src/print.c @@ -1,5 +1,5 @@ /* - * tio - a simple serial terminal I/O tool + * tio - a serial device I/O tool * * Copyright (c) 2014-2022 Martin Lund * diff --git a/src/print.h b/src/print.h index 0bcf03a..f20d173 100644 --- a/src/print.h +++ b/src/print.h @@ -1,5 +1,5 @@ /* - * tio - a simple serial terminal I/O tool + * tio - a serial device I/O tool * * Copyright (c) 2014-2022 Martin Lund * diff --git a/src/rs485.c b/src/rs485.c index ee84b60..2cb1067 100644 --- a/src/rs485.c +++ b/src/rs485.c @@ -1,5 +1,5 @@ /* - * tio - a simple serial device I/O tool + * tio - a serial device I/O tool * * Copyright (c) 2022 Martin Lund * diff --git a/src/rs485.h b/src/rs485.h index b7a4882..ed075ab 100644 --- a/src/rs485.h +++ b/src/rs485.h @@ -1,5 +1,5 @@ /* - * tio - a simple serial device I/O tool + * tio - a serial device I/O tool * * Copyright (c) 2022 Martin Lund * diff --git a/src/script.c b/src/script.c index 063c583..bc7d1d5 100644 --- a/src/script.c +++ b/src/script.c @@ -1,5 +1,5 @@ /* - * tio - a simple serial terminal I/O tool + * tio - a serial device I/O tool * * Copyright (c) 2014-2024 Martin Lund * diff --git a/src/script.h b/src/script.h index 0ea0faf..a2778e7 100644 --- a/src/script.h +++ b/src/script.h @@ -1,5 +1,5 @@ /* - * tio - a simple serial terminal I/O tool + * tio - a serial device I/O tool * * Copyright (c) 2014-2024 Martin Lund * diff --git a/src/setspeed.c b/src/setspeed.c index 012d97b..8ed54c4 100644 --- a/src/setspeed.c +++ b/src/setspeed.c @@ -1,5 +1,5 @@ /* - * tio - a simple serial terminal I/O tool + * tio - a serial device I/O tool * * Copyright (c) 2017-2022 Martin Lund * diff --git a/src/setspeed.h b/src/setspeed.h index c201f6e..feef305 100644 --- a/src/setspeed.h +++ b/src/setspeed.h @@ -1,5 +1,5 @@ /* - * tio - a simple serial terminal I/O tool + * tio - a serial device I/O tool * * Copyright (c) 2022 Martin Lund * diff --git a/src/signals.c b/src/signals.c index 6829b44..95a6062 100644 --- a/src/signals.c +++ b/src/signals.c @@ -1,5 +1,5 @@ /* - * tio - a simple serial terminal I/O tool + * tio - a serial device I/O tool * * Copyright (c) 2022 Martin Lund * diff --git a/src/signals.h b/src/signals.h index 8d8d70f..68c4e76 100644 --- a/src/signals.h +++ b/src/signals.h @@ -1,5 +1,5 @@ /* - * tio - a simple serial terminal I/O tool + * tio - a serial device I/O tool * * Copyright (c) 2022 Martin Lund * diff --git a/src/socket.c b/src/socket.c index 23b1249..595efd9 100644 --- a/src/socket.c +++ b/src/socket.c @@ -1,5 +1,5 @@ /* - * tio - a simple serial terminal I/O tool + * tio - a serial device I/O tool * * Copyright (c) 2014-2022 Martin Lund * Copyright (c) 2022 Google LLC diff --git a/src/socket.h b/src/socket.h index 2caffaf..523f6c4 100644 --- a/src/socket.h +++ b/src/socket.h @@ -1,5 +1,5 @@ /* - * tio - a simple serial terminal I/O tool + * tio - a serial device I/O tool * * Copyright (c) 2014-2022 Martin Lund * Copyright (c) 2022 Google LLC diff --git a/src/timestamp.c b/src/timestamp.c index 91374dd..aae80c3 100644 --- a/src/timestamp.c +++ b/src/timestamp.c @@ -1,5 +1,5 @@ /* - * tio - a simple serial terminal I/O tool + * tio - a serial device I/O tool * * Copyright (c) 2014-2022 Martin Lund * diff --git a/src/timestamp.h b/src/timestamp.h index ee23ce6..572be3c 100644 --- a/src/timestamp.h +++ b/src/timestamp.h @@ -1,5 +1,5 @@ /* - * tio - a simple serial terminal I/O tool + * tio - a serial device I/O tool * * Copyright (c) 2014-2022 Martin Lund * diff --git a/src/tty.c b/src/tty.c index 2aea470..f282cbe 100644 --- a/src/tty.c +++ b/src/tty.c @@ -1,5 +1,5 @@ /* - * tio - a simple serial terminal I/O tool + * tio - a serial device I/O tool * * Copyright (c) 2014-2022 Martin Lund * diff --git a/src/tty.h b/src/tty.h index eb4b3bb..633e51c 100644 --- a/src/tty.h +++ b/src/tty.h @@ -1,5 +1,5 @@ /* - * tio - a simple serial terminal I/O tool + * tio - a serial device I/O tool * * Copyright (c) 2014-2022 Martin Lund * diff --git a/src/xymodem.h b/src/xymodem.h index 8e8232c..cd837e7 100644 --- a/src/xymodem.h +++ b/src/xymodem.h @@ -1,5 +1,5 @@ /* - * tio - a simple serial terminal I/O tool + * tio - a serial device I/O tool * * Copyright (c) 2014-2024 Martin Lund *