Module Name: src
Committed By: jdolecek
Date: Sat May 30 17:18:22 UTC 2020
Modified Files:
src/share/man/man9: malloc.9
Log Message:
slightly improve sentence, no need to 'Note' when in NOTES section
To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 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.56 src/share/man/man9/malloc.9:1.57
--- src/share/man/man9/malloc.9:1.56 Sat May 30 17:12:01 2020
+++ src/share/man/man9/malloc.9 Sat May 30 17:18:22 2020
@@ -1,4 +1,4 @@
-.\" $NetBSD: malloc.9,v 1.56 2020/05/30 17:12:01 jdolecek Exp $
+.\" $NetBSD: malloc.9,v 1.57 2020/05/30 17:18:22 jdolecek Exp $
.\"
.\" Copyright (c) 1996, 2003 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -230,7 +230,7 @@ Other malloc types are defined by the co
documentation for that subsystem for information its available malloc
types.
.Sh NOTES
-Note that the malloc type argument is actually unused on
+The malloc type argument is actually unused on
.Nx ,
the argument is only supported for easier source compatibility
with