Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/common/lib/libprop prop_dictionary_get_dict: last argument i...
details: https://anonhg.NetBSD.org/src/rev/8e9142b1fef5
branches: trunk
changeset: 768055:8e9142b1fef5
user: jmcneill <jmcneill%NetBSD.org@localhost>
date: Sun Aug 07 11:33:03 2011 +0000
description:
prop_dictionary_get_dict: last argument is prop_dictionary_t *, not bool *
diffstat:
common/lib/libprop/prop_dictionary_util.3 | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 85e52e8f9d46 -r 8e9142b1fef5 common/lib/libprop/prop_dictionary_util.3
--- a/common/lib/libprop/prop_dictionary_util.3 Sun Aug 07 10:57:10 2011 +0000
+++ b/common/lib/libprop/prop_dictionary_util.3 Sun Aug 07 11:33:03 2011 +0000
@@ -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"
Home |
Main Index |
Thread Index |
Old Index