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

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man3lib/libc_db.3lib.man.txt
          +++ new/usr/src/man/man3lib/libc_db.3lib.man.txt
   1    1  LIBC_DB(3LIB)                 Interface Libraries                LIBC_DB(3LIB)
   2    2  
   3    3  
   4    4  
   5    5  NAME
   6    6         libc_db - threads debugging library
   7    7  
   8    8  SYNOPSIS
   9      -       cc [ flag ... ] file ... -lc_db [ library ... ]
        9 +       cc [ flag... ] file... -lc_db [ library... ]
  10   10         #include <proc_service.h>
  11   11         #include <thread_db.h>
  12   12  
  13   13  
  14   14  DESCRIPTION
  15   15         The libc_db library provides support for monitoring and manipulating
  16   16         threads-related aspects of a multithreaded program. There are at least
  17   17         two processes involved,  the controlling process and one or more target
  18   18         processes.  The controlling process is the libc_db client, which links
  19   19         with libc_db and uses libc_db to inspect or modify threads-related
  20   20         aspects of one or more target processes. The target processes must be
  21      -       multithreaded processes that use libc. The controlling process mignt or
       21 +       multithreaded processes that use libc. The controlling process might or
  22   22         might not be multithreaded itself.
  23   23  
  24   24  
  25   25         The most commonly anticipated use for libc_db is that the controlling
  26   26         process will be a debugger for a multithreaded program, hence the "db"
  27   27         in libc_db.
  28   28  
  29   29  
  30   30         The libc_db library is dependent on the internal implementation details
  31   31         of libc. It is a "friend" of libc in the C++ sense, which is precisely
↓ open down ↓ 95 lines elided ↑ open up ↑
 127  127         +---------------+-----------------+
 128  128         |ATTRIBUTE TYPE | ATTRIBUTE VALUE |
 129  129         |MT-Level       | Safe            |
 130  130         +---------------+-----------------+
 131  131  
 132  132  SEE ALSO
 133  133         Intro(3), td_ta_new(3C_DB), attributes(5), threads(5)
 134  134  
 135  135  
 136  136  
 137      -                                March 24, 2004                   LIBC_DB(3LIB)
      137 +                                August 19, 2019                  LIBC_DB(3LIB)
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX