Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man9 Typo fix.
details: https://anonhg.NetBSD.org/src/rev/4e61ab8427ff
branches: trunk
changeset: 542551:4e61ab8427ff
user: wiz <wiz%NetBSD.org@localhost>
date: Sat Feb 01 12:52:49 2003 +0000
description:
Typo fix.
diffstat:
share/man/man9/malloc.9 | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diffs (28 lines):
diff -r 256efae3942d -r 4e61ab8427ff share/man/man9/malloc.9
--- a/share/man/man9/malloc.9 Sat Feb 01 11:12:35 2003 +0000
+++ b/share/man/man9/malloc.9 Sat Feb 01 12:52:49 2003 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: malloc.9,v 1.28 2003/02/01 06:27:23 thorpej Exp $
+.\" $NetBSD: malloc.9,v 1.29 2003/02/01 12:52:49 wiz Exp $
.\"
.\" Copyright (c) 1996, 2003 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -99,7 +99,8 @@
.Fa size
and returns a pointer to the
.Pq possibly moved
-object. The memory contents are unchanged up to the lesser of the new
+object.
+The memory contents are unchanged up to the lesser of the new
and old sizes.
If the new size is larger, the newly allocated memory is
uninitialized.
@@ -205,7 +206,7 @@
.Fa type
argument describes the subsystem and/or use within a subsystem for which
the allocated memory was needed, and is commonly used to maintain statistics
-about kernel memory usage and, optionally, inforce limits on this usage for
+about kernel memory usage and, optionally, enforce limits on this usage for
certain memory types.
.Pp
In addition to some built-in generic types defined by the kernel
Home |
Main Index |
Thread Index |
Old Index