Print this page
11583 Some man3lib pages are missing parts of the SYNOPSIS
@@ -4,11 +4,11 @@
NAME
libc_db - threads debugging library
SYNOPSIS
- cc [ flag ... ] file ... -lc_db [ library ... ]
+ cc [ flag... ] file... -lc_db [ library... ]
#include <proc_service.h>
#include <thread_db.h>
DESCRIPTION
@@ -16,11 +16,11 @@
threads-related aspects of a multithreaded program. There are at least
two processes involved, the controlling process and one or more target
processes. The controlling process is the libc_db client, which links
with libc_db and uses libc_db to inspect or modify threads-related
aspects of one or more target processes. The target processes must be
- multithreaded processes that use libc. The controlling process mignt or
+ multithreaded processes that use libc. The controlling process might or
might not be multithreaded itself.
The most commonly anticipated use for libc_db is that the controlling
process will be a debugger for a multithreaded program, hence the "db"
@@ -132,6 +132,6 @@
SEE ALSO
Intro(3), td_ta_new(3C_DB), attributes(5), threads(5)
- March 24, 2004 LIBC_DB(3LIB)
+ August 19, 2019 LIBC_DB(3LIB)