Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/common/lib/libprop Fix a typo and a punctuation nit.
details: https://anonhg.NetBSD.org/src/rev/4e3e07cd47a3
branches: trunk
changeset: 763621:4e3e07cd47a3
user: wiz <wiz%NetBSD.org@localhost>
date: Sun Mar 27 22:44:47 2011 +0000
description:
Fix a typo and a punctuation nit.
diffstat:
common/lib/libprop/prop_array_util.3 | 6 +++---
common/lib/libprop/prop_dictionary_util.3 | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (54 lines):
diff -r 125680cb3715 -r 4e3e07cd47a3 common/lib/libprop/prop_array_util.3
--- a/common/lib/libprop/prop_array_util.3 Sun Mar 27 22:20:51 2011 +0000
+++ b/common/lib/libprop/prop_array_util.3 Sun Mar 27 22:44:47 2011 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: prop_array_util.3,v 1.5 2011/03/24 17:05:39 bouyer Exp $
+.\" $NetBSD: prop_array_util.3,v 1.6 2011/03/27 22:44:47 wiz Exp $
.\"
.\" Copyright (c) 2006 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -61,7 +61,7 @@
.Nm prop_array_get_cstring ,
.Nm prop_array_set_cstring ,
.Nm prop_array_get_cstring_nocopy ,
-.Nm prop_array_set_cstring_nocopy,
+.Nm prop_array_set_cstring_nocopy ,
.Nm prop_array_add_and_rel
.Sh LIBRARY
.Lb libprop
@@ -197,7 +197,7 @@
.Pp
The
.Fn prop_array_add_and_rel
-function adds the object to the end of the array and release it.
+function adds the object to the end of the array and releases it.
The object is also released on failure.
.Sh RETURN VALUES
The
diff -r 125680cb3715 -r 4e3e07cd47a3 common/lib/libprop/prop_dictionary_util.3
--- a/common/lib/libprop/prop_dictionary_util.3 Sun Mar 27 22:20:51 2011 +0000
+++ b/common/lib/libprop/prop_dictionary_util.3 Sun Mar 27 22:44:47 2011 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index