Print this page
12745 man page typos

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man4/proc.4
          +++ new/usr/src/man/man4/proc.4
↓ open down ↓ 10 lines elided ↑ open up ↑
  11   11  .\" or http://www.opensolaris.org/os/licensing.
  12   12  .\" See the License for the specific language governing permissions
  13   13  .\" and limitations under the License.
  14   14  .\"
  15   15  .\" When distributing Covered Code, include this CDDL HEADER in each
  16   16  .\" file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  17   17  .\" If applicable, add the following below this CDDL HEADER, with the
  18   18  .\" fields enclosed by brackets "[]" replaced with your own identifying
  19   19  .\" information: Portions Copyright [yyyy] [name of copyright owner]
  20   20  .\"
  21      -.Dd January 6, 2020
       21 +.Dd May 17, 2020
  22   22  .Dt PROC 4
  23   23  .Os
  24   24  .Sh NAME
  25   25  .Nm proc
  26   26  .Nd /proc, the process file system
  27   27  .Sh DESCRIPTION
  28   28  .Pa /proc
  29   29  is a file system that provides access to the state of each process
  30   30  and light-weight process (lwp) in the system.
  31   31  The name of each entry in the
↓ open down ↓ 444 lines elided ↑ open up ↑
 476  476  process has its ptrace-compatibility mode set (see
 477  477  .Sx PCSET ) .
 478  478  .El
 479  479  .Pp
 480  480  .Sy pr_nlwp
 481  481  is the total number of active lwps in the process.
 482  482  .Sy pr_nzomb
 483  483  is the total number of zombie lwps in the process.
 484  484  A zombie lwp is a non-detached lwp that has terminated but has not been reaped
 485  485  with
 486      -.Xr thr_join 3
      486 +.Xr thr_join 3C
 487  487  or
 488  488  .Xr pthread_join 3C .
 489  489  .Pp
 490  490  .Sy pr_pid ,
 491  491  .Sy pr_ppi ,
 492  492  .Sy pr_pgid ,
 493  493  and
 494  494  .Sy pr_sid
 495  495  are, respectively, the process ID, the ID of the process's parent, the
 496  496  process's process group ID, and the process's session ID.
↓ open down ↓ 2716 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX