From fb8e96b5be442e6e7921f6e80c96004e7a64b5f3 Mon Sep 17 00:00:00 2001 From: Jakub Wilk Date: Sat, 7 May 2016 17:54:21 +0200 Subject: [PATCH] Improve man page formatting Use regular font for metacharacters such as "[]", "," or "|"; use italic font for metavariables. --- man/tio.1 | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/man/tio.1 b/man/tio.1 index 66bb483..b2ff85f 100644 --- a/man/tio.1 +++ b/man/tio.1 @@ -6,7 +6,7 @@ tio \- The simple TTY terminal I/O application .SH "SYNOPSIS" .PP .B tio -[] +.RI "[" "] " "" .SH "DESCRIPTION" .PP @@ -17,43 +17,43 @@ commandline interface to easily connect to TTY devices for basic input/output. .SH "OPTIONS" .TP -.B \-b, \-\-baudrate +.BR \-b ", " "\-\-baudrate " \fI Set baud rate [bps] (default: 115200). .TP -.B \-d, \-\-databits 5|6|7|8 +.BR \-d ", " "\-\-databits 5" | 6 | 7 | 8 Set data bits (default: 8). .TP -.B \-f, \-\-flow hard|soft|none +.BR \-f ", " "\-\-flow hard" | soft | none Set flow control (default: none). .TP -.B \-s, \-\-stopbits 1|2 +.BR \-s ", " "\-\-stopbits 1" | 2 Set stop bits (default: 1). .TP -.B \-p, \-\-parity odd|even|none +.BR \-p ", " "\-\-parity odd" | even | none Set parity (default: none). .TP -.B \-o, \-\-output\-delay +.BR \-o ", " "\-\-output\-delay " \fI Set output delay [ms] \(em delay inserted between each transmitted character (default: 0). .TP -.B \-n, \-\-no\-autoconnect +.BR \-n ", " \-\-no\-autoconnect Disable automatic connect. .TP -.B \-l, \-\-log +.BR \-l ", " "\-\-log " \fI Log to file. .TP -.B \-v, \-\-version +.BR \-v ", " \-\-version Display program version. .TP -.B \-h, \-\-help +.BR \-h ", " \-\-help Display help.