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_internalize_from_file_ret...



details:   https://anonhg.NetBSD.org/src/rev/3ebf7eaa85d1
branches:  trunk
changeset: 761619:3ebf7eaa85d1
user:      plunky <plunky%NetBSD.org@localhost>
date:      Wed Feb 02 16:37:27 2011 +0000

description:
prop_dictionary_internalize_from_file_returns_a_dictionary_not_an_array

diffstat:

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

diffs (18 lines):

diff -r 868e342da93b -r 3ebf7eaa85d1 common/lib/libprop/prop_dictionary.3
--- a/common/lib/libprop/prop_dictionary.3      Wed Feb 02 15:58:09 2011 +0000
+++ b/common/lib/libprop/prop_dictionary.3      Wed Feb 02 16:37:27 2011 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: prop_dictionary.3,v 1.15 2009/12/05 10:17:17 wiz Exp $
+.\"    $NetBSD: prop_dictionary.3,v 1.16 2011/02/02 16:37:27 plunky Exp $
 .\"
 .\" Copyright (c) 2006, 2009 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -313,7 +313,7 @@
 .It Fn prop_dictionary_internalize_from_file "const char *path"
 Reads the XML property list contained in the file specified by
 .Fa path ,
-internalizes it, and returns the corresponding array.
+internalizes it, and returns the corresponding dictionary.
 Returns
 .Dv NULL
 on failure.



Home | Main Index | Thread Index | Old Index