Module Name: src Committed By: wiz Date: Sat Dec 5 10:17:17 UTC 2009
Modified Files: src/common/lib/libprop: prop_dictionary.3 Log Message: Fix prop_dictionary_ensure_capacity signature, bump date. >From Silas Silva in PR 42413. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/common/lib/libprop/prop_dictionary.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/common/lib/libprop/prop_dictionary.3 diff -u src/common/lib/libprop/prop_dictionary.3:1.14 src/common/lib/libprop/prop_dictionary.3:1.15 --- src/common/lib/libprop/prop_dictionary.3:1.14 Sat Oct 10 18:06:54 2009 +++ src/common/lib/libprop/prop_dictionary.3 Sat Dec 5 10:17:17 2009 @@ -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.