Print this page
12745 man page typos

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man4/proc.4.man.txt
          +++ new/usr/src/man/man4/proc.4.man.txt
↓ open down ↓ 268 lines elided ↑ open up ↑
 269  269                        disable microstate accounting.
 270  270  
 271  271             PR_BPTADJ  process has its breakpoint adjustment mode set (see
 272  272                        PCSET).
 273  273  
 274  274             PR_PTRACE  process has its ptrace-compatibility mode set (see
 275  275                        PCSET).
 276  276  
 277  277       pr_nlwp is the total number of active lwps in the process.  pr_nzomb is
 278  278       the total number of zombie lwps in the process.  A zombie lwp is a non-
 279      -     detached lwp that has terminated but has not been reaped with thr_join(3)
 280      -     or pthread_join(3C).
      279 +     detached lwp that has terminated but has not been reaped with
      280 +     thr_join(3C) or pthread_join(3C).
 281  281  
 282  282       pr_pid, pr_ppi, pr_pgid, and pr_sid are, respectively, the process ID,
 283  283       the ID of the process's parent, the process's process group ID, and the
 284  284       process's session ID.
 285  285  
 286  286       pr_aslwpid is obsolete and is always zero.
 287  287  
 288  288       pr_agentid is the lwp-ID for the /proc agent lwp (see the PCAGENT control
 289  289       operation).  It is zero if there is no agent lwp in the process.
 290  290  
↓ open down ↓ 1731 lines elided ↑ open up ↑
2022 2022       searchable.  Thus, anyone can open /proc/pid/psinfo even though ls(1)
2023 2023       applied to /proc/pid will fail for anyone but the owner or an
2024 2024       appropriately privileged process.  Support for the old ioctl(2)-based
2025 2025       version of /proc will be dropped in a future release, at which time the
2026 2026       top-level directory for a process will be made world-readable.
2027 2027  
2028 2028       On SPARC based machines, the types gregset_t and fpregset_t defined in
2029 2029       <sys/regset.h> are similar to but not the same as the types prgregset_t
2030 2030       and prfpregset_t defined in <procfs.h>.
2031 2031  
2032      -illumos                         January 6, 2020                        illumos
     2032 +illumos                          May 17, 2020                          illumos
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX