diff options
-rw-r--r-- | src/lib/libc/stdlib/malloc.3 | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ | |||
30 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 30 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
31 | .\" SUCH DAMAGE. | 31 | .\" SUCH DAMAGE. |
32 | .\" | 32 | .\" |
33 | .\" $OpenBSD: malloc.3,v 1.99 2016/10/20 05:49:59 otto Exp $ | 33 | .\" $OpenBSD: malloc.3,v 1.100 2016/10/20 08:03:15 jmc Exp $ |
34 | .\" | 34 | .\" |
35 | .Dd $Mdocdate: October 20 2016 $ | 35 | .Dd $Mdocdate: October 20 2016 $ |
36 | .Dt MALLOC 3 | 36 | .Dt MALLOC 3 |
@@ -381,7 +381,7 @@ has been modified. | |||
381 | A byte after the requested size has been overwritten, | 381 | A byte after the requested size has been overwritten, |
382 | indicating a heap overflow. | 382 | indicating a heap overflow. |
383 | The offset at which corruption was detected is printed before the @, | 383 | The offset at which corruption was detected is printed before the @, |
384 | the requested length of the allocation after the @. | 384 | and the requested length of the allocation after the @. |
385 | .It Dq recursive call | 385 | .It Dq recursive call |
386 | An attempt was made to call recursively into these functions, i.e., from a | 386 | An attempt was made to call recursively into these functions, i.e., from a |
387 | signal handler. | 387 | signal handler. |