Module Name: src
Committed By: kamil
Date: Sun Jul 26 17:00:37 UTC 2015
Modified Files:
src/lib/libc/stdlib: malloc.3
Log Message:
mandoc lint
To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 src/lib/libc/stdlib/malloc.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libc/stdlib/malloc.3
diff -u src/lib/libc/stdlib/malloc.3:1.41 src/lib/libc/stdlib/malloc.3:1.42
--- src/lib/libc/stdlib/malloc.3:1.41 Fri Feb 6 08:37:39 2015
+++ src/lib/libc/stdlib/malloc.3 Sun Jul 26 17:00:37 2015
@@ -1,4 +1,4 @@
-.\" $NetBSD: malloc.3,v 1.41 2015/02/06 08:37:39 wiz Exp $
+.\" $NetBSD: malloc.3,v 1.42 2015/07/26 17:00:37 kamil Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -212,7 +212,6 @@ if ((p = calloc(num, size)) == NULL)
When using
.Fn realloc ,
one must be careful to avoid the following idiom:
-.Pp
.Bd -literal -offset indent
nsize += 50;