From 5ec33f5d4db710b933c524d298b9521dd84b3524 Mon Sep 17 00:00:00 2001 From: Martin Lund Date: Fri, 3 May 2024 11:57:26 +0200 Subject: [PATCH] Update doc --- README.md | 2 +- examples/config/config | 2 +- man/tio.1.in | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 17e989a..a54b021 100644 --- a/README.md +++ b/README.md @@ -411,7 +411,7 @@ script = set{DTR=high,RTS=low}; msleep(100); set{DTR=low,RTS=high}; msleep(100); script-run = once color = 13 -[usb devices] +[usb-devices] pattern = ^usb([0-9]*) device = /dev/ttyUSB%m1 color = 14 diff --git a/examples/config/config b/examples/config/config index 1d18e89..5665ee3 100644 --- a/examples/config/config +++ b/examples/config/config @@ -55,7 +55,7 @@ log-file = tincan.log log-strip = true color = 11 -[usb] +[usb-devices] pattern = ^usb([0-9]*) device = /dev/ttyUSB%m1 color = 12 diff --git a/man/tio.1.in b/man/tio.1.in index e4cd066..f138483 100644 --- a/man/tio.1.in +++ b/man/tio.1.in @@ -622,7 +622,7 @@ regular expressions: .RS .nf .eo -[usb device] +[usb-devices] pattern = ^usb([0-9]*) device = /dev/ttyUSB%m1 baudrate = 115200