diff options
author | Daniel Dickman <daniel@cvs.openbsd.org> | 2017-02-23 20:29:18 +0000 |
---|---|---|
committer | Daniel Dickman <daniel@cvs.openbsd.org> | 2017-02-23 20:29:18 +0000 |
commit | 08a4b91eb00347ec1639c1a6818ad7fcc57ce587 (patch) | |
tree | 3ce543113962573c4327c94db586326b690f45b3 | |
parent | a2f873f7a729711552fd59bc0ccb0740acac48d7 (diff) |
Replace use of mathematical minus with an em-dash (from tb@) and break up
a long sentence (from tj@).
-rw-r--r-- | lib/libc/hash/md5.3 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/libc/hash/md5.3 b/lib/libc/hash/md5.3 index 547f5f76cb4..4c5cb67acf2 100644 --- a/lib/libc/hash/md5.3 +++ b/lib/libc/hash/md5.3 @@ -16,9 +16,9 @@ .\" If we meet some day, and you think this stuff is worth it, you .\" can buy me a beer in return. Poul-Henning Kamp .\" -.\" $OpenBSD: md5.3,v 1.5 2015/11/10 23:48:18 jmc Exp $ +.\" $OpenBSD: md5.3,v 1.6 2017/02/23 20:29:17 daniel Exp $ .\" -.Dd $Mdocdate: November 10 2015 $ +.Dd $Mdocdate: February 23 2017 $ .Dt MD5INIT 3 .Os .Sh NAME @@ -67,9 +67,9 @@ MD5 has been broken; it should only be used where necessary for backward compatibility. The attack on MD5 is in the nature of finding .Dq collisions -\- that is, multiple -inputs which hash to the same value; it is still unlikely for an attacker -to be able to determine the exact original input given a hash value. +\(em that is, multiple inputs which hash to the same value. +It is still unlikely for an attacker to be able to determine the exact +original input given a hash value. .Pp The .Fn MD5Init , |