summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2015-01-08 03:41:15 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2015-01-08 03:41:15 +0000
commitf98a26b29d214d51e73366e8615d95783ff44194 (patch)
treedd94efa5ab0fd7f431da4719567ce977e63038ce
parent8690583bac6b43fa8c9e6988beb64623448d8833 (diff)
missing , found by Dongsheng Song
-rw-r--r--lib/libc/stdlib/malloc.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/stdlib/malloc.3 b/lib/libc/stdlib/malloc.3
index 46c8d512a0d..fadf9e24d74 100644
--- 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.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
.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 ,