Module Name: src
Committed By: wiz
Date: Sun Mar 27 22:45:31 UTC 2011
Modified Files:
src/common/lib/libprop: prop_dictionary_util.3
Log Message:
Fix a typo and a punctuation nit.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 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.5 src/common/lib/libprop/prop_dictionary_util.3:1.6
--- src/common/lib/libprop/prop_dictionary_util.3:1.5 Thu Mar 24 17:05:39 2011
+++ src/common/lib/libprop/prop_dictionary_util.3 Sun Mar 27 22:45:30 2011
@@ -1,4 +1,4 @@
-.\" $NetBSD: prop_dictionary_util.3,v 1.5 2011/03/24 17:05:39 bouyer Exp $
+.\" $NetBSD: prop_dictionary_util.3,v 1.6 2011/03/27 22:45:30 wiz Exp $
.\"
.\" Copyright (c) 2006 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -54,7 +54,7 @@
.Nm prop_dictionary_get_cstring ,
.Nm prop_dictionary_set_cstring ,
.Nm prop_dictionary_get_cstring_nocopy ,
-.Nm prop_dictionary_set_cstring_nocopy,
+.Nm prop_dictionary_set_cstring_nocopy ,
.Nm prop_dictionary_set_and_rel
.Sh LIBRARY
.Lb libprop
@@ -169,7 +169,7 @@
.Pp
The
.Fn prop_dictionary_set_and_rel
-function adds the object to the dictionary and release it.
+function adds the object to the dictionary and releases it.
The object is also released on failure.
.Sh RETURN VALUES
The