diff options
author | Chris Fraire <cfraire@me.com> | 2017-08-06 19:13:02 -0500 |
---|---|---|
committer | Dan McDonald <danmcd@joyent.com> | 2017-08-24 15:57:24 -0400 |
commit | b31ca922c7346747131aed07c0c171ec2f573aac (patch) | |
tree | 9d0af65b55d78f155097a870fbb1a646b95a7e29 /usr/src/man/man3c_db | |
parent | f52b16c60da4b4c350471d7fc68089d796cc082f (diff) | |
download | illumos-gate-b31ca922c7346747131aed07c0c171ec2f573aac.tar.gz |
8566 Man pages contain cross-reference errata
Reviewed by: Yuri Pankov <yuripv@gmx.com>
Reviewed by: Robert Mustacchi <rm@joyent.com>
Reviewed by: Toomas Soome <tsoome@me.com>
Approved by: Dan McDonald <danmcd@joyent.com>
Diffstat (limited to 'usr/src/man/man3c_db')
-rw-r--r-- | usr/src/man/man3c_db/td_thr_get_info.3c_db | 4 |
1 files changed, 2 insertions, 2 deletions
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 b0569a4800..e0847529f6 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 @@ -49,11 +49,11 @@ typedef struct td_thrinfo_t { short ti_flags /* set of special flags used by libc*/ int ti_pri /* priority of thread returned by - thr_getprio(3T)*/ + thr_getprio(3C)*/ lwpid_t ti_lid /* id of light weight process (LWP) executing this thread*/ sigset_t ti_sigmask /* thread's signal mask. See - thr_sigsetmask(3T)*/ + thr_sigsetmask(3C)*/ u_char ti_traceme /* non-zero if event tracing is on*/ u_char_t ti_preemptflag /* non-zero if thread preempted when last active*/ |