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

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man3c/pthread_attr_get_np.3c.man.txt
          +++ new/usr/src/man/man3c/pthread_attr_get_np.3c.man.txt
↓ open down ↓ 8 lines elided ↑ open up ↑
   9    9       int
  10   10       pthread_attr_get_np(pthread_t thread, pthread_attr_t *attr);
  11   11  
  12   12  DESCRIPTION
  13   13       The pthread_attr_get_np() function provides a way to get the attributes
  14   14       of the thread thread after it has been created.  This function is most
  15   15       commonly used to obtain the actual location and size of a thread's stack.
  16   16  
  17   17       The attributes pointer, attr, will be filled in with the current
  18   18       attributes for the thread.  The attributes should be allocated by a call
  19      -     to pthread_attr_init(3C) prior to calling the pthrad_attr_get_np()
       19 +     to pthread_attr_init(3C) prior to calling the pthread_attr_get_np()
  20   20       function.  When attr is done being used, it should be destroyed through a
  21   21       call to pthread_attr_destroy(3C).
  22   22  
  23   23       The attributes of the thread thread will be the same as those passed in
  24   24       at the time pthread_create(3C) was called (or the default set if none
  25   25       were specified), except that the following values will be updated:
  26   26  
  27   27       Thread Stack Size
  28   28               If no explicit stack size was specified, then attr will contain
  29   29               the actual size of the stack.
↓ open down ↓ 114 lines elided ↑ open up ↑
 144  144  
 145  145  SEE ALSO
 146  146       pthread_attr_destroy(3C), pthread_attr_getdetachstate(3C),
 147  147       pthread_attr_getguardsize(3C), pthread_attr_getinheritsched(3C),
 148  148       pthread_attr_getschedparam(3C), pthread_attr_getschedpolicy(3C),
 149  149       pthread_attr_getscope(3C), pthread_attr_getstackaddr(3C),
 150  150       pthread_attr_getstacksize(3C), pthread_attr_init(3C), pthread_create(3C),
 151  151       pthread_detach(3C), pthread_getschedparam(3C), pthread_setschedparam(3C),
 152  152       attributes(5), threads(5)
 153  153  
 154      -illumos                        February 7, 2015                        illumos
      154 +illumos                         August 20, 2019                        illumos
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX