diff xml/en/docs/nginx_dtrace_pid_provider.xml @ 1911:f024ac0ec5c7

Apple rebranded Mac OS X to macOS.
author Sergey Kandaurov <pluknet@nginx.com>
date Fri, 17 Feb 2017 17:58:53 +0300
parents 7f8e85a50845
children 438e5c551d67
line wrap: on
line diff
--- a/xml/en/docs/nginx_dtrace_pid_provider.xml	Wed Feb 15 23:17:00 2017 +0300
+++ b/xml/en/docs/nginx_dtrace_pid_provider.xml	Fri Feb 17 17:58:53 2017 +0300
@@ -9,7 +9,7 @@
 <article name="Debugging nginx with DTrace pid provider"
 	link="/en/docs/nginx_dtrace_pid_provider.html"
 	lang="en"
-	rev="2"
+	rev="3"
 	toc="no">
 
 <section>
@@ -24,7 +24,7 @@
 option already provides a lot of information about request processing,
 it is sometimes desirable to trace particular parts of code path more
 thoroughly and at the same time omit the rest of debugging output.
-DTrace pid provider (available on Solaris, Mac OS X) is a useful tool to
+DTrace pid provider (available on Solaris, macOS) is a useful tool to
 explore userland program’s internals, since it doesn’t require any code
 changes and it can help with the task.
 A simple DTrace script to trace and print nginx function calls