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

@@ -14,11 +14,11 @@
      of the thread thread after it has been created.  This function is most
      commonly used to obtain the actual location and size of a thread's stack.
 
      The attributes pointer, attr, will be filled in with the current
      attributes for the thread.  The attributes should be allocated by a call
-     to pthread_attr_init(3C) prior to calling the pthrad_attr_get_np()
+     to pthread_attr_init(3C) prior to calling the pthread_attr_get_np()
      function.  When attr is done being used, it should be destroyed through a
      call to pthread_attr_destroy(3C).
 
      The attributes of the thread thread will be the same as those passed in
      at the time pthread_create(3C) was called (or the default set if none

@@ -149,6 +149,6 @@
      pthread_attr_getscope(3C), pthread_attr_getstackaddr(3C),
      pthread_attr_getstacksize(3C), pthread_attr_init(3C), pthread_create(3C),
      pthread_detach(3C), pthread_getschedparam(3C), pthread_setschedparam(3C),
      attributes(5), threads(5)
 
-illumos                        February 7, 2015                        illumos
+illumos                         August 20, 2019                        illumos