summaryrefslogtreecommitdiff
path: root/usr/src/man/man3c_db
diff options
context:
space:
mode:
authorDan McDonald <danmcd@joyent.com>2022-03-15 12:07:15 -0400
committerGitHub <noreply@github.com>2022-03-15 12:07:15 -0400
commit83decd22b44019b0fe369224fb19e1ef21263ab6 (patch)
tree0bbbaea9d4231f77a406362904280d6ba53e1d55 /usr/src/man/man3c_db
parentad491f11d9af43fd3f0d6159c9e08112de475a54 (diff)
downloadillumos-joyent-83decd22b44019b0fe369224fb19e1ef21263ab6.tar.gz
OS-8361 IPD 4 (man page renumbering) tracking issue
Reviewed by: Brian Bennett <brian.bennett@joyent.com> Approved by: Brian Bennett <brian.bennett@joyent.com>
Diffstat (limited to 'usr/src/man/man3c_db')
-rw-r--r--usr/src/man/man3c_db/td_init.3c_db5
-rw-r--r--usr/src/man/man3c_db/td_log.3c_db6
-rw-r--r--usr/src/man/man3c_db/td_sync_get_info.3c_db4
-rw-r--r--usr/src/man/man3c_db/td_ta_enable_stats.3c_db6
-rw-r--r--usr/src/man/man3c_db/td_ta_event_addr.3c_db5
-rw-r--r--usr/src/man/man3c_db/td_ta_get_nthreads.3c_db6
-rw-r--r--usr/src/man/man3c_db/td_ta_map_addr2sync.3c_db5
-rw-r--r--usr/src/man/man3c_db/td_ta_map_id2thr.3c_db8
-rw-r--r--usr/src/man/man3c_db/td_ta_new.3c_db6
-rw-r--r--usr/src/man/man3c_db/td_ta_setconcurrency.3c_db8
-rw-r--r--usr/src/man/man3c_db/td_ta_sync_iter.3c_db4
-rw-r--r--usr/src/man/man3c_db/td_thr_dbsuspend.3c_db5
-rw-r--r--usr/src/man/man3c_db/td_thr_get_info.3c_db12
-rw-r--r--usr/src/man/man3c_db/td_thr_getgregs.3c_db5
-rw-r--r--usr/src/man/man3c_db/td_thr_lockowner.3c_db4
-rw-r--r--usr/src/man/man3c_db/td_thr_setprio.3c_db6
-rw-r--r--usr/src/man/man3c_db/td_thr_setsigpending.3c_db6
-rw-r--r--usr/src/man/man3c_db/td_thr_sleepinfo.3c_db5
-rw-r--r--usr/src/man/man3c_db/td_thr_tsd.3c_db4
-rw-r--r--usr/src/man/man3c_db/td_thr_validate.3c_db5
20 files changed, 70 insertions, 45 deletions
diff --git a/usr/src/man/man3c_db/td_init.3c_db b/usr/src/man/man3c_db/td_init.3c_db
index 505395a960..393dc63f39 100644
--- a/usr/src/man/man3c_db/td_init.3c_db
+++ b/usr/src/man/man3c_db/td_init.3c_db
@@ -45,7 +45,7 @@ Initialization failed.
.SH ATTRIBUTES
.sp
.LP
-See \fBattributes\fR(5) for description of the following attributes:
+See \fBattributes\fR(7) for description of the following attributes:
.sp
.sp
@@ -61,4 +61,5 @@ MT Level Safe
.SH SEE ALSO
.sp
.LP
-\fBlibc_db\fR(3LIB), \fBattributes\fR(5)
+.BR libc_db (3LIB),
+.BR attributes (7)
diff --git a/usr/src/man/man3c_db/td_log.3c_db b/usr/src/man/man3c_db/td_log.3c_db
index 94979562e2..4c6acecae2 100644
--- a/usr/src/man/man3c_db/td_log.3c_db
+++ b/usr/src/man/man3c_db/td_log.3c_db
@@ -24,7 +24,7 @@ logging functionality in \fBlibc_db\fR(3LIB).
.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
@@ -40,4 +40,6 @@ MT Level Safe
.SH SEE ALSO
.sp
.LP
-\fBlibc_db\fR(3LIB), \fBattributes\fR(5), \fBthreads\fR(5)
+.BR libc_db (3LIB),
+.BR attributes (7),
+.BR threads (7)
diff --git a/usr/src/man/man3c_db/td_sync_get_info.3c_db b/usr/src/man/man3c_db/td_sync_get_info.3c_db
index 4a616ccdb0..ebf5071f33 100644
--- a/usr/src/man/man3c_db/td_sync_get_info.3c_db
+++ b/usr/src/man/man3c_db/td_sync_get_info.3c_db
@@ -300,7 +300,7 @@ A libc_db-internal error occurred.
.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
@@ -317,4 +317,4 @@ MT-Level Safe
.sp
.LP
\fBlibc_db\fR(3LIB), \fBmutex_init\fR(3C), \fBtd_ta_map_addr2sync\fR(3C_DB),
-\fBtd_ta_sync_iter\fR(3C_DB), \fBtd_ta_thr_iter\fR(3C_DB), \fBattributes\fR(5)
+\fBtd_ta_sync_iter\fR(3C_DB), \fBtd_ta_thr_iter\fR(3C_DB), \fBattributes\fR(7)
diff --git a/usr/src/man/man3c_db/td_ta_enable_stats.3c_db b/usr/src/man/man3c_db/td_ta_enable_stats.3c_db
index ac186649cc..258734ca6c 100644
--- a/usr/src/man/man3c_db/td_ta_enable_stats.3c_db
+++ b/usr/src/man/man3c_db/td_ta_enable_stats.3c_db
@@ -133,7 +133,7 @@ Something else went wrong.
.SH ATTRIBUTES
.sp
.LP
-See \fBattributes\fR(5) for description of the following attributes:
+See \fBattributes\fR(7) for description of the following attributes:
.sp
.sp
@@ -149,4 +149,6 @@ MT Level Safe
.SH SEE ALSO
.sp
.LP
-\fBlibc_db\fR(3LIB), \fBthr_getconcurrency\fR(3C), \fBattributes\fR(5)
+.BR thr_getconcurrency (3C),
+.BR libc_db (3LIB),
+.BR attributes (7)
diff --git a/usr/src/man/man3c_db/td_ta_event_addr.3c_db b/usr/src/man/man3c_db/td_ta_event_addr.3c_db
index 15cd2d26fd..8a77b610ec 100644
--- a/usr/src/man/man3c_db/td_ta_event_addr.3c_db
+++ b/usr/src/man/man3c_db/td_ta_event_addr.3c_db
@@ -453,7 +453,7 @@ progress. See \fBlibc_db\fR(3LIB).
.SH ATTRIBUTES
.sp
.LP
-See \fBattributes\fR(5) for description of the following attributes:
+See \fBattributes\fR(7) for description of the following attributes:
.sp
.sp
@@ -469,4 +469,5 @@ MT-Level Safe
.SH SEE ALSO
.sp
.LP
-\fBlibc_db\fR(3LIB), \fBattributes\fR(5)
+.BR libc_db (3LIB),
+.BR attributes (7)
diff --git a/usr/src/man/man3c_db/td_ta_get_nthreads.3c_db b/usr/src/man/man3c_db/td_ta_get_nthreads.3c_db
index 98f0151a57..3ba707b114 100644
--- a/usr/src/man/man3c_db/td_ta_get_nthreads.3c_db
+++ b/usr/src/man/man3c_db/td_ta_get_nthreads.3c_db
@@ -74,7 +74,7 @@ occurred.
.SH ATTRIBUTES
.sp
.LP
-See \fBattributes\fR(5) for description of the following attributes:
+See \fBattributes\fR(7) for description of the following attributes:
.sp
.sp
@@ -90,4 +90,6 @@ MT-Level Safe
.SH SEE ALSO
.sp
.LP
-\fBlibc_db\fR(3LIB), \fBattributes\fR(5), \fBthreads\fR(5)
+.BR libc_db (3LIB),
+.BR attributes (7),
+.BR threads (7)
diff --git a/usr/src/man/man3c_db/td_ta_map_addr2sync.3c_db b/usr/src/man/man3c_db/td_ta_map_addr2sync.3c_db
index f3d0bef30b..e43b3238f2 100644
--- a/usr/src/man/man3c_db/td_ta_map_addr2sync.3c_db
+++ b/usr/src/man/man3c_db/td_ta_map_addr2sync.3c_db
@@ -86,7 +86,7 @@ A call to one of the imported interface routines failed.
.SH ATTRIBUTES
.sp
.LP
-See \fBattributes\fR(5) for description of the following attributes:
+See \fBattributes\fR(7) for description of the following attributes:
.sp
.sp
@@ -102,4 +102,5 @@ MT-Level Safe
.SH SEE ALSO
.sp
.LP
-\fBlibc_db\fR(3LIB), \fBattributes\fR(5)
+.BR libc_db (3LIB),
+.BR attributes (7)
diff --git a/usr/src/man/man3c_db/td_ta_map_id2thr.3c_db b/usr/src/man/man3c_db/td_ta_map_id2thr.3c_db
index 0644d1768d..837e3a2ab5 100644
--- a/usr/src/man/man3c_db/td_ta_map_id2thr.3c_db
+++ b/usr/src/man/man3c_db/td_ta_map_id2thr.3c_db
@@ -95,7 +95,7 @@ The call did not complete successfully.
.SH ATTRIBUTES
.sp
.LP
-See \fBattributes\fR(5) for description of the following attributes:
+See \fBattributes\fR(7) for description of the following attributes:
.sp
.sp
@@ -111,5 +111,7 @@ MT-Level Safe
.SH SEE ALSO
.sp
.LP
-\fBlibc_db\fR(3LIB), \fBthr_create\fR(3C), \fBthr_self\fR(3C),
-\fBattributes\fR(5)
+.BR thr_create (3C),
+.BR thr_self (3C),
+.BR libc_db (3LIB),
+.BR attributes (7)
diff --git a/usr/src/man/man3c_db/td_ta_new.3c_db b/usr/src/man/man3c_db/td_ta_new.3c_db
index d473bc4543..36c6395f5b 100644
--- a/usr/src/man/man3c_db/td_ta_new.3c_db
+++ b/usr/src/man/man3c_db/td_ta_new.3c_db
@@ -118,7 +118,7 @@ The target process does not appear to be multithreaded.
.SH ATTRIBUTES
.sp
.LP
-See \fBattributes\fR(5) for description of the following attributes:
+See \fBattributes\fR(7) for description of the following attributes:
.sp
.sp
@@ -134,4 +134,6 @@ MT-Level Safe
.SH SEE ALSO
.sp
.LP
-\fBlibc_db\fR(3LIB), \fBproc_service\fR(3PROC), \fBattributes\fR(5)
+.BR libc_db (3LIB),
+.BR proc_service (3PROC),
+.BR attributes (7)
diff --git a/usr/src/man/man3c_db/td_ta_setconcurrency.3c_db b/usr/src/man/man3c_db/td_ta_setconcurrency.3c_db
index cda1d2742a..5ec862e951 100644
--- a/usr/src/man/man3c_db/td_ta_setconcurrency.3c_db
+++ b/usr/src/man/man3c_db/td_ta_setconcurrency.3c_db
@@ -73,7 +73,7 @@ A \fBlibc_db\fR internal error occurred.
.SH ATTRIBUTES
.sp
.LP
-See \fBattributes\fR(5) for description of the following attributes:
+See \fBattributes\fR(7) for description of the following attributes:
.sp
.sp
@@ -89,5 +89,7 @@ MT-Level Safe
.SH SEE ALSO
.sp
.LP
-\fBlibc_db\fR(3LIB), \fBps_kill\fR(3PROC), \fBthr_setconcurrency\fR(3C),
-\fBattributes\fR(5)
+.BR thr_setconcurrency (3C),
+.BR libc_db (3LIB),
+.BR ps_kill (3PROC),
+.BR attributes (7)
diff --git a/usr/src/man/man3c_db/td_ta_sync_iter.3c_db b/usr/src/man/man3c_db/td_ta_sync_iter.3c_db
index 4df27aeba4..c4904ef3a5 100644
--- a/usr/src/man/man3c_db/td_ta_sync_iter.3c_db
+++ b/usr/src/man/man3c_db/td_ta_sync_iter.3c_db
@@ -170,7 +170,7 @@ The call did not complete successfully.
.SH ATTRIBUTES
.sp
.LP
-See \fBattributes\fR(5) for description of the following attributes:
+See \fBattributes\fR(7) for description of the following attributes:
.sp
.sp
@@ -187,4 +187,4 @@ MT-Level Safe
.sp
.LP
\fBlibc_db\fR(3LIB), \fBmutex_init\fR(3C), \fBtd_sync_get_info\fR(3C_DB),
-\fBtd_thr_get_info\fR(3C_DB), \fBtd_thr_tsd\fR(3C_DB), \fBattributes\fR(5)
+\fBtd_thr_get_info\fR(3C_DB), \fBtd_thr_tsd\fR(3C_DB), \fBattributes\fR(7)
diff --git a/usr/src/man/man3c_db/td_thr_dbsuspend.3c_db b/usr/src/man/man3c_db/td_thr_dbsuspend.3c_db
index 8f6b5bef5e..00c902669b 100644
--- a/usr/src/man/man3c_db/td_thr_dbsuspend.3c_db
+++ b/usr/src/man/man3c_db/td_thr_dbsuspend.3c_db
@@ -72,7 +72,7 @@ A \fBlibc_db\fR internal error occurred.
.SH ATTRIBUTES
.sp
.LP
-See \fBattributes\fR(5) for description of the following attributes:
+See \fBattributes\fR(7) for description of the following attributes:
.sp
.sp
@@ -88,4 +88,5 @@ MT-Level Safe
.SH SEE ALSO
.sp
.LP
-\fBlibc_db\fR(3LIB), \fBattributes\fR(5)
+.BR libc_db (3LIB),
+.BR attributes (7)
diff --git a/usr/src/man/man3c_db/td_thr_get_info.3c_db b/usr/src/man/man3c_db/td_thr_get_info.3c_db
index 69b5615548..eb178def2c 100644
--- a/usr/src/man/man3c_db/td_thr_get_info.3c_db
+++ b/usr/src/man/man3c_db/td_thr_get_info.3c_db
@@ -268,7 +268,7 @@ The call did not complete successfully.
.RE
.SH ATTRIBUTES
-See \fBattributes\fR(5) for description of the following attributes:
+See \fBattributes\fR(7) for description of the following attributes:
.sp
.sp
@@ -283,6 +283,10 @@ MT-Level Safe
.SH SEE ALSO
\fBlibc_db\fR(3LIB), \fBtd_ta_thr_iter\fR(3C_DB),
-\fBtd_thr_dbsuspend\fR(3C_DB), \fBthr_create\fR(3C), \fBthr_getprio\fR(3C),
-\fBthr_join\fR(3C), \fBthr_sigsetmask\fR(3C), \fBthr_suspend\fR(3C),
-\fBattributes\fR(5), \fBthreads\fR(5)
+\fBtd_thr_dbsuspend\fR(3C_DB), \fBthr_create\fR(3C),
+.BR thr_getprio (3C),
+.BR thr_join (3C),
+.BR thr_sigsetmask (3C),
+.BR thr_suspend (3C),
+.BR attributes (7),
+.BR threads (7)
diff --git a/usr/src/man/man3c_db/td_thr_getgregs.3c_db b/usr/src/man/man3c_db/td_thr_getgregs.3c_db
index da3fa49eef..eca6f83dd4 100644
--- a/usr/src/man/man3c_db/td_thr_getgregs.3c_db
+++ b/usr/src/man/man3c_db/td_thr_getgregs.3c_db
@@ -164,7 +164,7 @@ A \fBlibc_db\fR internal error occurred.
.SH ATTRIBUTES
.sp
.LP
-See \fBattributes\fR(5) for description of the following attributes:
+See \fBattributes\fR(7) for description of the following attributes:
.sp
.sp
@@ -180,4 +180,5 @@ MT-Level Safe
.SH SEE ALSO
.sp
.LP
-\fBlibc_db\fR(3LIB), \fBattributes\fR(5)
+.BR libc_db (3LIB),
+.BR attributes (7)
diff --git a/usr/src/man/man3c_db/td_thr_lockowner.3c_db b/usr/src/man/man3c_db/td_thr_lockowner.3c_db
index 7c38580afd..9cda89106d 100644
--- a/usr/src/man/man3c_db/td_thr_lockowner.3c_db
+++ b/usr/src/man/man3c_db/td_thr_lockowner.3c_db
@@ -78,7 +78,7 @@ A \fBlibc_db\fR internal error occurred.
.SH ATTRIBUTES
.sp
.LP
-See \fBattributes\fR(5) for description of the following attributes:
+See \fBattributes\fR(7) for description of the following attributes:
.sp
.sp
@@ -94,4 +94,4 @@ MT-Level Safe
.SH SEE ALSO
.sp
.LP
-\fBlibc_db\fR(3LIB), \fBtd_ta_thr_iter\fR(3C_DB), \fBattributes\fR(5)
+\fBlibc_db\fR(3LIB), \fBtd_ta_thr_iter\fR(3C_DB), \fBattributes\fR(7)
diff --git a/usr/src/man/man3c_db/td_thr_setprio.3c_db b/usr/src/man/man3c_db/td_thr_setprio.3c_db
index fecf05d57f..e1a5403d29 100644
--- a/usr/src/man/man3c_db/td_thr_setprio.3c_db
+++ b/usr/src/man/man3c_db/td_thr_setprio.3c_db
@@ -35,7 +35,7 @@ Capability not available.
.SH ATTRIBUTES
.sp
.LP
-See \fBattributes\fR(5) for description of the following attributes:
+See \fBattributes\fR(7) for description of the following attributes:
.sp
.sp
@@ -51,4 +51,6 @@ MT-Level Safe
.SH SEE ALSO
.sp
.LP
-\fBlibc_db\fR(3LIB), \fBthr_setprio\fR(3C), \fBattributes\fR(5)
+.BR thr_setprio (3C),
+.BR libc_db (3LIB),
+.BR attributes (7)
diff --git a/usr/src/man/man3c_db/td_thr_setsigpending.3c_db b/usr/src/man/man3c_db/td_thr_setsigpending.3c_db
index f2dce9f57f..2f979b9620 100644
--- a/usr/src/man/man3c_db/td_thr_setsigpending.3c_db
+++ b/usr/src/man/man3c_db/td_thr_setsigpending.3c_db
@@ -52,7 +52,7 @@ stop either the entire process or the thread with \fBtd_thr_dbsuspend()\fR,
.TP
2.
determine the thread's existing signal mask by calling
-\fBtd_thr_get_info\fR(3C_DB),
+.BR td_thr_get_info (3C_DB),
.RE
.RS +4
.TP
@@ -102,7 +102,7 @@ A \fBlibc_db\fR internal error occurred.
.RE
.SH ATTRIBUTES
-See \fBattributes\fR(5) for description of the following attributes:
+See \fBattributes\fR(7) for description of the following attributes:
.sp
.sp
@@ -117,4 +117,4 @@ MT-Level Safe
.SH SEE ALSO
\fBlibc_db\fR(3LIB), \fBtd_thr_dbsuspend\fR(3C_DB),
-\fBtd_thr_get_info\fR(3C_DB), \fBattributes\fR(5)
+\fBtd_thr_get_info\fR(3C_DB), \fBattributes\fR(7)
diff --git a/usr/src/man/man3c_db/td_thr_sleepinfo.3c_db b/usr/src/man/man3c_db/td_thr_sleepinfo.3c_db
index 7c7ac70d65..8e49bb350d 100644
--- a/usr/src/man/man3c_db/td_thr_sleepinfo.3c_db
+++ b/usr/src/man/man3c_db/td_thr_sleepinfo.3c_db
@@ -63,7 +63,7 @@ The thread \fIth_p\fR is not blocked on a synchronization object, or a
.SH ATTRIBUTES
.sp
.LP
-See \fBattributes\fR(5) for description of the following attributes:
+See \fBattributes\fR(7) for description of the following attributes:
.sp
.sp
@@ -79,4 +79,5 @@ MT-Level Safe
.SH SEE ALSO
.sp
.LP
-\fBlibc_db\fR(3LIB), \fBattributes\fR(5)
+.BR libc_db (3LIB),
+.BR attributes (7)
diff --git a/usr/src/man/man3c_db/td_thr_tsd.3c_db b/usr/src/man/man3c_db/td_thr_tsd.3c_db
index 2bfba66696..2082b527df 100644
--- a/usr/src/man/man3c_db/td_thr_tsd.3c_db
+++ b/usr/src/man/man3c_db/td_thr_tsd.3c_db
@@ -68,7 +68,7 @@ A \fBlibc_db\fR internal error occurred.
.SH ATTRIBUTES
.sp
.LP
-See \fBattributes\fR(5) for description of the following attributes:
+See \fBattributes\fR(7) for description of the following attributes:
.sp
.sp
@@ -85,4 +85,4 @@ MT-Level Safe
.sp
.LP
\fBlibc_db\fR(3LIB), \fBtd_ta_tsd_iter\fR(3C_DB), \fBthr_getspecific\fR(3C),
-\fBattributes\fR(5)
+.BR attributes (7)
diff --git a/usr/src/man/man3c_db/td_thr_validate.3c_db b/usr/src/man/man3c_db/td_thr_validate.3c_db
index 8bbf082692..02595a4eeb 100644
--- a/usr/src/man/man3c_db/td_thr_validate.3c_db
+++ b/usr/src/man/man3c_db/td_thr_validate.3c_db
@@ -70,7 +70,7 @@ A \fBlibc_db\fR internal error occurred.
.SH ATTRIBUTES
.sp
.LP
-See \fBattributes\fR(5) for description of the following attributes:
+See \fBattributes\fR(7) for description of the following attributes:
.sp
.sp
@@ -86,4 +86,5 @@ MT-Level Safe
.SH SEE ALSO
.sp
.LP
-\fBlibc_db\fR(3LIB), \fBattributes\fR(5)
+.BR libc_db (3LIB),
+.BR attributes (7)