diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2018-07-26 06:49:09 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2018-07-26 06:49:09 +0000 |
commit | 14b5bc7fb4d715f22b4e5677d92d385ad4ec82ca (patch) | |
tree | bc8fd0ecdd3969c70c0d34a758a08267115b42e5 | |
parent | fb3586ff9475f7d17c82595668b3188e38497daa (diff) |
tweak previous; ok espie
-rw-r--r-- | share/man/man1/dpb-replay.1 | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/share/man/man1/dpb-replay.1 b/share/man/man1/dpb-replay.1 index e4c6ed59a6a..f7a3bf60961 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.2 2018/07/25 12:44:55 espie Exp $ +.\" $OpenBSD: dpb-replay.1,v 1.3 2018/07/26 06:49:08 jmc 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: July 25 2018 $ +.Dd $Mdocdate: July 26 2018 $ .Dt DPB-REPLAY 1 .Os .Sh NAME @@ -41,11 +41,10 @@ The options are as follows .It Fl c Color display. .It Fl e Ar regexp -Start display only when information matches -.Ar regexp , -which is a +Start display only when information matches the .Xr perl 1 -regexp. +regular expression +.Ar regexp . .It Fl s Ar speedup Sets the time acceleration to .Ar speedup |