Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/stdlib mandoc lint



details:   https://anonhg.NetBSD.org/src/rev/24a702ff7a13
branches:  trunk
changeset: 809662:24a702ff7a13
user:      kamil <kamil%NetBSD.org@localhost>
date:      Sun Jul 26 17:00:37 2015 +0000

description:
mandoc lint

diffstat:

 lib/libc/stdlib/malloc.3 |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r f5044b1b74e5 -r 24a702ff7a13 lib/libc/stdlib/malloc.3
--- a/lib/libc/stdlib/malloc.3  Sun Jul 26 15:30:36 2015 +0000
+++ b/lib/libc/stdlib/malloc.3  Sun Jul 26 17:00:37 2015 +0000
@@ -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 @@
 When using
 .Fn realloc ,
 one must be careful to avoid the following idiom:
-.Pp
 .Bd -literal -offset indent
 nsize += 50;
 



Home | Main Index | Thread Index | Old Index