From 2beb49e605c928d344eea1d603b030942cc35d21 Mon Sep 17 00:00:00 2001 From: jmc <> Date: Thu, 20 Oct 2016 08:03:15 +0000 Subject: avoid sentence splicing; --- 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 97014187b8..1abbbdbc7a 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. -- cgit v1.2.3-55-g6feb