From 1a2414b3e48e5965b42af32a4117d731ccda1273 Mon Sep 17 00:00:00 2001 From: jmc <> Date: Thu, 20 Oct 2016 08:03:15 +0000 Subject: [PATCH] avoid sentence splicing; --- 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 97014187..1abbbdbc 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.99 2016/10/20 05:49:59 otto Exp $ +.\" $OpenBSD: malloc.3,v 1.100 2016/10/20 08:03:15 jmc Exp $ .\" .Dd $Mdocdate: October 20 2016 $ .Dt MALLOC 3 @@ -381,7 +381,7 @@ has been modified. A byte after the requested size has been overwritten, indicating a heap overflow. The offset at which corruption was detected is printed before the @, -the requested length of the allocation after the @. +and the requested length of the allocation after the @. .It Dq recursive call An attempt was made to call recursively into these functions, i.e., from a signal handler.