It's "Copy a dictionary" not "Copy an dictionary". preempt wiz and

bump date.
This commit is contained in:
xtraeme 2007-04-28 06:01:13 +00:00
parent cedd1a800a
commit 6af752323b
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: prop_dictionary.3,v 1.5 2006/10/26 05:02:12 thorpej Exp $
.\" $NetBSD: prop_dictionary.3,v 1.6 2007/04/28 06:01:13 xtraeme Exp $
.\"
.\" Copyright (c) 2006 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -34,7 +34,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
.Dd October 25, 2006
.Dd April 28, 2007
.Dt PROP_DICTIONARY 3
.Os
.Sh NAME
@ -150,7 +150,7 @@ Create a dictionary with the capacity to store
.Fa capacity
objects.
.It Fn prop_dictionary_copy "prop_dictionary_t dict"
Copy an dictionary.
Copy a dictionary.
The new dictionary has an initial capacity equal to the number of objects
stored in the dictionary being copied.
The new dictionary contains references to the original dictionary's objects,