diff options
| author | fair <fair@NetBSD.org> | 1998-04-28 21:19:49 +0000 |
|---|---|---|
| committer | fair <fair@NetBSD.org> | 1998-04-28 21:19:49 +0000 |
| commit | aba63e6a510a2e9bfe6a583b982a2eafeb4b0a5f (patch) | |
| tree | 0bf2b107dbbd672be8bae3c2b33498ffc6f658f1 /lib/libc/stdlib/realloc.3 | |
| parent | a27dd1341b52c927c80f49b0baed1669d62cb749 (diff) | |
fix mdoc references and mistakes
Diffstat (limited to 'lib/libc/stdlib/realloc.3')
| -rw-r--r-- | lib/libc/stdlib/realloc.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/stdlib/realloc.3 b/lib/libc/stdlib/realloc.3 index 9165bc4fa42..59b0d3893b8 100644 --- a/lib/libc/stdlib/realloc.3 +++ b/lib/libc/stdlib/realloc.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: realloc.3,v 1.8 1998/02/05 18:50:17 perry Exp $ +.\" $NetBSD: realloc.3,v 1.9 1998/04/28 21:19:50 fair Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -68,16 +68,16 @@ Otherwise, if does not match a pointer earlier returned by the .Xr calloc 3 , .Xr malloc 3 , -or +or .Fn realloc function, or if the space has been deallocated by a call to the -.Xr free +.Fn free or .Fn realloc function, unpredictable and usually detrimental behavior will occur. -If the space cannot be allocated, the object +If the space cannot be allocated, the object pointed to by .Fa ptr is unchanged. |
