This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta for 7bdb4ff09
[perl5.git] / pod / perldtrace.pod
index 0aeb268..ef93657 100644 (file)
@@ -127,7 +127,7 @@ paths instead of providing C<Module::Name>-style names.
 
 Fires when Perl has successfully loaded an individual file, whether
 from C<use>, C<require>, or C<do>. This probe fires after the file
-is read from disk and its contentss evaluated. The filename argument
+is read from disk and its contents evaluated. The filename argument
 is converted to local filesystem paths instead of providing
 C<Module::Name>-style names.
 
@@ -208,9 +208,9 @@ C<Module::Name>-style names.
 
 =over 4
 
-=item DTrace User Guide
+=item DTrace Dynamic Tracing Guide
 
-L<http://download.oracle.com/docs/cd/E19082-01/819-3620/index.html>
+L<http://dtrace.org/guide/preface.html>
 
 =item DTrace: Dynamic Tracing in Oracle Solaris, Mac OS X and FreeBSD
 
@@ -224,7 +224,8 @@ L<http://www.amazon.com/DTrace-Dynamic-Tracing-Solaris-FreeBSD/dp/0132091518/>
 
 =item L<Devel::DTrace::Provider>
 
-This CPAN module lets you create application-level DTrace probes written in Perl.
+This CPAN module lets you create application-level DTrace probes written in
+Perl.
 
 =back