Module Name:    src
Committed By:   pgoyette
Date:           Mon Jan  4 18:27:47 UTC 2021

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

Log Message:
Better grammar.


To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 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.58 src/share/man/man9/malloc.9:1.59
--- src/share/man/man9/malloc.9:1.58	Thu Jun  4 13:45:19 2020
+++ src/share/man/man9/malloc.9	Mon Jan  4 18:27:46 2021
@@ -1,4 +1,4 @@
-.\"	$NetBSD: malloc.9,v 1.58 2020/06/04 13:45:19 wiz Exp $
+.\"	$NetBSD: malloc.9,v 1.59 2021/01/04 18:27:46 pgoyette Exp $
 .\"
 .\" Copyright (c) 1996, 2003 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -27,7 +27,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd May 30, 2020
+.Dd January 4, 2021
 .Dt MALLOC 9
 .Os
 .Sh NAME
@@ -227,7 +227,7 @@ Misc temporary data buffers.
 .El
 .Pp
 Other malloc types are defined by the corresponding subsystem; see the
-documentation for that subsystem for information its available malloc
+documentation for that subsystem for information about its available malloc
 types.
 .Sh NOTES
 The malloc type argument is actually unused on

Reply via email to