From d918caea3f9eebb169a37279adac06972b4efe2d Mon Sep 17 00:00:00 2001 From: jmc <> Date: Fri, 7 Oct 2016 14:43:13 +0000 Subject: grammar fix previous; --- src/lib/libc/stdlib/malloc.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib') diff --git a/src/lib/libc/stdlib/malloc.3 b/src/lib/libc/stdlib/malloc.3 index 638bcc2b50..7420a9c207 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 -- cgit v1.2.3-55-g6feb