diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2007-04-13 13:57:02 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2007-04-13 13:57:02 +0000 |
commit | 05c098915e64978c768534c33db5f8902e731788 (patch) | |
tree | bacd2277b62fb772e31f574f049d67f140636c8d /bin/md5/rmd160.1 | |
parent | ffaf69e3ef553274df8a9144a010136a05b296fe (diff) |
allow multiple -t to increase the test count. cpus are getting too fast.
ok grunk. with manpage from grunk and jmc
Diffstat (limited to 'bin/md5/rmd160.1')
-rw-r--r-- | bin/md5/rmd160.1 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/bin/md5/rmd160.1 b/bin/md5/rmd160.1 index b80d8e25146..815fe8e677f 100644 --- a/bin/md5/rmd160.1 +++ b/bin/md5/rmd160.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rmd160.1,v 1.22 2007/03/27 20:40:04 millert Exp $ +.\" $OpenBSD: rmd160.1,v 1.23 2007/04/13 13:57:01 tedu Exp $ .\" .\" Copyright (c) 2003, 2004, 2006 Todd C. Miller <Todd.Miller@courtesan.com> .\" @@ -77,6 +77,10 @@ Prints a checksum of the given .Ar string . .It Fl t Runs a built-in time trial. +Specifying +.Fl t +multiple times results in the number of rounds being multiplied +by 10 for each additional flag. .It Fl x Runs a built-in test script. .El |