diff options
Diffstat (limited to 'usr/src/man/man3lib')
-rw-r--r-- | usr/src/man/man3lib/libdtrace.3lib | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/usr/src/man/man3lib/libdtrace.3lib b/usr/src/man/man3lib/libdtrace.3lib index 8930957b41..5d212a1313 100644 --- a/usr/src/man/man3lib/libdtrace.3lib +++ b/usr/src/man/man3lib/libdtrace.3lib @@ -3,26 +3,23 @@ .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License. .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License. .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner] -.TH LIBDTRACE 3LIB "Sep 17, 2003" +.TH LIBDTRACE 3LIB "Dec 10, 2017" .SH NAME libdtrace \- DTrace dynamic tracing software library .SH DESCRIPTION -.sp .LP Functions in this library define the interface for interacting with the DTrace dynamic tracing software, including the D language compiler and facilities for enabling probes and consuming trace data. .SH INTERFACES -.sp .LP The interfaces provided by libdtrace.so.1 are currently private to the -implementation of the Solaris system and DTrace subsystem and are subject to +implementation of the illumos system and DTrace subsystem and are subject to change at any time without notice. Applications using these interfaces might -fail to run on future releases. Refer to the \fISolaris Dynamic Tracing +fail to run on future releases. Refer to the \fIDynamic Tracing Guide\fR for a description of the public documented interfaces available for the DTrace facility. .SH FILES -.sp .ne 2 .na \fB\fB/usr/lib/libdtrace.so.1\fR\fR @@ -41,7 +38,6 @@ shared object .RE .SH ATTRIBUTES -.sp .LP See \fBattributes\fR(5) for descriptions of the following attributes: .sp @@ -58,9 +54,11 @@ MT-Level Unsafe .TE .SH SEE ALSO -.sp .LP \fBdtrace\fR(1M), \fBattributes\fR(5), \fBdtrace\fR(7D) .sp .LP -\fISolaris Dynamic Tracing Guide\fR +\fIDynamic Tracing Guide\fR: +.sp +.LP +https://illumos.org/books/dtrace/ |