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
          +++ new/usr/src/man/man3c/pthread_mutexattr_getrobust.3c
↓ open down ↓ 3 lines elided ↑ open up ↑
   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.
  10   10  .\"
  11   11  .\"
  12   12  .\" Copyright (c) 2014, Joyent, Inc.
  13   13  .\"
  14      -.Dd "Dec 22, 2014"
       14 +.Dd "Aug 20, 2019"
  15   15  .Dt PTHREAD_MUTEXATTR_GETROBUST 3C
  16   16  .Os
  17   17  .Sh NAME
  18   18  .Nm pthread_mutexattr_getrobust ,
  19      -.Nm pthrad_mutexattr_setrobust
       19 +.Nm pthread_mutexattr_setrobust
  20   20  .Nd get and set the mutex robust attribute
  21   21  .Sh SYNOPSIS
  22   22  .In pthread.h
  23   23  .Ft int
  24   24  .Fo pthread_mutexattr_getrobust
  25   25  .Fa "const pthread_mutexattr_t *attr"
  26   26  .Fa "int *robust"
  27   27  .Fc
  28   28  .Ft int
  29   29  .Fo pthread_mutexattr_setrobust
↓ open down ↓ 93 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX