dpb-replay.1 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. .\" $OpenBSD: dpb-replay.1,v 1.3 2014/03/23 12:24:14 nigel 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: March 23 2014 $
  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 s Ar speedup
  27. .Ar file
  28. .Sh DESCRIPTION
  29. .Nm
  30. is used to replay
  31. .Xr dpb 1
  32. terminal logs
  33. .Po
  34. .Pa %L/term-report.log
  35. .Pc
  36. later, usually at a much higher speed than the first run,
  37. for demonstration and optimization purposes.
  38. The options are as follows
  39. .Bl -tag -width keywordaaaa
  40. .It Fl c
  41. Color display.
  42. .It Fl s Ar speedup
  43. Sets the time acceleration to
  44. .Ar speedup
  45. (defaults to 10).
  46. .El
  47. .Sh SEE ALSO
  48. .Xr dpb 1