Use .Sh RETURN VALUES instead of .Pp, as malloc.3 or free.3 does.
This commit is contained in:
parent
6236ac0333
commit
dafe39d6fe
|
@ -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.
|
.\" Copyright (c) 1991 The Regents of the University of California.
|
||||||
.\" All rights reserved.
|
.\" All rights reserved.
|
||||||
|
@ -84,7 +84,7 @@ If
|
||||||
is zero and
|
is zero and
|
||||||
.Fa ptr
|
.Fa ptr
|
||||||
is not a null pointer, the object it points to is freed.
|
is not a null pointer, the object it points to is freed.
|
||||||
.Pp
|
.Sh RETURN VALUES
|
||||||
The
|
The
|
||||||
.Fn realloc
|
.Fn realloc
|
||||||
function returns either a null pointer or a pointer
|
function returns either a null pointer or a pointer
|
||||||
|
|
Loading…
Reference in New Issue