Module Name: src Committed By: jmcneill Date: Sun Aug 7 11:33:03 UTC 2011
Modified Files: src/common/lib/libprop: prop_dictionary_util.3 Log Message: prop_dictionary_get_dict: last argument is prop_dictionary_t *, not bool * To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/common/lib/libprop/prop_dictionary_util.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_util.3 diff -u src/common/lib/libprop/prop_dictionary_util.3:1.6 src/common/lib/libprop/prop_dictionary_util.3:1.7 --- src/common/lib/libprop/prop_dictionary_util.3:1.6 Sun Mar 27 22:45:30 2011 +++ src/common/lib/libprop/prop_dictionary_util.3 Sun Aug 7 11:33:03 2011 @@ -1,4 +1,4 @@ -.\" $NetBSD: prop_dictionary_util.3,v 1.6 2011/03/27 22:45:30 wiz Exp $ +.\" $NetBSD: prop_dictionary_util.3,v 1.7 2011/08/07 11:33:03 jmcneill Exp $ .\" .\" Copyright (c) 2006 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 March 12, 2011 +.Dd August 7, 2011 .Dt PROP_DICTIONARY_UTIL 3 .Os .Sh NAME @@ -63,7 +63,7 @@ .\" .Ft bool .Fn prop_dictionary_get_dict "prop_dictionary_t dict" "const char *key" \ - "bool *dictp" + "prop_dictionary_t *dictp" .Ft bool .Fn prop_dictionary_get_bool "prop_dictionary_t dict" "const char *key" \ "bool *valp"