From 9d745bbb9866f9d0b2025b0f319558f193d30531 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Mon, 22 Nov 2021 10:22:09 +0100 Subject: [PATCH] script: (adoc) improve man page readability Signed-off-by: Karel Zak --- term-utils/script.1.adoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/term-utils/script.1.adoc b/term-utils/script.1.adoc index 4ddef817e6..0e6b994401 100644 --- a/term-utils/script.1.adoc +++ b/term-utils/script.1.adoc @@ -102,11 +102,11 @@ Log timing information to the _file_. Two timing file formats are supported now. *-m*, *--logging-format* _format_:: Force use of _advanced_ or _classic_ format. The default is the classic format to log only output and the advanced format when input as well as output logging is requested. - -*Classic format*::: ++ +*Classic format*;; The log contains two fields, separated by a space. The first field indicates how much time elapsed since the previous output. The second field indicates how many characters were output this time. - -*Advanced (multi-stream) format*::: ++ +*Advanced (multi-stream) format*;; The first field is an entry type identifier ('I'nput, 'O'utput, 'H'eader, 'S'ignal). The socond field is how much time elapsed since the previous entry, and the rest of the entry is type-specific data. *-o*, *--output-limit* _size_:: -- 2.47.3