Print this page
11586 NAME field in man pages should match what's installed

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man3proc/proc_get_status.3proc.man.txt
          +++ new/usr/src/man/man3proc/proc_get_status.3proc.man.txt
   1    1  PROC_GET_STATUS(3PROC)                       Process Control Library Functions
   2    2  
   3    3  NAME
   4      -     proc_get_pstatus - get process status information
        4 +     proc_get_status - get process status information
   5    5  
   6    6  SYNOPSIS
   7    7       Process Control Library (libproc, -lproc)
   8    8       #include <libproc.h>
   9    9  
  10   10       int
  11      -     proc_get_pstatus(pid_t pid, pstatus_t *psp);
       11 +     proc_get_status(pid_t pid, pstatus_t *psp);
  12   12  
  13   13  DESCRIPTION
  14      -     The proc_get_pstatus() function is a convenient way to read the /proc
       14 +     The proc_get_status() function is a convenient way to read the /proc
  15   15       status file for the process pid.  The status information of the process
  16   16       will be filled into psp.  The definition of the pstatus_t structure may
  17   17       be found in proc(4).
  18   18  
  19   19  RETURN VALUES
  20      -     Upon successful completion, the proc_get_pstatus() function returns 0.
       20 +     Upon successful completion, the proc_get_status() function returns 0.
  21   21       Otherwise, -1 is returned to indicate an error occurred.
  22   22  
  23   23  INTERFACE STABILITY
  24   24       Uncommitted
  25   25  
  26   26  MT-LEVEL
  27   27       MT-Safe
  28   28  
  29   29  SEE ALSO
  30   30       libproc(3LIB), proc(4)
  31   31  
  32      -illumos                          May 11, 2016                          illumos
       32 +illumos                         August 20, 2019                        illumos
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX