Source-Changes-HG archive

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

[src/trunk]: src/share/man/man9 slightly improve sentence, no need to 'Note' ...



details:   https://anonhg.NetBSD.org/src/rev/c9d3ae74bba9
branches:  trunk
changeset: 972575:c9d3ae74bba9
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Sat May 30 17:18:22 2020 +0000

description:
slightly improve sentence, no need to 'Note' when in NOTES section

diffstat:

 share/man/man9/malloc.9 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 752866bbad0f -r c9d3ae74bba9 share/man/man9/malloc.9
--- a/share/man/man9/malloc.9   Sat May 30 17:12:01 2020 +0000
+++ b/share/man/man9/malloc.9   Sat May 30 17:18:22 2020 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index