Print this page
11583 Some man3lib pages are missing parts of the SYNOPSIS

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man3lib/libpthread.3lib.man.txt
          +++ new/usr/src/man/man3lib/libpthread.3lib.man.txt
   1    1  LIBPTHREAD(3LIB)              Interface Libraries             LIBPTHREAD(3LIB)
   2    2  
   3    3  
   4    4  
   5    5  NAME
   6    6         libpthread - POSIX threads library
   7    7  
   8    8  SYNOPSIS
   9      -       cc -mt [ flag... ] file... -lpthread [  -lrt  library... ]
        9 +       cc -mt [ flag... ] file... -lpthread [ library... ]
  10   10  
  11   11  
  12   12  DESCRIPTION
  13   13         Historically, functions in this library provided POSIX threading
  14   14         support. See standards(5). This functionality now resides in
  15   15         libc(3LIB).
  16   16  
  17   17         This library is maintained to provide backward compatibility for both
  18   18         runtime and compilation environments. The shared object is implemented
  19   19         as a filter on libc.so.1. New application development need not specify
↓ open down ↓ 71 lines elided ↑ open up ↑
  91   91         +---------------+-----------------+
  92   92         |MT-Level       | Safe            |
  93   93         +---------------+-----------------+
  94   94  
  95   95  SEE ALSO
  96   96         pvs(1), Intro(2), Intro(3), libc(3LIB), libc_db(3LIB), libthread(3LIB),
  97   97         attributes(5), standards(5), threads(5)
  98   98  
  99   99  
 100  100  
 101      -                                October 1, 2014               LIBPTHREAD(3LIB)
      101 +                                August 19, 2019               LIBPTHREAD(3LIB)
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX