Module Name:    src
Committed By:   wiz
Date:           Thu Aug 25 15:12:38 UTC 2011

Modified Files:
        src/common/lib/libppath: ppath.3 ppath_bool.3 ppath_number.3
            ppath_object.3

Log Message:
Fix Dt argument, remove trailing whitespace, fix formatting nit.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/common/lib/libppath/ppath.3 \
    src/common/lib/libppath/ppath_bool.3 \
    src/common/lib/libppath/ppath_number.3 \
    src/common/lib/libppath/ppath_object.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.3
diff -u src/common/lib/libppath/ppath.3:1.1 src/common/lib/libppath/ppath.3:1.2
--- src/common/lib/libppath/ppath.3:1.1	Thu Aug 25 14:55:36 2011
+++ src/common/lib/libppath/ppath.3	Thu Aug 25 15:12:38 2011
@@ -1,5 +1,5 @@
-.\"	$NetBSD: ppath.3,v 1.1 2011/08/25 14:55:36 dyoung Exp $
-.\"	$Id: ppath.3,v 1.1 2011/08/25 14:55:36 dyoung Exp $
+.\"	$NetBSD: ppath.3,v 1.2 2011/08/25 15:12:38 wiz Exp $
+.\"	$Id: ppath.3,v 1.2 2011/08/25 15:12:38 wiz Exp $
 .\"
 .\" Copyright (c) 2011 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -29,7 +29,7 @@
 .\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
 .Dd August 24, 2011
-.Dt ppath 3
+.Dt PPATH 3
 .Os
 .Sh NAME
 .Nm ppath ,
@@ -125,7 +125,7 @@
 The abstract function
 .Fn E
 evaluates
-a property-list path against a 
+a property-list path against a
 .Vt prop_object_t ,
 .Va o ,
 to yield a
@@ -169,7 +169,6 @@
 to paths in a file system, where property arrays and dictionaries
 correspond to directories, and all other property types correspond
 to files.
-.Pp
 .Sh DATA TYPES
 .Nm
 provides two opaque types:
@@ -177,13 +176,13 @@
 .It Vt ppath_component_t
 A property-list path component: a single key or index.
 .Nm
-counts references to a 
+counts references to a
 .Vt ppath_component_t
 and reclaims its storage when there are no more references.
 .It Vt ppath_t
 An array of zero or more property-list path components.
 .Nm
-counts references to a 
+counts references to a
 .Vt ppath_t
 and reclaims its storage when there are no more references.
 .El
@@ -251,13 +250,13 @@
 is the empty path or
 .Dv NULL ,
 return
-.Dv NULL.
+.Dv NULL .
 Otherwise, remove the last component from
 .Fa p
 and return
 .Fa p ,
 and if
-.Fa pcp 
+.Fa pcp
 is not
 .Dv NULL ,
 write the removed component to
Index: src/common/lib/libppath/ppath_bool.3
diff -u src/common/lib/libppath/ppath_bool.3:1.1 src/common/lib/libppath/ppath_bool.3:1.2
--- src/common/lib/libppath/ppath_bool.3:1.1	Thu Aug 25 14:55:36 2011
+++ src/common/lib/libppath/ppath_bool.3	Thu Aug 25 15:12:38 2011
@@ -1,5 +1,5 @@
-.\"	$NetBSD: ppath_bool.3,v 1.1 2011/08/25 14:55:36 dyoung Exp $
-.\"	$Id: ppath_bool.3,v 1.1 2011/08/25 14:55:36 dyoung Exp $
+.\"	$NetBSD: ppath_bool.3,v 1.2 2011/08/25 15:12:38 wiz Exp $
+.\"	$Id: ppath_bool.3,v 1.2 2011/08/25 15:12:38 wiz Exp $
 .\"
 .\" Copyright (c) 2011 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -29,7 +29,7 @@
 .\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
 .Dd August 24, 2011
-.Dt ppath_bool 3
+.Dt PPATH_BOOL 3
 .Os
 .Sh NAME
 .Nm ppath_bool ,
@@ -212,8 +212,8 @@
 and
 .Fn ppath_copyset_bool
 return
-.Er ENOMEM 
-if there was insufficient memory to complete the operation.  
+.Er ENOMEM
+if there was insufficient memory to complete the operation.
 .El
 .Sh SEE ALSO
 .\" Cross-references should be ordered by section (low to high), then in
Index: src/common/lib/libppath/ppath_number.3
diff -u src/common/lib/libppath/ppath_number.3:1.1 src/common/lib/libppath/ppath_number.3:1.2
--- src/common/lib/libppath/ppath_number.3:1.1	Thu Aug 25 14:55:36 2011
+++ src/common/lib/libppath/ppath_number.3	Thu Aug 25 15:12:38 2011
@@ -1,5 +1,5 @@
-.\"	$NetBSD: ppath_number.3,v 1.1 2011/08/25 14:55:36 dyoung Exp $
-.\"	$Id: ppath_number.3,v 1.1 2011/08/25 14:55:36 dyoung Exp $
+.\"	$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 $
 .\"
 .\" Copyright (c) 2011 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -29,7 +29,7 @@
 .\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
 .Dd August 24, 2011
-.Dt ppath_number 3
+.Dt PPATH_NUMBER 3
 .Os
 .Sh NAME
 .Nm ppath_number ,
@@ -257,8 +257,8 @@
 and
 .Fn ppath_copyset_uint64
 return
-.Er ENOMEM 
-if there was insufficient memory to complete the operation.  
+.Er ENOMEM
+if there was insufficient memory to complete the operation.
 .El
 .Sh SEE ALSO
 .\" Cross-references should be ordered by section (low to high), then in
Index: src/common/lib/libppath/ppath_object.3
diff -u src/common/lib/libppath/ppath_object.3:1.1 src/common/lib/libppath/ppath_object.3:1.2
--- src/common/lib/libppath/ppath_object.3:1.1	Thu Aug 25 14:55:36 2011
+++ src/common/lib/libppath/ppath_object.3	Thu Aug 25 15:12:38 2011
@@ -1,5 +1,5 @@
-.\"	$NetBSD: ppath_object.3,v 1.1 2011/08/25 14:55:36 dyoung Exp $
-.\"	$Id: ppath_object.3,v 1.1 2011/08/25 14:55:36 dyoung Exp $
+.\"	$NetBSD: ppath_object.3,v 1.2 2011/08/25 15:12:38 wiz Exp $
+.\"	$Id: ppath_object.3,v 1.2 2011/08/25 15:12:38 wiz Exp $
 .\"
 .\" Copyright (c) 2011 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -29,7 +29,7 @@
 .\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
 .Dd August 24, 2011
-.Dt ppath_object 3
+.Dt PPATH_OBJECT 3
 .Os
 .Sh NAME
 .Nm ppath_object ,
@@ -237,7 +237,7 @@
 .It Bq Er EFTYPE
 The
 .Nm
-call requested a 
+call requested a
 .It Bq Er ENOENT
 .Fn ppath_copyset_object ,
 .Fn ppath_delete_object ,
@@ -255,8 +255,8 @@
 and
 .Fn ppath_copyset_object
 will return
-.Er ENOMEM 
-if there was insufficient memory to complete the operation.  
+.Er ENOMEM
+if there was insufficient memory to complete the operation.
 .El
 .Sh SEE ALSO
 .\" Cross-references should be ordered by section (low to high), then in

Reply via email to