From: Karel Zak Date: Mon, 22 Nov 2021 09:22:09 +0000 (+0100) Subject: script: (adoc) improve man page readability X-Git-Tag: v2.38-rc1~154 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9d745bbb9866f9d0b2025b0f319558f193d30531;p=thirdparty%2Futil-linux.git script: (adoc) improve man page readability Signed-off-by: Karel Zak --- 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_::