Source-Changes-HG archive

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

[src/trunk]: src/share/man/man9 Better grammar.



details:   https://anonhg.NetBSD.org/src/rev/175ec3175e04
branches:  trunk
changeset: 949199:175ec3175e04
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Mon Jan 04 18:27:46 2021 +0000

description:
Better grammar.

diffstat:

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

diffs (27 lines):

diff -r 32be51e104b6 -r 175ec3175e04 share/man/man9/malloc.9
--- a/share/man/man9/malloc.9   Mon Jan 04 18:26:59 2021 +0000
+++ b/share/man/man9/malloc.9   Mon Jan 04 18:27:46 2021 +0000
@@ -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 @@
 .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



Home | Main Index | Thread Index | Old Index