Browse Source

missing , found by Dongsheng Song

OPENBSD_5_7
deraadt 9 years ago
parent
commit
8ab45b8557
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      src/lib/libc/stdlib/malloc.3

+ 3
- 3
src/lib/libc/stdlib/malloc.3 View File

@ -30,9 +30,9 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE. .\" SUCH DAMAGE.
.\" .\"
.\" $OpenBSD: malloc.3,v 1.88 2014/12/09 14:22:43 jmc Exp $
.\" $OpenBSD: malloc.3,v 1.89 2015/01/08 03:41:14 deraadt Exp $
.\" .\"
.Dd $Mdocdate: December 9 2014 $
.Dd $Mdocdate: January 8 2015 $
.Dt MALLOC 3 .Dt MALLOC 3
.Os .Os
.Sh NAME .Sh NAME
@ -131,7 +131,7 @@ pointer, no action occurs.
If If
.Fa ptr .Fa ptr
was previously freed by was previously freed by
.Fn free
.Fn free ,
.Fn realloc , .Fn realloc ,
or or
.Fn reallocarray , .Fn reallocarray ,


Loading…
Cancel
Save