Module Name:    src
Committed By:   dyoung
Date:           Tue Sep 13 18:07:22 UTC 2011

Modified Files:
        src/common/lib/libppath: ppath_number.3

Log Message:
Name arguments in a couple of prototypes before the arguments are
referred to by name.  Bump date.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/common/lib/libppath/ppath_number.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/libppath/ppath_number.3
diff -u src/common/lib/libppath/ppath_number.3:1.2 src/common/lib/libppath/ppath_number.3:1.3
--- src/common/lib/libppath/ppath_number.3:1.2	Thu Aug 25 15:12:38 2011
+++ src/common/lib/libppath/ppath_number.3	Tue Sep 13 18:07:22 2011
@@ -1,5 +1,5 @@
-.\"	$NetBSD: ppath_number.3,v 1.2 2011/08/25 15:12:38 wiz Exp $
-.\"	$Id: ppath_number.3,v 1.2 2011/08/25 15:12:38 wiz Exp $
+.\"	$NetBSD: ppath_number.3,v 1.3 2011/09/13 18:07:22 dyoung Exp $
+.\"	$Id: ppath_number.3,v 1.3 2011/09/13 18:07:22 dyoung Exp $
 .\"
 .\" Copyright (c) 2011 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -28,7 +28,7 @@
 .\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
 .\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd August 24, 2011
+.Dd September 13, 2011
 .Dt PPATH_NUMBER 3
 .Os
 .Sh NAME
@@ -194,8 +194,8 @@
 .Fa o ,
 they create a private copy of the property for
 .Fa *op .
-.It Fn ppath_set_int64 "prop_object_t" "const ppath_t *" "int64_t"
-.It Fn ppath_set_uint64 "prop_object_t" "const ppath_t *" "uint64_t"
+.It Fn ppath_set_int64 "prop_object_t o" "const ppath_t *p" "int64_t v"
+.It Fn ppath_set_uint64 "prop_object_t o" "const ppath_t *" "uint64_t v"
 Replace with
 .Fa v
 the
@@ -204,8 +204,8 @@
 .Fa o
 named by
 .Fa p .
-.It Fn ppath_get_int64 "prop_object_t" "const ppath_t *" "int64_t *"
-.It Fn ppath_get_uint64 "prop_object_t" "const ppath_t *" "uint64_t *"
+.It Fn ppath_get_int64 "prop_object_t o" "const ppath_t *p" "int64_t *vp"
+.It Fn ppath_get_uint64 "prop_object_t o" "const ppath_t *p" "uint64_t *vp"
 Retrieve the
 .Vt prop_number_t
 named by

Reply via email to