From 4782faf47faf3d989d78db5441dc4a2e9d83029a Mon Sep 17 00:00:00 2001 From: Martin Lund Date: Thu, 5 Jan 2023 08:23:09 +0100 Subject: [PATCH] Update plain text man page --- man/tio.1.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/man/tio.1.txt b/man/tio.1.txt index c66269f..8f64e0a 100644 --- a/man/tio.1.txt +++ b/man/tio.1.txt @@ -391,11 +391,11 @@ EXAMPLES Redirect serial device I/O to Unix file socket for scripting: - $ tio -S unix:/tmp/tmux-socket0 /dev/ttyUSB0 + $ tio -S unix:/tmp/tio-socket0 /dev/ttyUSB0 Then, to issue a command via the file socket simply do: - $ echo "ls -la" | nc -UN /tmp/tmux-socket0 > /dev/null + $ echo "ls -la" | nc -UN /tmp/tio-socket0 > /dev/null Or use the expect command to script an interaction: @@ -444,4 +444,4 @@ WEBSITE AUTHOR Created by Martin Lund . -tio 2.5 2022-11-02 tio(1) +tio 2.6 2022-12-17 tio(1)