Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/stdlib Spacing; Fn -> Xr for jemalloc.



details:   https://anonhg.NetBSD.org/src/rev/1ae22d8d49f6
branches:  trunk
changeset: 339531:1ae22d8d49f6
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sun Jul 26 22:32:03 2015 +0000

description:
Spacing; Fn -> Xr for jemalloc.

diffstat:

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

diffs (36 lines):

diff -r 8644f430c97f -r 1ae22d8d49f6 lib/libc/stdlib/malloc.3
--- a/lib/libc/stdlib/malloc.3  Sun Jul 26 22:22:24 2015 +0000
+++ b/lib/libc/stdlib/malloc.3  Sun Jul 26 22:32:03 2015 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: malloc.3,v 1.43 2015/07/26 17:09:29 kamil Exp $
+.\" $NetBSD: malloc.3,v 1.44 2015/07/26 22:32:03 wiz Exp $
 .\"
 .\" Copyright (c) 1980, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -289,14 +289,14 @@
 .Pp
 A new implementation by Chris Kingsley was introduced in
 .Bx 4.2 ,
-followed by a complete rewrite by Poul-Henning Kamp (
-.Dq phk's malloc
+followed by a complete rewrite by Poul-Henning Kamp
+.Dq ( phk's malloc
 or
 .Dq new malloc )
 which appeared in
 .Fx 2.2
 and was included in
-.Nx  1.5
+.Nx 1.5
 and
 .Ox 2.0 .
 These implementations were all
@@ -304,7 +304,7 @@
 based.
 .Pp
 The
-.Fn jemalloc 3
+.Xr jemalloc 3
 allocator became the default system allocator first in
 .Fx 7.0
 and then in



Home | Main Index | Thread Index | Old Index