summaryrefslogtreecommitdiffstats
path: root/misc-utils/replay.pl
diff options
context:
space:
mode:
Diffstat (limited to 'misc-utils/replay.pl')
-rwxr-xr-xmisc-utils/replay.pl6
1 files changed, 5 insertions, 1 deletions
diff --git a/misc-utils/replay.pl b/misc-utils/replay.pl
index 78564d6be..416dc6019 100755
--- a/misc-utils/replay.pl
+++ b/misc-utils/replay.pl
@@ -16,7 +16,7 @@ replay timingfile [typescript [divisor]]
This program replays a typescript, using timing information to ensure that
output happens at the same speed as it originally appeared when the script
-was recorded. It is only guaranteed to work preperly if run on the same
+was recorded. It is only guaranteed to work properly if run on the same
terminal the script was recorded on.
The timings information is what script outputs to standard error if it is
@@ -69,6 +69,10 @@ while (<TIMING>) {
}
print $oldblock;
+=head1 SEE ALSO
+
+script(1)
+
=head1 COPYRIGHT
This program is in the public domain.