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/man3lib/libproc.3lib | |
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/man3lib/libproc.3lib')
-rw-r--r-- | usr/src/man/man3lib/libproc.3lib | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr/src/man/man3lib/libproc.3lib b/usr/src/man/man3lib/libproc.3lib index ba71e5f2b9..915febee0b 100644 --- a/usr/src/man/man3lib/libproc.3lib +++ b/usr/src/man/man3lib/libproc.3lib @@ -405,7 +405,7 @@ Many functions relating to tracing processes, for example .Xr Psignal 3PROC , .Xr Psetsignal 3PROC , .Xr Psetfault 3PROC , -.Xr Psetentry 3PROC , +.Xr Psysentry 3PROC , and others, mention that they only act upon .Em Active Processes . This specifically refers to processes whose state are in @@ -414,8 +414,7 @@ and .Dv PS_STOP . Process handles in the other states have no notion of settable tracing flags, though core files -.Pf ( type Dv PS_DEAD ) , -======= +.Pf ( type Dv PS_DEAD ) may have a read-only snapshot of their tracing settings available. .Sh TYPES The |