artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4edc166
)
missing , found by Dongsheng Song
author
deraadt
<deraadt@openbsd.org>
Thu, 8 Jan 2015 03:41:14 +0000
(
03:41
+0000)
committer
deraadt
<deraadt@openbsd.org>
Thu, 8 Jan 2015 03:41:14 +0000
(
03:41
+0000)
lib/libc/stdlib/malloc.3
patch
|
blob
|
history
diff --git
a/lib/libc/stdlib/malloc.3
b/lib/libc/stdlib/malloc.3
index
46c8d51
..
fadf9e2
100644
(file)
--- a/
lib/libc/stdlib/malloc.3
+++ b/
lib/libc/stdlib/malloc.3
@@
-30,9
+30,9
@@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $OpenBSD: malloc.3,v 1.8
8 2014/12/09 14:22:43 jmc
Exp $
+.\" $OpenBSD: malloc.3,v 1.8
9 2015/01/08 03:41:14 deraadt
Exp $
.\"
-.Dd $Mdocdate:
December 9 2014
$
+.Dd $Mdocdate:
January 8 2015
$
.Dt MALLOC 3
.Os
.Sh NAME
@@
-131,7
+131,7
@@
pointer, no action occurs.
If
.Fa ptr
was previously freed by
-.Fn free
+.Fn free
,
.Fn realloc ,
or
.Fn reallocarray ,