1.\" $OpenBSD: dpb-replay.1,v 1.3 2018/07/26 06:49:08 jmc Exp $ 2.\" 3.\" Copyright (c) 2013 Marc Espie <espie@openbsd.org> 4.\" 5.\" Permission to use, copy, modify, and distribute this software for any 6.\" purpose with or without fee is hereby granted, provided that the above 7.\" copyright notice and this permission notice appear in all copies. 8.\" 9.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 10.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 11.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 12.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 13.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 16.\" 17.Dd $Mdocdate: July 26 2018 $ 18.Dt DPB-REPLAY 1 19.Os 20.Sh NAME 21.Nm dpb-replay 22.Nd replays dpb terminal output 23.Sh SYNOPSIS 24.Nm 25.Op Fl c 26.Op Fl e Ar regexp 27.Op Fl s Ar speedup 28.Ar file 29.Sh DESCRIPTION 30.Nm 31is used to replay 32.Xr dpb 1 33terminal logs 34.Po 35.Pa %L/term-report.log 36.Pc 37later, usually at a much higher speed than the first run, 38for demonstration and optimization purposes. 39The options are as follows 40.Bl -tag -width keywordaaaa 41.It Fl c 42Color display. 43.It Fl e Ar regexp 44Start display only when information matches the 45.Xr perl 1 46regular expression 47.Ar regexp . 48.It Fl s Ar speedup 49Sets the time acceleration to 50.Ar speedup 51(defaults to 10). 52.El 53.Sh SEE ALSO 54.Xr dpb 1 55