diff options
author | otto <> | 2008-08-07 18:41:47 +0000 |
---|---|---|
committer | otto <> | 2008-08-07 18:41:47 +0000 |
commit | fa6a8862d748e6cec964da061b6daa4995b3a4fd (patch) | |
tree | ab2b83eaf101e031704b9e4f35be361112d8f9fe /src/lib/libc/stdlib/malloc.3 | |
parent | 10837c3c47f1b9d7d1a061fff2327a4e280ba338 (diff) | |
download | openbsd-fa6a8862d748e6cec964da061b6daa4995b3a4fd.tar.gz openbsd-fa6a8862d748e6cec964da061b6daa4995b3a4fd.tar.bz2 openbsd-fa6a8862d748e6cec964da061b6daa4995b3a4fd.zip |
small cleanup of error/warning strings
Diffstat (limited to 'src/lib/libc/stdlib/malloc.3')
-rw-r--r-- | src/lib/libc/stdlib/malloc.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libc/stdlib/malloc.3 b/src/lib/libc/stdlib/malloc.3 index 8eeea6e58c..b9d62d04d0 100644 --- a/src/lib/libc/stdlib/malloc.3 +++ b/src/lib/libc/stdlib/malloc.3 | |||
@@ -30,9 +30,9 @@ | |||
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.53 2008/07/28 19:53:03 otto Exp $ | 33 | .\" $OpenBSD: malloc.3,v 1.54 2008/08/07 18:41:47 otto Exp $ |
34 | .\" | 34 | .\" |
35 | .Dd $Mdocdate: July 28 2008 $ | 35 | .Dd $Mdocdate: August 7 2008 $ |
36 | .Dt MALLOC 3 | 36 | .Dt MALLOC 3 |
37 | .Os | 37 | .Os |
38 | .Sh NAME | 38 | .Sh NAME |
@@ -391,7 +391,7 @@ or | |||
391 | an unallocated pointer was made. | 391 | an unallocated pointer was made. |
392 | .It Dq chunk is already free | 392 | .It Dq chunk is already free |
393 | There was an attempt to free a chunk that had already been freed. | 393 | There was an attempt to free a chunk that had already been freed. |
394 | .It Dq modified (chunk-) pointer | 394 | .It Dq modified chunk-pointer |
395 | The pointer passed to | 395 | The pointer passed to |
396 | .Fn free | 396 | .Fn free |
397 | or | 397 | or |