summaryrefslogtreecommitdiff
path: root/usr/src/man/man3picltree
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/man/man3picltree')
-rw-r--r--usr/src/man/man3picltree/libpicltree.3picltree9
-rw-r--r--usr/src/man/man3picltree/picld_log.3picltree5
-rw-r--r--usr/src/man/man3picltree/picld_plugin_register.3picltree5
-rw-r--r--usr/src/man/man3picltree/ptree_add_node.3picltree4
-rw-r--r--usr/src/man/man3picltree/ptree_add_prop.3picltree5
-rw-r--r--usr/src/man/man3picltree/ptree_create_and_add_node.3picltree7
-rw-r--r--usr/src/man/man3picltree/ptree_create_and_add_prop.3picltree7
-rw-r--r--usr/src/man/man3picltree/ptree_create_node.3picltree5
-rw-r--r--usr/src/man/man3picltree/ptree_create_prop.3picltree7
-rw-r--r--usr/src/man/man3picltree/ptree_create_table.3picltree4
-rw-r--r--usr/src/man/man3picltree/ptree_find_node.3picltree10
-rw-r--r--usr/src/man/man3picltree/ptree_get_first_prop.3picltree5
-rw-r--r--usr/src/man/man3picltree/ptree_get_frutree_parent.3picltree10
-rw-r--r--usr/src/man/man3picltree/ptree_get_next_by_row.3picltree5
-rw-r--r--usr/src/man/man3picltree/ptree_get_node_by_path.3picltree5
-rw-r--r--usr/src/man/man3picltree/ptree_get_prop_by_name.3picltree7
-rw-r--r--usr/src/man/man3picltree/ptree_get_propinfo.3picltree7
-rw-r--r--usr/src/man/man3picltree/ptree_get_propinfo_by_name.3picltree7
-rw-r--r--usr/src/man/man3picltree/ptree_get_propval.3picltree5
-rw-r--r--usr/src/man/man3picltree/ptree_get_root.3picltree7
-rw-r--r--usr/src/man/man3picltree/ptree_init_propinfo.3picltree5
-rw-r--r--usr/src/man/man3picltree/ptree_post_event.3picltree7
-rw-r--r--usr/src/man/man3picltree/ptree_register_handler.3picltree5
-rw-r--r--usr/src/man/man3picltree/ptree_unregister_handler.3picltree5
-rw-r--r--usr/src/man/man3picltree/ptree_update_propval.3picltree5
-rw-r--r--usr/src/man/man3picltree/ptree_walk_tree_by_class.3picltree5
26 files changed, 93 insertions, 65 deletions
diff --git a/usr/src/man/man3picltree/libpicltree.3picltree b/usr/src/man/man3picltree/libpicltree.3picltree
index 5d8ca4c96b..5b1f588129 100644
--- a/usr/src/man/man3picltree/libpicltree.3picltree
+++ b/usr/src/man/man3picltree/libpicltree.3picltree
@@ -164,7 +164,7 @@ registration.
The plug-in modules may use the \fBpicld_log\fR(3PICLTREE) function to log
their messages to the system log file.
.SH ATTRIBUTES
-See \fBattributes\fR(5) for descriptions of the following attributes:
+See \fBattributes\fR(7) for descriptions of the following attributes:
.sp
.sp
@@ -178,5 +178,8 @@ MT-Level MT-Safe
.TE
.SH SEE ALSO
-\fBlibpicl\fR(3PICL), \fBlibpicltree\fR(3LIB), \fBpicld_log\fR(3PICLTREE),
-\fBpicld_plugin_register\fR(3PICLTREE), \fBattributes\fR(5)
+.BR libpicltree (3LIB),
+.BR libpicl (3PICL),
+.BR picld_log (3PICLTREE),
+.BR picld_plugin_register (3PICLTREE),
+.BR attributes (7)
diff --git a/usr/src/man/man3picltree/picld_log.3picltree b/usr/src/man/man3picltree/picld_log.3picltree
index 04bd330b55..dec86ce6da 100644
--- a/usr/src/man/man3picltree/picld_log.3picltree
+++ b/usr/src/man/man3picltree/picld_log.3picltree
@@ -33,7 +33,7 @@ No errors are defined.
.SH ATTRIBUTES
.sp
.LP
-See \fBattributes\fR(5) for descriptions of the following attributes:
+See \fBattributes\fR(7) for descriptions of the following attributes:
.sp
.sp
@@ -49,4 +49,5 @@ MT-Level MT-Safe
.SH SEE ALSO
.sp
.LP
-\fBsyslog\fR(3C), \fBattributes\fR(5)
+.BR syslog (3C),
+.BR attributes (7)
diff --git a/usr/src/man/man3picltree/picld_plugin_register.3picltree b/usr/src/man/man3picltree/picld_plugin_register.3picltree
index c86c1eff48..142385cabb 100644
--- a/usr/src/man/man3picltree/picld_plugin_register.3picltree
+++ b/usr/src/man/man3picltree/picld_plugin_register.3picltree
@@ -88,7 +88,7 @@ General system failure
.SH ATTRIBUTES
.sp
.LP
-See \fBattributes\fR(5) for descriptions of the following attributes:
+See \fBattributes\fR(7) for descriptions of the following attributes:
.sp
.sp
@@ -106,4 +106,5 @@ MT-Level MT-Safe
.SH SEE ALSO
.sp
.LP
-\fBlibpicltree\fR(3PICLTREE), \fBattributes\fR(5)
+.BR libpicltree (3PICLTREE),
+.BR attributes (7)
diff --git a/usr/src/man/man3picltree/ptree_add_node.3picltree b/usr/src/man/man3picltree/ptree_add_node.3picltree
index 0c373af0e2..df08e7c2c1 100644
--- a/usr/src/man/man3picltree/ptree_add_node.3picltree
+++ b/usr/src/man/man3picltree/ptree_add_node.3picltree
@@ -100,7 +100,7 @@ General system failure
.SH ATTRIBUTES
.sp
.LP
-See \fBattributes\fR(5) for descriptions of the following attributes:
+See \fBattributes\fR(7) for descriptions of the following attributes:
.sp
.sp
@@ -118,4 +118,4 @@ MT-Level MT-Safe
.SH SEE ALSO
.sp
.LP
-\fBattributes\fR(5)
+.BR attributes (7)
diff --git a/usr/src/man/man3picltree/ptree_add_prop.3picltree b/usr/src/man/man3picltree/ptree_add_prop.3picltree
index 6e712f65e1..910cb76b46 100644
--- a/usr/src/man/man3picltree/ptree_add_prop.3picltree
+++ b/usr/src/man/man3picltree/ptree_add_prop.3picltree
@@ -100,7 +100,7 @@ General system failure
.SH ATTRIBUTES
.sp
.LP
-See \fBattributes\fR(5) for descriptions of the following attributes:
+See \fBattributes\fR(7) for descriptions of the following attributes:
.sp
.sp
@@ -118,4 +118,5 @@ MT-Level MT-Safe
.SH SEE ALSO
.sp
.LP
-\fBptree_create_prop\fR(3PICLTREE), \fBattributes\fR(5)
+.BR ptree_create_prop (3PICLTREE),
+.BR attributes (7)
diff --git a/usr/src/man/man3picltree/ptree_create_and_add_node.3picltree b/usr/src/man/man3picltree/ptree_create_and_add_node.3picltree
index b382c62fa0..0b6270ebb2 100644
--- a/usr/src/man/man3picltree/ptree_create_and_add_node.3picltree
+++ b/usr/src/man/man3picltree/ptree_create_and_add_node.3picltree
@@ -112,7 +112,7 @@ General system failure
.SH ATTRIBUTES
.sp
.LP
-See \fBattributes\fR(5) for descriptions of the following attributes:
+See \fBattributes\fR(7) for descriptions of the following attributes:
.sp
.sp
@@ -130,5 +130,6 @@ MT-Level MT-Safe
.SH SEE ALSO
.sp
.LP
-\fBptree_create_node\fR(3PICLTREE), \fBptree_add_node\fR(3PICLTREE),
-\fBattributes\fR(5)
+.BR ptree_add_node (3PICLTREE),
+.BR ptree_create_node (3PICLTREE),
+.BR attributes (7)
diff --git a/usr/src/man/man3picltree/ptree_create_and_add_prop.3picltree b/usr/src/man/man3picltree/ptree_create_and_add_prop.3picltree
index 0df05d880e..852fe5f565 100644
--- a/usr/src/man/man3picltree/ptree_create_and_add_prop.3picltree
+++ b/usr/src/man/man3picltree/ptree_create_and_add_prop.3picltree
@@ -131,7 +131,7 @@ General system failure
.SH ATTRIBUTES
.sp
.LP
-See \fBattributes\fR(5) for descriptions of the following attributes:
+See \fBattributes\fR(7) for descriptions of the following attributes:
.sp
.sp
@@ -149,5 +149,6 @@ MT-Level MT-Safe
.SH SEE ALSO
.sp
.LP
-\fBptree_create_prop\fR(3PICLTREE), \fBptree_add_prop\fR(3PICLTREE),
-\fBattributes\fR(5)
+.BR ptree_add_prop (3PICLTREE),
+.BR ptree_create_prop (3PICLTREE),
+.BR attributes (7)
diff --git a/usr/src/man/man3picltree/ptree_create_node.3picltree b/usr/src/man/man3picltree/ptree_create_node.3picltree
index e043d80084..1ba7d5b43b 100644
--- a/usr/src/man/man3picltree/ptree_create_node.3picltree
+++ b/usr/src/man/man3picltree/ptree_create_node.3picltree
@@ -132,7 +132,7 @@ General system failure
.SH ATTRIBUTES
.sp
.LP
-See \fBattributes\fR(5) for descriptions of the following attributes:
+See \fBattributes\fR(7) for descriptions of the following attributes:
.sp
.sp
@@ -150,4 +150,5 @@ MT-Level MT-Safe
.SH SEE ALSO
.sp
.LP
-\fBptree_add_node\fR(3PICLTREE), \fBattributes\fR(5)
+.BR ptree_add_node (3PICLTREE),
+.BR attributes (7)
diff --git a/usr/src/man/man3picltree/ptree_create_prop.3picltree b/usr/src/man/man3picltree/ptree_create_prop.3picltree
index e2dbf5bc1b..a9202d5eb5 100644
--- a/usr/src/man/man3picltree/ptree_create_prop.3picltree
+++ b/usr/src/man/man3picltree/ptree_create_prop.3picltree
@@ -134,7 +134,7 @@ General system failure
.SH ATTRIBUTES
.sp
.LP
-See \fBattributes\fR(5) for descriptions of the following attributes:
+See \fBattributes\fR(7) for descriptions of the following attributes:
.sp
.sp
@@ -152,5 +152,6 @@ MT-Level MT-Safe
.SH SEE ALSO
.sp
.LP
-\fBlibpicltree\fR(3PICLTREE), \fBptree_add_prop\fR(3PICLTREE),
-\fBattributes\fR(5)
+.BR libpicltree (3PICLTREE),
+.BR ptree_add_prop (3PICLTREE),
+.BR attributes (7)
diff --git a/usr/src/man/man3picltree/ptree_create_table.3picltree b/usr/src/man/man3picltree/ptree_create_table.3picltree
index 30531f6bab..08e297cf98 100644
--- a/usr/src/man/man3picltree/ptree_create_table.3picltree
+++ b/usr/src/man/man3picltree/ptree_create_table.3picltree
@@ -104,7 +104,7 @@ General system failure
.SH ATTRIBUTES
.sp
.LP
-See \fBattributes\fR(5) for descriptions of the following attributes:
+See \fBattributes\fR(7) for descriptions of the following attributes:
.sp
.sp
@@ -122,4 +122,4 @@ MT-Level MT-Safe
.SH SEE ALSO
.sp
.LP
-\fBattributes\fR(5)
+.BR attributes (7)
diff --git a/usr/src/man/man3picltree/ptree_find_node.3picltree b/usr/src/man/man3picltree/ptree_find_node.3picltree
index ca5fada067..0140c08fc5 100644
--- a/usr/src/man/man3picltree/ptree_find_node.3picltree
+++ b/usr/src/man/man3picltree/ptree_find_node.3picltree
@@ -85,7 +85,7 @@ General system failure
.SH ATTRIBUTES
.sp
.LP
-See \fBattributes\fR(5) for descriptions of the following attributes:
+See \fBattributes\fR(7) for descriptions of the following attributes:
.sp
.sp
@@ -103,6 +103,8 @@ MT-Level MT-Safe
.SH SEE ALSO
.sp
.LP
-\fBptree_get_prop_by_name\fR(3PICLTREE), \fBptree_get_propinfo\fR(3PICLTREE),
-\fBptree_get_propval\fR(3PICLTREE), \fBptree_get_propval_by_name\fR(3PICLTREE),
-\fBattributes\fR(5)
+.BR ptree_get_prop_by_name (3PICLTREE),
+.BR ptree_get_propinfo (3PICLTREE),
+.BR ptree_get_propval (3PICLTREE),
+.BR ptree_get_propval_by_name (3PICLTREE),
+.BR attributes (7)
diff --git a/usr/src/man/man3picltree/ptree_get_first_prop.3picltree b/usr/src/man/man3picltree/ptree_get_first_prop.3picltree
index b97f29f438..01d8485260 100644
--- a/usr/src/man/man3picltree/ptree_get_first_prop.3picltree
+++ b/usr/src/man/man3picltree/ptree_get_first_prop.3picltree
@@ -103,7 +103,7 @@ General system failure
.SH ATTRIBUTES
.sp
.LP
-See \fBattributes\fR(5) for descriptions of the following attributes:
+See \fBattributes\fR(7) for descriptions of the following attributes:
.sp
.sp
@@ -121,4 +121,5 @@ MT-Level MT-Safe
.SH SEE ALSO
.sp
.LP
-\fBptree_get_prop_by_name\fR(3PICLTREE), \fBattributes\fR(5)
+.BR ptree_get_prop_by_name (3PICLTREE),
+.BR attributes (7)
diff --git a/usr/src/man/man3picltree/ptree_get_frutree_parent.3picltree b/usr/src/man/man3picltree/ptree_get_frutree_parent.3picltree
index 9300c5b3c4..ed419dafdc 100644
--- a/usr/src/man/man3picltree/ptree_get_frutree_parent.3picltree
+++ b/usr/src/man/man3picltree/ptree_get_frutree_parent.3picltree
@@ -66,7 +66,7 @@ Stale handle
.SH ATTRIBUTES
.LP
-See \fBattributes\fR(5) for descriptions of the following attributes:
+See \fBattributes\fR(7) for descriptions of the following attributes:
.sp
.sp
@@ -83,6 +83,8 @@ MT-Level MT-Safe
.SH SEE ALSO
.LP
-\fBptree_get_propinfo\fR(3PICLTREE), \fBptree_get_propval\fR(3PICLTREE),
-\fBptree_get_propval_by_name\fR(3PICLTREE),
-\fBptree_get_prop_by_name\fR(3PICLTREE), \fBattributes\fR(5)
+.BR ptree_get_prop_by_name (3PICLTREE),
+.BR ptree_get_propinfo (3PICLTREE),
+.BR ptree_get_propval (3PICLTREE),
+.BR ptree_get_propval_by_name (3PICLTREE),
+.BR attributes (7)
diff --git a/usr/src/man/man3picltree/ptree_get_next_by_row.3picltree b/usr/src/man/man3picltree/ptree_get_next_by_row.3picltree
index 60096553d2..d3f263ec42 100644
--- a/usr/src/man/man3picltree/ptree_get_next_by_row.3picltree
+++ b/usr/src/man/man3picltree/ptree_get_next_by_row.3picltree
@@ -98,7 +98,7 @@ General system failure
.SH ATTRIBUTES
.sp
.LP
-See \fBattributes\fR(5) for descriptions of the following attributes:
+See \fBattributes\fR(7) for descriptions of the following attributes:
.sp
.sp
@@ -116,4 +116,5 @@ MT-Level MT-Safe
.SH SEE ALSO
.sp
.LP
-\fBptree_create_table\fR(3PICLTREE), \fBattributes\fR(5)
+.BR ptree_create_table (3PICLTREE),
+.BR attributes (7)
diff --git a/usr/src/man/man3picltree/ptree_get_node_by_path.3picltree b/usr/src/man/man3picltree/ptree_get_node_by_path.3picltree
index fecacb579c..cb61f48d0b 100644
--- a/usr/src/man/man3picltree/ptree_get_node_by_path.3picltree
+++ b/usr/src/man/man3picltree/ptree_get_node_by_path.3picltree
@@ -105,7 +105,7 @@ General system failure
.SH ATTRIBUTES
.LP
-See \fBattributes\fR(5) for descriptions of the following attributes:
+See \fBattributes\fR(7) for descriptions of the following attributes:
.sp
.sp
@@ -122,4 +122,5 @@ MT-Level MT-Safe
.SH SEE ALSO
.LP
-\fBptree_get_propval_by_name\fR(3PICLTREE), \fBattributes\fR(5)
+.BR ptree_get_propval_by_name (3PICLTREE),
+.BR attributes (7)
diff --git a/usr/src/man/man3picltree/ptree_get_prop_by_name.3picltree b/usr/src/man/man3picltree/ptree_get_prop_by_name.3picltree
index 44b76dd60b..4c743f5e4f 100644
--- a/usr/src/man/man3picltree/ptree_get_prop_by_name.3picltree
+++ b/usr/src/man/man3picltree/ptree_get_prop_by_name.3picltree
@@ -99,7 +99,7 @@ General system failure
.SH ATTRIBUTES
.sp
.LP
-See \fBattributes\fR(5) for descriptions of the following attributes:
+See \fBattributes\fR(7) for descriptions of the following attributes:
.sp
.sp
@@ -117,5 +117,6 @@ MT-Level MT-Safe
.SH SEE ALSO
.sp
.LP
-\fBptree_get_first_prop\fR(3PICLTREE),
-\fBptree_get_propval_by_name\fR(3PICLTREE), \fBattributes\fR(5)
+.BR ptree_get_first_prop (3PICLTREE),
+.BR ptree_get_propval_by_name (3PICLTREE),
+.BR attributes (7)
diff --git a/usr/src/man/man3picltree/ptree_get_propinfo.3picltree b/usr/src/man/man3picltree/ptree_get_propinfo.3picltree
index b2e89ac3a1..a8c6df3449 100644
--- a/usr/src/man/man3picltree/ptree_get_propinfo.3picltree
+++ b/usr/src/man/man3picltree/ptree_get_propinfo.3picltree
@@ -75,7 +75,7 @@ General system failure
.SH ATTRIBUTES
.sp
.LP
-See \fBattributes\fR(5) for descriptions of the following attributes:
+See \fBattributes\fR(7) for descriptions of the following attributes:
.sp
.sp
@@ -93,5 +93,6 @@ MT-Level MT-Safe
.SH SEE ALSO
.sp
.LP
-\fBlibpicltree\fR(3PICLTREE), \fBptree_create_prop\fR(3PICLTREE),
-\fBattributes\fR(5)
+.BR libpicltree (3PICLTREE),
+.BR ptree_create_prop (3PICLTREE),
+.BR attributes (7)
diff --git a/usr/src/man/man3picltree/ptree_get_propinfo_by_name.3picltree b/usr/src/man/man3picltree/ptree_get_propinfo_by_name.3picltree
index fdbd4e0875..ca5afd9c22 100644
--- a/usr/src/man/man3picltree/ptree_get_propinfo_by_name.3picltree
+++ b/usr/src/man/man3picltree/ptree_get_propinfo_by_name.3picltree
@@ -88,7 +88,7 @@ General system failure
.SH ATTRIBUTES
.sp
.LP
-See \fBattributes\fR(5) for descriptions of the following attributes:
+See \fBattributes\fR(7) for descriptions of the following attributes:
.sp
.sp
@@ -106,5 +106,6 @@ MT-Level MT-Safe
.SH SEE ALSO
.sp
.LP
-\fBpicl_get_propinfo\fR(3PICL), \fBpicl_get_prop_by_name\fR(3PICL),
-\fBattributes\fR(5)
+.BR picl_get_prop_by_name (3PICL),
+.BR picl_get_propinfo (3PICL),
+.BR attributes (7)
diff --git a/usr/src/man/man3picltree/ptree_get_propval.3picltree b/usr/src/man/man3picltree/ptree_get_propval.3picltree
index c9a06913bd..d056c3699f 100644
--- a/usr/src/man/man3picltree/ptree_get_propval.3picltree
+++ b/usr/src/man/man3picltree/ptree_get_propval.3picltree
@@ -113,7 +113,7 @@ General system failure
.SH ATTRIBUTES
.LP
-See \fBattributes\fR(5) for descriptions of the following attributes:
+See \fBattributes\fR(7) for descriptions of the following attributes:
.sp
.sp
@@ -128,4 +128,5 @@ MT-Level MT-Safe
.SH SEE ALSO
.LP
-\fBptree_update_propval\fR(3PICLTREE), \fBattributes\fR(5)
+.BR ptree_update_propval (3PICLTREE),
+.BR attributes (7)
diff --git a/usr/src/man/man3picltree/ptree_get_root.3picltree b/usr/src/man/man3picltree/ptree_get_root.3picltree
index 92da09066c..1e69923691 100644
--- a/usr/src/man/man3picltree/ptree_get_root.3picltree
+++ b/usr/src/man/man3picltree/ptree_get_root.3picltree
@@ -47,7 +47,7 @@ General system failure
.SH ATTRIBUTES
.sp
.LP
-See \fBattributes\fR(5) for descriptions of the following attributes:
+See \fBattributes\fR(7) for descriptions of the following attributes:
.sp
.sp
@@ -65,5 +65,6 @@ MT-Level MT-Safe
.SH SEE ALSO
.sp
.LP
-\fBlibpicltree\fR(3PICLTREE), \fBptree_create_node\fR(3PICLTREE),
-\fBattributes\fR(5)
+.BR libpicltree (3PICLTREE),
+.BR ptree_create_node (3PICLTREE),
+.BR attributes (7)
diff --git a/usr/src/man/man3picltree/ptree_init_propinfo.3picltree b/usr/src/man/man3picltree/ptree_init_propinfo.3picltree
index 2d022019ea..37cec7c141 100644
--- a/usr/src/man/man3picltree/ptree_init_propinfo.3picltree
+++ b/usr/src/man/man3picltree/ptree_init_propinfo.3picltree
@@ -69,7 +69,7 @@ General system failure
.SH ATTRIBUTES
.sp
.LP
-See \fBattributes\fR(5) for descriptions of the following attributes:
+See \fBattributes\fR(7) for descriptions of the following attributes:
.sp
.sp
@@ -87,4 +87,5 @@ MT-Level MT-Safe
.SH SEE ALSO
.sp
.LP
-\fBptree_get_propinfo\fR(3PICLTREE), \fBattributes\fR(5)
+.BR ptree_get_propinfo (3PICLTREE),
+.BR attributes (7)
diff --git a/usr/src/man/man3picltree/ptree_post_event.3picltree b/usr/src/man/man3picltree/ptree_post_event.3picltree
index 4dfcaf371a..1b53d34faf 100644
--- a/usr/src/man/man3picltree/ptree_post_event.3picltree
+++ b/usr/src/man/man3picltree/ptree_post_event.3picltree
@@ -74,7 +74,7 @@ General system failure
.SH ATTRIBUTES
.sp
.LP
-See \fBattributes\fR(5) for descriptions of the following attributes:
+See \fBattributes\fR(7) for descriptions of the following attributes:
.sp
.sp
@@ -92,5 +92,6 @@ MT-Level MT-Safe
.SH SEE ALSO
.sp
.LP
-\fBptree_register_handler\fR(3PICLTREE),
-\fBptree_unregister_handler\fR(3PICLTREE), \fBattributes\fR(5)
+.BR ptree_register_handler (3PICLTREE),
+.BR ptree_unregister_handler (3PICLTREE),
+.BR attributes (7)
diff --git a/usr/src/man/man3picltree/ptree_register_handler.3picltree b/usr/src/man/man3picltree/ptree_register_handler.3picltree
index 2ba9909385..e2d53841ca 100644
--- a/usr/src/man/man3picltree/ptree_register_handler.3picltree
+++ b/usr/src/man/man3picltree/ptree_register_handler.3picltree
@@ -84,7 +84,7 @@ General system failure
.SH ATTRIBUTES
.sp
.LP
-See \fBattributes\fR(5) for descriptions of the following attributes:
+See \fBattributes\fR(7) for descriptions of the following attributes:
.sp
.sp
@@ -102,4 +102,5 @@ MT-Level MT-Safe
.SH SEE ALSO
.sp
.LP
-\fBptree_unregister_handler\fR(3PICLTREE), \fBattributes\fR(5)
+.BR ptree_unregister_handler (3PICLTREE),
+.BR attributes (7)
diff --git a/usr/src/man/man3picltree/ptree_unregister_handler.3picltree b/usr/src/man/man3picltree/ptree_unregister_handler.3picltree
index fb8df098b3..4d914fefe8 100644
--- a/usr/src/man/man3picltree/ptree_unregister_handler.3picltree
+++ b/usr/src/man/man3picltree/ptree_unregister_handler.3picltree
@@ -42,7 +42,7 @@ This function does not return a value.
.SH ATTRIBUTES
.sp
.LP
-See \fBattributes\fR(5) for descriptions of the following attributes:
+See \fBattributes\fR(7) for descriptions of the following attributes:
.sp
.sp
@@ -58,4 +58,5 @@ MT-Level MT-Safe
.SH SEE ALSO
.sp
.LP
-\fBptree_register_handler\fR(3PICLTREE), \fBattributes\fR(5)
+.BR ptree_register_handler (3PICLTREE),
+.BR attributes (7)
diff --git a/usr/src/man/man3picltree/ptree_update_propval.3picltree b/usr/src/man/man3picltree/ptree_update_propval.3picltree
index 7179090651..ec3705d757 100644
--- a/usr/src/man/man3picltree/ptree_update_propval.3picltree
+++ b/usr/src/man/man3picltree/ptree_update_propval.3picltree
@@ -108,7 +108,7 @@ Property not found
.SH ATTRIBUTES
.sp
.LP
-See \fBattributes\fR(5) for descriptions of the following attributes:
+See \fBattributes\fR(7) for descriptions of the following attributes:
.sp
.sp
@@ -126,4 +126,5 @@ MT-Level MT-Safe
.SH SEE ALSO
.sp
.LP
-\fBptree_get_propval\fR(3PICLTREE), \fBattributes\fR(5)
+.BR ptree_get_propval (3PICLTREE),
+.BR attributes (7)
diff --git a/usr/src/man/man3picltree/ptree_walk_tree_by_class.3picltree b/usr/src/man/man3picltree/ptree_walk_tree_by_class.3picltree
index 7789c2791d..63143b1d39 100644
--- a/usr/src/man/man3picltree/ptree_walk_tree_by_class.3picltree
+++ b/usr/src/man/man3picltree/ptree_walk_tree_by_class.3picltree
@@ -78,7 +78,7 @@ General system failure
.SH ATTRIBUTES
.sp
.LP
-See \fBattributes\fR(5) for descriptions of the following attributes:
+See \fBattributes\fR(7) for descriptions of the following attributes:
.sp
.sp
@@ -96,4 +96,5 @@ MT-Level MT-Safe
.SH SEE ALSO
.sp
.LP
-\fBptree_get_propval_by_name\fR(3PICLTREE), \fBattributes\fR(5)
+.BR ptree_get_propval_by_name (3PICLTREE),
+.BR attributes (7)