From ede92497795708479c3197c1898c2a84c906324e Mon Sep 17 00:00:00 2001 From: jmc <> Date: Fri, 7 Oct 2016 14:43:13 +0000 Subject: [PATCH] grammar fix previous; --- src/lib/libc/stdlib/malloc.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/libc/stdlib/malloc.3 b/src/lib/libc/stdlib/malloc.3 index 638bcc2b..7420a9c2 100644 --- a/src/lib/libc/stdlib/malloc.3 +++ b/src/lib/libc/stdlib/malloc.3 @@ -30,7 +30,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: malloc.3,v 1.96 2016/10/07 12:59:04 otto Exp $ +.\" $OpenBSD: malloc.3,v 1.97 2016/10/07 14:43:13 jmc Exp $ .\" .Dd $Mdocdate: October 7 2016 $ .Dt MALLOC 3 @@ -380,7 +380,7 @@ has been modified. .It Dq chunk canary corrupted 0xhhhhllll A byte after the requested size has been overwritten, indicating a heap overflow. -The high word is the length of the chunk, +The high word is the length of the chunk; the low word is the offset at which corruption was detected. .It Dq recursive call An attempt was made to call recursively into these functions, i.e., from a