Module Name:    src
Committed By:   plunky
Date:           Wed Feb  2 16:37:27 UTC 2011

Modified Files:
        src/common/lib/libprop: prop_dictionary.3

Log Message:
prop_dictionary_internalize_from_file_returns_a_dictionary_not_an_array


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 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.15 src/common/lib/libprop/prop_dictionary.3:1.16
--- src/common/lib/libprop/prop_dictionary.3:1.15	Sat Dec  5 10:17:17 2009
+++ src/common/lib/libprop/prop_dictionary.3	Wed Feb  2 16:37:27 2011
@@ -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.

Reply via email to