diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2018-07-25 12:44:56 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2018-07-25 12:44:56 +0000 |
commit | de6a36cc574f6aeba37be5d9f814ad19c8c763c4 (patch) | |
tree | 6b20c8c8e3b2de201ee4e3181aeca9053267160c /share/man/man1 | |
parent | 291be86d4c3e15f187dd465d2b1bd00b07efe557 (diff) |
document -e
Diffstat (limited to 'share/man/man1')
-rw-r--r-- | share/man/man1/dpb-replay.1 | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/share/man/man1/dpb-replay.1 b/share/man/man1/dpb-replay.1 index 26c765149ca..e4c6ed59a6a 100644 --- a/share/man/man1/dpb-replay.1 +++ b/share/man/man1/dpb-replay.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dpb-replay.1,v 1.1 2018/06/26 05:38:49 espie Exp $ +.\" $OpenBSD: dpb-replay.1,v 1.2 2018/07/25 12:44:55 espie Exp $ .\" .\" Copyright (c) 2013 Marc Espie <espie@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: June 26 2018 $ +.Dd $Mdocdate: July 25 2018 $ .Dt DPB-REPLAY 1 .Os .Sh NAME @@ -23,6 +23,7 @@ .Sh SYNOPSIS .Nm .Op Fl c +.Op Fl e Ar regexp .Op Fl s Ar speedup .Ar file .Sh DESCRIPTION @@ -39,6 +40,12 @@ The options are as follows .Bl -tag -width keywordaaaa .It Fl c Color display. +.It Fl e Ar regexp +Start display only when information matches +.Ar regexp , +which is a +.Xr perl 1 +regexp. .It Fl s Ar speedup Sets the time acceleration to .Ar speedup |