]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
scriptlive: (man) add missing parenthesis
authorKarel Zak <kzak@redhat.com>
Fri, 23 Apr 2021 09:35:20 +0000 (11:35 +0200)
committerKarel Zak <kzak@redhat.com>
Fri, 23 Apr 2021 09:35:20 +0000 (11:35 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
term-utils/scriptlive.1.adoc

index f1cdd82518f2209e99a0e54f9bdd3fae2c9d826b..738b15b1b7ecd6d4de36b22cc3497fd6b387eb87 100644 (file)
@@ -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*.