diff --git a/doc/dtrace/Xserver-DTrace.xml b/doc/dtrace/Xserver-DTrace.xml
index 0846bb3ca..6ff8caee5 100644
--- a/doc/dtrace/Xserver-DTrace.xml
+++ b/doc/dtrace/Xserver-DTrace.xml
@@ -15,8 +15,8 @@
X Server Version &xserver.version;
- 2005200620072010
- Oracle and/or its affiliates. All rights reserved.
+ 20052006200720102020
+ Oracle and/or its affiliates.
@@ -46,9 +46,9 @@ DEALINGS IN THE SOFTWARE.
Introduction
This page provides details on a
- statically defined user application tracing provider
+ statically defined user application tracing provider
for the
- DTrace
+ DTrace
facility in Solaris 10,
MacOS X 10.5, and later releases. This
provider instruments various points in the X server, to allow
@@ -235,9 +235,9 @@ DEALINGS IN THE SOFTWARE.
To access data in arguments of type string, you will need
- to use copyinstr().
+ to use copyinstr().
To access data buffers referenced via uintptr_t's, you will
- need to use copyin().
+ need to use copyin().
Probe Arguments
@@ -286,7 +286,7 @@ DEALINGS IN THE SOFTWARE.
uintptr_t
Pointer to buffer containing X event - decode using
structures in
- <>
+ <>
and similar headers for each extension
@@ -325,7 +325,7 @@ DEALINGS IN THE SOFTWARE.
uintptr_t
Pointer to buffer containing X request - decode using
structures in
- <>
+ <>
and similar headers for each extension