Source-Changes-HG archive

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

[src/trunk]: src/common/lib/libppath Simplify, and comment out xrefs to non-e...



details:   https://anonhg.NetBSD.org/src/rev/37242f227699
branches:  trunk
changeset: 827290:37242f227699
user:      wiz <wiz%NetBSD.org@localhost>
date:      Mon Oct 23 00:59:44 2017 +0000

description:
Simplify, and comment out xrefs to non-existing pages.

diffstat:

 common/lib/libppath/ppath.3        |  10 ++++------
 common/lib/libppath/ppath_bool.3   |   6 +++---
 common/lib/libppath/ppath_number.3 |   6 +++---
 common/lib/libppath/ppath_object.3 |   6 +++---
 4 files changed, 13 insertions(+), 15 deletions(-)

diffs (96 lines):

diff -r 755d77882057 -r 37242f227699 common/lib/libppath/ppath.3
--- a/common/lib/libppath/ppath.3       Sun Oct 22 23:15:54 2017 +0000
+++ b/common/lib/libppath/ppath.3       Mon Oct 23 00:59:44 2017 +0000
@@ -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 @@
 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 @@
 .\" 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 -r 755d77882057 -r 37242f227699 common/lib/libppath/ppath_bool.3
--- a/common/lib/libppath/ppath_bool.3  Sun Oct 22 23:15:54 2017 +0000
+++ b/common/lib/libppath/ppath_bool.3  Mon Oct 23 00:59:44 2017 +0000
@@ -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 @@
 .\" 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 -r 755d77882057 -r 37242f227699 common/lib/libppath/ppath_number.3
--- a/common/lib/libppath/ppath_number.3        Sun Oct 22 23:15:54 2017 +0000
+++ b/common/lib/libppath/ppath_number.3        Mon Oct 23 00:59:44 2017 +0000
@@ -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 @@
 .\" 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 -r 755d77882057 -r 37242f227699 common/lib/libppath/ppath_object.3
--- a/common/lib/libppath/ppath_object.3        Sun Oct 22 23:15:54 2017 +0000
+++ b/common/lib/libppath/ppath_object.3        Mon Oct 23 00:59:44 2017 +0000
@@ -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 @@
 .\" 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



Home | Main Index | Thread Index | Old Index