changeset 733:7f8e85a50845

Renamed OX X to Mac OS X for uniformity.
author Sergey Budnevitch <sb@waeme.net>
date Tue, 16 Oct 2012 12:55:23 +0000
parents cea4732f6843
children 99ea52dbb4d4
files xml/en/docs/nginx_dtrace_pid_provider.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/nginx_dtrace_pid_provider.xml	Tue Oct 16 12:44:45 2012 +0000
+++ b/xml/en/docs/nginx_dtrace_pid_provider.xml	Tue Oct 16 12:55:23 2012 +0000
@@ -9,7 +9,7 @@
 <article name="Debugging nginx with DTrace pid provider"
 	link="/en/docs/nginx_dtrace_pid_provider.html"
 	lang="en"
-	rev="1"
+	rev="2"
 	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, OS X) is a useful tool to
+DTrace pid provider (available on Solaris, Mac OS X) 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