summaryrefslogtreecommitdiffstats
path: root/term-utils/scriptreplay.1
diff options
context:
space:
mode:
authorBenno Schulenberg2011-08-20 11:29:50 +0200
committerKarel Zak2011-08-22 10:39:28 +0200
commit557db9cd05ef5b81a44abf88361cfba556070558 (patch)
tree703ccb3cfd394535af889467dadee529f618d1f2 /term-utils/scriptreplay.1
parentpg: normalize formatting of the man page, and tweak some of its wording (diff)
downloadkernel-qcow2-util-linux-557db9cd05ef5b81a44abf88361cfba556070558.tar.gz
kernel-qcow2-util-linux-557db9cd05ef5b81a44abf88361cfba556070558.tar.xz
kernel-qcow2-util-linux-557db9cd05ef5b81a44abf88361cfba556070558.zip
scriptreplay: improve synopsis and formatting and wording in man page
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Diffstat (limited to 'term-utils/scriptreplay.1')
-rw-r--r--term-utils/scriptreplay.132
1 files changed, 18 insertions, 14 deletions
diff --git a/term-utils/scriptreplay.1 b/term-utils/scriptreplay.1
index 184ff19a2..7788af7f3 100644
--- a/term-utils/scriptreplay.1
+++ b/term-utils/scriptreplay.1
@@ -145,6 +145,8 @@ scriptreplay \- play back typescripts, using timing information
.SH "SYNOPSIS"
.IX Header "SYNOPSIS"
.B scriptreplay
+.RI [ options ]
+.RB [ \-t ]
.I timingfile
.RI [ typescript
.RI [ divisor ]]
@@ -165,7 +167,7 @@ which
.B scriptreplay
is sending its output.
.PP
-The timings information is what
+The timing information is what
.BR script (1)
outputs to standard error if it is
run with the
@@ -173,31 +175,33 @@ run with the
parameter.
.PP
By default, the typescript to display is assumed to be named \*(L"typescript\*(R",
-but other filenames may be specified, as the second parameter.
+but other filenames may be specified, as the second parameter or with option
+.BR \-s .
.PP
-If the third parameter is specified, it is used as a speed-up multiplier. For
-example, a speed-up of 2 makes
+If the third parameter is specified, it is used as a speed-up multiplier.
+For example, a speed-up of 2 makes
.B scriptreplay
-go twice as fast and a speed-up of 0.1 makes it go ten times slower
+go twice as fast, and a speed-up of 0.1 makes it go ten times slower
than the original session.
.SH OPTIONS
-The options will overide old style arguments.
+The first three options will overide old-style arguments.
.TP
-.BR \-t , " \-\-timing FILE"
+.BR \-t , " \-\-timing " \fIfile\fR
File containing script timing output.
.TP
-.BR \-s , " \-\-typescript FILE"
-Script terminal output file.
+.BR \-s , " \-\-typescript " \fIfile\fR
+File containing the script terminal output.
.TP
-.BR \-d , " \-\-divisor NUM"
-Speed up or slow down replay displaying by divisor. The argument
-is floating point number.
+.BR \-d , " \-\-divisor " \fInumber\fR
+Speed up the replay displaying this \fInumber\fR of times.
+The argument is a floating point number. It's called divisor
+because it divides the timings by this factor.
.TP
.BR \-V , " \-\-version"
-Print version information.
+Display version information and exit.
.TP
.BR \-h , " \-\-help"
-Print a help message.
+Display a help message and exit.
.SH "EXAMPLE"
.IX Header "EXAMPLE"
.Vb 7