From dd757c925acdbf48efbbef0b58a5bc98f255800f Mon Sep 17 00:00:00 2001 From: Jakub Wilk Date: Wed, 4 May 2016 21:44:50 +0200 Subject: [PATCH 1/2] Fixed typo --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 8dbb105..79e510b 100644 --- a/README +++ b/README @@ -3,7 +3,7 @@ 1. Introduction - "tio" is a simple TTY terminal application which features a straightfoward + "tio" is a simple TTY terminal application which features a straightforward commandline interface to easily connect to TTY devices for basic input/output. From 6cc9a8ba4c7b0d90608d8f61360a3813ec8023d9 Mon Sep 17 00:00:00 2001 From: Jakub Wilk Date: Sat, 7 May 2016 13:47:07 +0200 Subject: [PATCH 2/2] Fixed silly "tio or tio" in man page --- man/tio.1 | 2 -- 1 file changed, 2 deletions(-) diff --git a/man/tio.1 b/man/tio.1 index b251173..982137e 100644 --- a/man/tio.1 +++ b/man/tio.1 @@ -11,8 +11,6 @@ tio \- The simple TTY terminal I/O application .SH "DESCRIPTION" .PP .B tio -or -.B tio is a simple TTY terminal application which features a straightforward commandline interface to easily connect to TTY devices for basic input/output.