From: Karel Zak Date: Fri, 23 Apr 2021 09:35:20 +0000 (+0200) Subject: scriptlive: (man) add missing parenthesis X-Git-Tag: v2.37-rc2~42 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d77714dcb96db7041b02e20f07818c03a410a85d;p=thirdparty%2Futil-linux.git scriptlive: (man) add missing parenthesis Signed-off-by: Karel Zak --- diff --git a/term-utils/scriptlive.1.adoc b/term-utils/scriptlive.1.adoc index f1cdd82518..738b15b1b7 100644 --- a/term-utils/scriptlive.1.adoc +++ b/term-utils/scriptlive.1.adoc @@ -21,7 +21,7 @@ This program re-runs a typescript, using stdin typescript and timing information The *session is executed* in a newly created pseudoterminal with the user's $SHELL (or defaults to _/bin/bash_). -*Be careful!* Do not forget that the typescript may contains arbitrary commands. It is recommended to use *"scriptreplay --stream in --log-in typescript"* (or with *--log-io* instead of *--log-in* to verify the typescript before it is executed by *scriptlive*. +*Be careful!* Do not forget that the typescript may contains arbitrary commands. It is recommended to use *"scriptreplay --stream in --log-in typescript"* (or with *--log-io* instead of *--log-in*) to verify the typescript before it is executed by *scriptlive*. The timing information is what script1 outputs to file specified by *--log-timing*. The typescript has to contain stdin information and it is what script1 outputs to file specified by *--log-in* or *--log-io*.