Print this page
    
8158 Want named threads API
9857 proc manpages should have LIBRARY section
    
      
        | Split | Close | 
      | Expand all | 
      | Collapse all | 
    
    
          --- old/usr/src/man/man3proc/Ppsinfo.3proc
          +++ new/usr/src/man/man3proc/Ppsinfo.3proc
   1    1  .\"
   2    2  .\" This file and its contents are supplied under the terms of the
   3    3  .\" Common Development and Distribution License ("CDDL"), version 1.0.
   4    4  .\" You may only use this file in accordance with the terms of version
   5    5  .\" 1.0 of the CDDL.
   6    6  .\"
   7    7  .\" A full copy of the text of the CDDL should have accompanied this
   8    8  .\" source.  A copy of the CDDL is also available via the Internet at
   9    9  .\" http://www.illumos.org/license/CDDL.
  
    | ↓ open down ↓ | 9 lines elided | ↑ open up ↑ | 
  10   10  .\"
  11   11  .\"
  12   12  .\" Copyright 2015 Joyent, Inc.
  13   13  .\"
  14   14  .Dd May 11, 2016
  15   15  .Dt PPSINFO 3PROC
  16   16  .Os
  17   17  .Sh NAME
  18   18  .Nm Ppsinfo
  19   19  .Nd get process ps information
  20      -.Sh SYNOPSIS
       20 +.Sh LIBRARY
  21   21  .Lb libproc
       22 +.Sh SYNOPSIS
  22   23  .In libproc.h
  23   24  .Ft "const psinfo_t *"
  24   25  .Fo Ppsinfo
  25   26  .Fa "struct ps_prochandle *P"
  26   27  .Fc
  27   28  .Sh DESCRIPTION
  28   29  The
  29   30  .Fn Ppsinfo
  30   31  function returns the process handle
  31   32  .Fa P Ns 's
  32   33  .Xr ps 1
  33   34  information.
  34   35  The
  35   36  .Sy psinfo_t
  36   37  structure that is returned is defined in
  37   38  .Xr proc 4
  38   39  and is valid until a subsequent call to
  39   40  .Xr Prelease 3PROC .
  40   41  .Sh RETURN VALUES
  41   42  Upon successful completion, the
  42   43  .Fn Ppsinfo
  43   44  function returns a pointer to the process ps information.
  44   45  Otherwise,
  45   46  .Dv NULL
  46   47  is returned to indicate that it could not be found.
  47   48  .Sh INTERFACE STABILITY
  48   49  .Sy Uncommitted
  49   50  .Sh MT-LEVEL
  50   51  See
  51   52  .Sy LOCKING
  52   53  in
  53   54  .Xr libproc 3LIB .
  54   55  .Sh SEE ALSO
  55   56  .Xr ps 1 ,
  56   57  .Xr libproc 3LIB ,
  57   58  .Xr Prelease 3PROC ,
  58   59  .Xr proc 4
  
    | ↓ open down ↓ | 27 lines elided | ↑ open up ↑ | 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX