Module Name:    src
Committed By:   wiz
Date:           Thu Jun  4 13:45:19 UTC 2020

Modified Files:
        src/share/man/man9: malloc.9

Log Message:
Add missing comma.


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 src/share/man/man9/malloc.9

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man9/malloc.9
diff -u src/share/man/man9/malloc.9:1.57 src/share/man/man9/malloc.9:1.58
--- src/share/man/man9/malloc.9:1.57	Sat May 30 17:18:22 2020
+++ src/share/man/man9/malloc.9	Thu Jun  4 13:45:19 2020
@@ -1,4 +1,4 @@
-.\"	$NetBSD: malloc.9,v 1.57 2020/05/30 17:18:22 jdolecek Exp $
+.\"	$NetBSD: malloc.9,v 1.58 2020/06/04 13:45:19 wiz Exp $
 .\"
 .\" Copyright (c) 1996, 2003 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -238,7 +238,7 @@ with
 and
 .Ox .
 Likewise calls to
-.Fn MALLOC_DECLARE
+.Fn MALLOC_DECLARE ,
 .Fn MALLOC_DEFINE ,
 .Fn malloc_type_attach ,
 and

Reply via email to