Skip to content

Commit

Permalink
Update text
Browse files Browse the repository at this point in the history
  • Loading branch information
lundmar committed Apr 12, 2024
1 parent e028544 commit 0afae5d
Show file tree
Hide file tree
Showing 32 changed files with 39 additions and 39 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -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.

<p align="center">
<img src="images/tio-demo.gif">
Expand All @@ -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).

Expand Down
8 changes: 4 additions & 4 deletions man/tio.1.in
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion src/alert.c
Original file line number Diff line number Diff line change
@@ -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
*
Expand Down
2 changes: 1 addition & 1 deletion src/alert.h
Original file line number Diff line number Diff line change
@@ -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
*
Expand Down
2 changes: 1 addition & 1 deletion src/configfile.c
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/configfile.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/error.c
Original file line number Diff line number Diff line change
@@ -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
*
Expand Down
2 changes: 1 addition & 1 deletion src/error.h
Original file line number Diff line number Diff line change
@@ -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
*
Expand Down
2 changes: 1 addition & 1 deletion src/log.c
Original file line number Diff line number Diff line change
@@ -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
*
Expand Down
2 changes: 1 addition & 1 deletion src/log.h
Original file line number Diff line number Diff line change
@@ -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
*
Expand Down
2 changes: 1 addition & 1 deletion src/main.c
Original file line number Diff line number Diff line change
@@ -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
*
Expand Down
2 changes: 1 addition & 1 deletion src/misc.c
Original file line number Diff line number Diff line change
@@ -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
*
Expand Down
2 changes: 1 addition & 1 deletion src/misc.h
Original file line number Diff line number Diff line change
@@ -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
*
Expand Down
2 changes: 1 addition & 1 deletion src/options.c
Original file line number Diff line number Diff line change
@@ -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
*
Expand Down
2 changes: 1 addition & 1 deletion src/options.h
Original file line number Diff line number Diff line change
@@ -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
*
Expand Down
2 changes: 1 addition & 1 deletion src/print.c
Original file line number Diff line number Diff line change
@@ -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
*
Expand Down
2 changes: 1 addition & 1 deletion src/print.h
Original file line number Diff line number Diff line change
@@ -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
*
Expand Down
2 changes: 1 addition & 1 deletion src/rs485.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* tio - a simple serial device I/O tool
* tio - a serial device I/O tool
*
* Copyright (c) 2022 Martin Lund
*
Expand Down
2 changes: 1 addition & 1 deletion src/rs485.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* tio - a simple serial device I/O tool
* tio - a serial device I/O tool
*
* Copyright (c) 2022 Martin Lund
*
Expand Down
2 changes: 1 addition & 1 deletion src/script.c
Original file line number Diff line number Diff line change
@@ -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
*
Expand Down
2 changes: 1 addition & 1 deletion src/script.h
Original file line number Diff line number Diff line change
@@ -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
*
Expand Down
2 changes: 1 addition & 1 deletion src/setspeed.c
Original file line number Diff line number Diff line change
@@ -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
*
Expand Down
2 changes: 1 addition & 1 deletion src/setspeed.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* tio - a simple serial terminal I/O tool
* tio - a serial device I/O tool
*
* Copyright (c) 2022 Martin Lund
*
Expand Down
2 changes: 1 addition & 1 deletion src/signals.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* tio - a simple serial terminal I/O tool
* tio - a serial device I/O tool
*
* Copyright (c) 2022 Martin Lund
*
Expand Down
2 changes: 1 addition & 1 deletion src/signals.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* tio - a simple serial terminal I/O tool
* tio - a serial device I/O tool
*
* Copyright (c) 2022 Martin Lund
*
Expand Down
2 changes: 1 addition & 1 deletion src/socket.c
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/socket.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/timestamp.c
Original file line number Diff line number Diff line change
@@ -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
*
Expand Down
2 changes: 1 addition & 1 deletion src/timestamp.h
Original file line number Diff line number Diff line change
@@ -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
*
Expand Down
2 changes: 1 addition & 1 deletion src/tty.c
Original file line number Diff line number Diff line change
@@ -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
*
Expand Down
2 changes: 1 addition & 1 deletion src/tty.h
Original file line number Diff line number Diff line change
@@ -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
*
Expand Down
2 changes: 1 addition & 1 deletion src/xymodem.h
Original file line number Diff line number Diff line change
@@ -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
*
Expand Down

0 comments on commit 0afae5d

Please sign in to comment.