Module Name:    src
Committed By:   wiz
Date:           Sun Jul 26 22:32:03 UTC 2015

Modified Files:
        src/lib/libc/stdlib: malloc.3

Log Message:
Spacing; Fn -> Xr for jemalloc.


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 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.43 src/lib/libc/stdlib/malloc.3:1.44
--- src/lib/libc/stdlib/malloc.3:1.43	Sun Jul 26 17:09:29 2015
+++ src/lib/libc/stdlib/malloc.3	Sun Jul 26 22:32:03 2015
@@ -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 @@ first appeared in
 .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 @@ These implementations were all
 based.
 .Pp
 The
-.Fn jemalloc 3
+.Xr jemalloc 3
 allocator became the default system allocator first in
 .Fx 7.0
 and then in

Reply via email to