From caebd3b01802877373c199e7a44cd9cd8d9b3232 Mon Sep 17 00:00:00 2001 From: Sergio Carlavilla Delgado Date: Sun, 2 Feb 2020 21:46:31 +0000 Subject: [PATCH] Update packages in dtrace section and remove FreeBSD 10 warning PR: 241962 Submitted by: bhy1924@gmail.com Patch by: carlavilla@ Approved by: bcr@(mentor) Differential Revision: https://reviews.freebsd.org/D23457 --- en_US.ISO8859-1/books/handbook/dtrace/chapter.xml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/en_US.ISO8859-1/books/handbook/dtrace/chapter.xml b/en_US.ISO8859-1/books/handbook/dtrace/chapter.xml index ee1d188fe0..bb7a97144b 100644 --- a/en_US.ISO8859-1/books/handbook/dtrace/chapter.xml +++ b/en_US.ISO8859-1/books/handbook/dtrace/chapter.xml @@ -55,11 +55,9 @@ that might make this chapter too large. tracing for userland programs using the pid provider, and to insert static probes into userland programs for later tracing. Some ports, such as - databases/postgres-server and - lang/php56 have a &dtrace; option to enable - static probes. &os; 10.0-RELEASE has reasonably good userland - &dtrace; support, but it is not considered production ready. In - particular, it is possible to crash traced programs. + databases/postgresql12-server and + lang/php74 have a &dtrace; option to enable + static probes. The official guide to DTrace is maintained by the Illumos project at