diff options
| author | enami <enami@NetBSD.org> | 1997-11-18 06:58:46 +0000 |
|---|---|---|
| committer | enami <enami@NetBSD.org> | 1997-11-18 06:58:46 +0000 |
| commit | dafe39d6fe2bc80ad9bcdd75e8d99cb9466d5fa7 (patch) | |
| tree | 0096ec479838694016d179e78c2ed5a3636ae747 /lib/libc/stdlib/realloc.3 | |
| parent | 6236ac03334c029af25fcfce3f53db562bb0266f (diff) | |
Use .Sh RETURN VALUES instead of .Pp, as malloc.3 or free.3 does.
Diffstat (limited to 'lib/libc/stdlib/realloc.3')
| -rw-r--r-- | lib/libc/stdlib/realloc.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdlib/realloc.3 b/lib/libc/stdlib/realloc.3 index f963cb3b4e4..8f796752452 100644 --- a/lib/libc/stdlib/realloc.3 +++ b/lib/libc/stdlib/realloc.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: realloc.3,v 1.4 1995/12/28 08:52:45 thorpej Exp $ +.\" $NetBSD: realloc.3,v 1.5 1997/11/18 06:58:46 enami Exp $ .\" .\" Copyright (c) 1991 The Regents of the University of California. .\" All rights reserved. @@ -84,7 +84,7 @@ If is zero and .Fa ptr is not a null pointer, the object it points to is freed. -.Pp +.Sh RETURN VALUES The .Fn realloc function returns either a null pointer or a pointer |
