Source-Changes-HG archive

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

[src/trunk]: src/common/lib/libprop Fix prop_dictionary_ensure_capacity signa...



details:   https://anonhg.NetBSD.org/src/rev/6b9304a28e28
branches:  trunk
changeset: 749653:6b9304a28e28
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sat Dec 05 10:17:17 2009 +0000

description:
Fix prop_dictionary_ensure_capacity signature, bump date.
>From Silas Silva in PR 42413.

diffstat:

 common/lib/libprop/prop_dictionary.3 |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (28 lines):

diff -r 2285850facfc -r 6b9304a28e28 common/lib/libprop/prop_dictionary.3
--- a/common/lib/libprop/prop_dictionary.3      Sat Dec 05 10:05:54 2009 +0000
+++ b/common/lib/libprop/prop_dictionary.3      Sat Dec 05 10:17:17 2009 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: prop_dictionary.3,v 1.14 2009/10/10 18:06:54 bad Exp $
+.\"    $NetBSD: prop_dictionary.3,v 1.15 2009/12/05 10:17:17 wiz Exp $
 .\"
 .\" Copyright (c) 2006, 2009 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 October 10, 2009
+.Dd December 5, 2009
 .Dt PROP_DICTIONARY 3
 .Os
 .Sh NAME
@@ -165,7 +165,8 @@
 except the resulting dictionary is always mutable.
 .It Fn prop_dictionary_count "prop_dictionary_t dict"
 Returns the number of objects stored in the dictionary.
-.It Fn prop_dictionary_ensure_capacity "prop_dictionary_t dict"
+.It Fn prop_dictionary_ensure_capacity "prop_dictionary_t dict" \
+    "unsigned int capacity"
 Ensure that the dictionary has a total capacity of
 .Fa capacity ,
 including objects already stored in the dictionary.



Home | Main Index | Thread Index | Old Index