summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2016-10-20 08:03:16 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2016-10-20 08:03:16 +0000
commit090d2edce6904a941171a16e2b3cd89c1a73f953 (patch)
treeb193c298df8a49825edfec80b38b5a38516b0c02
parent4e8af2e9a7ef5b41c5c006d585dfb77bb622aeba (diff)
avoid sentence splicing;
-rw-r--r--lib/libc/stdlib/malloc.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdlib/malloc.3 b/lib/libc/stdlib/malloc.3
index 97014187b8f..1abbbdbc7ac 100644
--- a/lib/libc/stdlib/malloc.3
+++ b/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.