]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
script: (man) be more explicit about log purpose
authorKarel Zak <kzak@redhat.com>
Wed, 29 Jun 2022 10:36:18 +0000 (12:36 +0200)
committerKarel Zak <kzak@redhat.com>
Wed, 29 Jun 2022 10:36:18 +0000 (12:36 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
term-utils/script.1.adoc

index 7921361509777f46ae654e6625eb892279e8e8a2..d7840cd41a141a99bfe3d8d0837bc53140fc83e2 100644 (file)
@@ -101,10 +101,10 @@ Log output to the _file_. The default is to log output to the file with name _ty
 Log timing information to the _file_. Two timing file formats are supported now. The classic format is used when only one stream (input or output) logging is enabled. The multi-stream format is used on *--log-io* or when *--log-in* and *--log-out* are used together. See also *--logging-format*.
 
 *-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.
+Force use of _advanced_ or _classic_ timing log 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*;;
-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.
+The timing 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*;;
 The first field is an entry type identifier ('I'nput, 'O'utput, 'H'eader, 'S'ignal). The second field is how much time elapsed since the previous entry, and the rest of the entry is type-specific data.