From 5462d4438335e1a1cfbc8ab5de50447c72cc263a Mon Sep 17 00:00:00 2001 From: Vicente Jimenez Aguilar Date: Tue, 30 Nov 2021 12:07:54 +0100 Subject: [PATCH] script.1.adoc: correct socond as second --- term-utils/script.1.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/term-utils/script.1.adoc b/term-utils/script.1.adoc index 0e6b994401..3c84de0e93 100644 --- a/term-utils/script.1.adoc +++ b/term-utils/script.1.adoc @@ -107,7 +107,7 @@ Force use of _advanced_ or _classic_ format. The default is the classic format t 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*;; -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. +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. *-o*, *--output-limit* _size_:: Limit the size of the typescript and timing files to _size_ and stop the child process after this size is exceeded. The calculated file size does not include the start and done messages that the *script* command prepends and appends to the child process output. Due to buffering, the resulting output file might be larger than the specified value. -- 2.47.3