From dafe39d6fe2bc80ad9bcdd75e8d99cb9466d5fa7 Mon Sep 17 00:00:00 2001 From: enami Date: Tue, 18 Nov 1997 06:58:46 +0000 Subject: Use .Sh RETURN VALUES instead of .Pp, as malloc.3 or free.3 does. --- lib/libc/stdlib/realloc.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libc/stdlib/realloc.3') 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 -- cgit