summaryrefslogtreecommitdiffstats
path: root/term-utils/scriptreplay.1
diff options
context:
space:
mode:
authorBenno Schulenberg2014-07-15 23:07:37 +0200
committerKarel Zak2014-07-16 12:03:25 +0200
commit6e72fa5965d121812db5d0186b06fd988bb5699c (patch)
tree49cba561b1c054e4e4e3ce69adfaf70ee91d252c /term-utils/scriptreplay.1
parentdocs: bring several man pages closer to standard formatting (diff)
downloadkernel-qcow2-util-linux-6e72fa5965d121812db5d0186b06fd988bb5699c.tar.gz
kernel-qcow2-util-linux-6e72fa5965d121812db5d0186b06fd988bb5699c.tar.xz
kernel-qcow2-util-linux-6e72fa5965d121812db5d0186b06fd988bb5699c.zip
docs: bring a few more man pages closer to standard formatting
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Diffstat (limited to 'term-utils/scriptreplay.1')
-rw-r--r--term-utils/scriptreplay.112
1 files changed, 6 insertions, 6 deletions
diff --git a/term-utils/scriptreplay.1 b/term-utils/scriptreplay.1
index 329dbc9f8..8c9053aed 100644
--- a/term-utils/scriptreplay.1
+++ b/term-utils/scriptreplay.1
@@ -3,14 +3,14 @@
scriptreplay \- play back typescripts, using timing information
.SH "SYNOPSIS"
.B scriptreplay
-.RI [ options ]
+[options]
.RB [ \-t ]
.I timingfile
.RI [ typescript
.RI [ divisor ]]
.SH "DESCRIPTION"
This program replays a typescript, using timing information to ensure that
-output happens at the same speed as it originally appeared when the script
+output happens in the same rhythm as it originally appeared when the script
was recorded.
.PP
The replay simply displays the information again; the programs
@@ -45,10 +45,10 @@ than the original session.
The first three options will overide old-style arguments.
.TP
.BR \-t , " \-\-timing " \fIfile\fR
-File containing script timing output.
+File containing \fBscript\fR's timing output.
.TP
.BR \-s , " \-\-typescript " \fIfile\fR
-File containing the script terminal output.
+File containing \fBscript\fR's terminal output.
.TP
.BR \-d , " \-\-divisor " \fInumber\fR
Speed up the replay displaying this
@@ -57,9 +57,9 @@ of times. The argument is a floating point number. It's called divisor
because it divides the timings by this factor.
.TP
.BR \-m , " \-\-maxdelay " \fInumber\fR
-Set the maximal delay between transcript updates to
+Set the maximum delay between transcript updates to
.I number
-seconds. The argument is a floating point number. This can be used to
+of seconds. The argument is a floating point number. This can be used to
avoid long pauses in the transcript replay.
.TP
.BR \-V , " \-\-version"