Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/common/lib/libprop Add missing Nd.



details:   https://anonhg.NetBSD.org/src/rev/6b373edf781a
branches:  trunk
changeset: 770437:6b373edf781a
user:      wiz <wiz%NetBSD.org@localhost>
date:      Mon Oct 17 09:24:54 2011 +0000

description:
Add missing Nd.

diffstat:

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

diffs (34 lines):

diff -r 5e4bf7e7c60f -r 6b373edf781a common/lib/libprop/prop_array_util.3
--- a/common/lib/libprop/prop_array_util.3      Sun Oct 16 21:31:15 2011 +0000
+++ b/common/lib/libprop/prop_array_util.3      Mon Oct 17 09:24:54 2011 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: prop_array_util.3,v 1.6 2011/03/27 22:44:47 wiz Exp $
+.\"    $NetBSD: prop_array_util.3,v 1.7 2011/10/17 09:24:54 wiz Exp $
 .\"
 .\" Copyright (c) 2006 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -63,6 +63,7 @@
 .Nm prop_array_get_cstring_nocopy ,
 .Nm prop_array_set_cstring_nocopy ,
 .Nm prop_array_add_and_rel
+.Nd array property collection object utility functions
 .Sh LIBRARY
 .Lb libprop
 .Sh SYNOPSIS
diff -r 5e4bf7e7c60f -r 6b373edf781a common/lib/libprop/prop_dictionary_util.3
--- a/common/lib/libprop/prop_dictionary_util.3 Sun Oct 16 21:31:15 2011 +0000
+++ b/common/lib/libprop/prop_dictionary_util.3 Mon Oct 17 09:24:54 2011 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: prop_dictionary_util.3,v 1.7 2011/08/07 11:33:03 jmcneill Exp $
+.\"    $NetBSD: prop_dictionary_util.3,v 1.8 2011/10/17 09:24:54 wiz Exp $
 .\"
 .\" Copyright (c) 2006 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -56,6 +56,7 @@
 .Nm prop_dictionary_get_cstring_nocopy ,
 .Nm prop_dictionary_set_cstring_nocopy ,
 .Nm prop_dictionary_set_and_rel
+.Nd dictionary property collection object utility functions
 .Sh LIBRARY
 .Lb libprop
 .Sh SYNOPSIS



Home | Main Index | Thread Index | Old Index