From fe6827bc7e2615f4428a8618c32cb7916aa9f3fe Mon Sep 17 00:00:00 2001 From: Martin Lund Date: Tue, 30 Aug 2022 01:11:27 +0200 Subject: [PATCH] Clean up man page --- man/tio.1.in | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/man/tio.1.in b/man/tio.1.in index 2102af7..16120db 100644 --- a/man/tio.1.in +++ b/man/tio.1.in @@ -55,24 +55,24 @@ Set output delay [ms] inserted between each sent line (default: 0). .BR " \-\-line\-pulse\-duration " \fI Set the pulse duration [ms] of each serial port line using the following key -valur pair format in the duration field: = +value pair format in the duration field: = Each key represents a serial line. The following keys are available: .RS .TP 8n -.IP "\fBDTR -Data Terminal Ready" -.IP "\fBRTS -Request To Send" -.IP "\fBCTS -Clear To Send" -.IP "\fBDSR -Data Set Ready" -.IP "\fBDCD -Data Carrier Detect" -.IP "\fBRI -Ring Indicator" +.IP \fBDTR +Data Terminal Ready +.IP \fBRTS +Request To Send +.IP \fBCTS +Clear To Send +.IP \fBDSR +Data Set Ready +.IP \fBDCD +Data Carrier Detect +.IP \fBRI +Ring Indicator .P If defining more than one key value pair, the pairs must be comma separated.