summaryrefslogtreecommitdiff
path: root/common/lib
diff options
context:
space:
mode:
authorwiz <wiz@NetBSD.org>2017-10-23 00:59:44 +0000
committerwiz <wiz@NetBSD.org>2017-10-23 00:59:44 +0000
commitc41d01af8602daecd2570840eb625fdff9252433 (patch)
treeec787e9d95f54fe6d03fec5cdadd7debe4fd66db /common/lib
parent97c9ccb58389d739c6ede3271c3030605639b55b (diff)
Simplify, and comment out xrefs to non-existing pages.
Diffstat (limited to 'common/lib')
-rw-r--r--common/lib/libppath/ppath.310
-rw-r--r--common/lib/libppath/ppath_bool.36
-rw-r--r--common/lib/libppath/ppath_number.36
-rw-r--r--common/lib/libppath/ppath_object.36
4 files changed, 13 insertions, 15 deletions
diff --git a/common/lib/libppath/ppath.3 b/common/lib/libppath/ppath.3
index 857e2ecc5bd..c7b6008307c 100644
--- a/common/lib/libppath/ppath.3
+++ b/common/lib/libppath/ppath.3
@@ -1,4 +1,4 @@
-.\" $NetBSD: ppath.3,v 1.4 2017/10/22 15:34:13 abhinav Exp $
+.\" $NetBSD: ppath.3,v 1.5 2017/10/23 00:59:44 wiz Exp $
.\"
.\" Copyright (c) 2011 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -295,9 +295,7 @@ component of
Before returning a component,
.Fn ppath_component_at
increases its reference count.
-.Po
-The first component is 0.
-.Pc
+(The first component is 0.)
.It Fn ppath_subpath "const ppath_t *p" "unsigned int first" "unsigned int exclast"
Create a new
.Vt ppath_t
@@ -424,10 +422,10 @@ is under
.\" Cross-references should be ordered by section (low to high), then in
.\" alphabetical order.
.Xr ppath_bool 3 ,
-.Xr ppath_data 3 ,
+.\" .Xr ppath_data 3 ,
.Xr ppath_number 3 ,
.Xr ppath_object 3 ,
-.Xr ppath_string 3 ,
+.\" .Xr ppath_string 3 ,
.Xr proplib 3
.Sh HISTORY
The
diff --git a/common/lib/libppath/ppath_bool.3 b/common/lib/libppath/ppath_bool.3
index 01d6bd2aaa8..7e026125c18 100644
--- a/common/lib/libppath/ppath_bool.3
+++ b/common/lib/libppath/ppath_bool.3
@@ -1,4 +1,4 @@
-.\" $NetBSD: ppath_bool.3,v 1.6 2012/12/29 20:08:23 christos Exp $
+.\" $NetBSD: ppath_bool.3,v 1.7 2017/10/23 00:59:44 wiz Exp $
.\"
.\" Copyright (c) 2011 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -218,9 +218,9 @@ if there was insufficient memory to complete the operation.
.\" Cross-references should be ordered by section (low to high), then in
.\" alphabetical order.
.Xr ppath 3 ,
-.Xr ppath_data 3 ,
+.\" .Xr ppath_data 3 ,
.Xr ppath_object 3 ,
-.Xr ppath_string 3 ,
+.\" .Xr ppath_string 3 ,
.Xr proplib 3
.Sh HISTORY
The
diff --git a/common/lib/libppath/ppath_number.3 b/common/lib/libppath/ppath_number.3
index decd226d293..8850171bb24 100644
--- a/common/lib/libppath/ppath_number.3
+++ b/common/lib/libppath/ppath_number.3
@@ -1,4 +1,4 @@
-.\" $NetBSD: ppath_number.3,v 1.4 2012/12/29 20:08:23 christos Exp $
+.\" $NetBSD: ppath_number.3,v 1.5 2017/10/23 00:59:44 wiz Exp $
.\"
.\" Copyright (c) 2011 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -263,9 +263,9 @@ if there was insufficient memory to complete the operation.
.\" Cross-references should be ordered by section (low to high), then in
.\" alphabetical order.
.Xr ppath 3 ,
-.Xr ppath_data 3 ,
+.\" .Xr ppath_data 3 ,
.Xr ppath_object 3 ,
-.Xr ppath_string 3 ,
+.\" .Xr ppath_string 3 ,
.Xr proplib 3
.Sh HISTORY
The
diff --git a/common/lib/libppath/ppath_object.3 b/common/lib/libppath/ppath_object.3
index 51c375f47f4..d612bb16a6e 100644
--- a/common/lib/libppath/ppath_object.3
+++ b/common/lib/libppath/ppath_object.3
@@ -1,4 +1,4 @@
-.\" $NetBSD: ppath_object.3,v 1.3 2012/12/29 20:08:23 christos Exp $
+.\" $NetBSD: ppath_object.3,v 1.4 2017/10/23 00:59:44 wiz Exp $
.\"
.\" Copyright (c) 2011 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -261,9 +261,9 @@ if there was insufficient memory to complete the operation.
.\" Cross-references should be ordered by section (low to high), then in
.\" alphabetical order.
.Xr ppath 3 ,
-.Xr ppath_data 3 ,
+.\" .Xr ppath_data 3 ,
.Xr ppath_number 3 ,
-.Xr ppath_string 3 ,
+.\" .Xr ppath_string 3 ,
.Xr proplib 3
.Sh HISTORY
The