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_mutexattr_getrobust.3c.man.txt
          +++ new/usr/src/man/man3c/pthread_mutexattr_getrobust.3c.man.txt
   1    1  PTHREAD_MUTEXATTR_GETROBUST(3C)                   Standard C Library Functions
   2    2  
   3    3  NAME
   4      -     pthread_mutexattr_getrobust, pthrad_mutexattr_setrobust - get and set the
   5      -     mutex robust attribute
        4 +     pthread_mutexattr_getrobust, pthread_mutexattr_setrobust - get and set
        5 +     the mutex robust attribute
   6    6  
   7    7  SYNOPSIS
   8    8       #include <pthread.h>
   9    9  
  10   10       int
  11   11       pthread_mutexattr_getrobust(const pthread_mutexattr_t *attr,
  12   12           int *robust);
  13   13  
  14   14       int
  15   15       pthread_mutexattr_setrobust(pthread_mutexattr_t *attr, int robust);
↓ open down ↓ 43 lines elided ↑ open up ↑
  59   59  INTERFACE STABILITY
  60   60       Committed
  61   61  
  62   62  MT-LEVEL
  63   63       MT-Safe
  64   64  
  65   65  SEE ALSO
  66   66       pthread_mutex_consistent(3C), pthread(3HEAD), libpthread(3LIB),
  67   67       attributes(5), mutex(5)
  68   68  
  69      -illumos                        December 22, 2014                       illumos
       69 +illumos                         August 20, 2019                        illumos
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX