From 0006aecba097b437f96a462075494d68bdad24c1 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sun, 5 Jul 2020 13:18:45 -0700 Subject: [PATCH] doc: Update URLs in Xserver-DTrace.xml Signed-off-by: Alan Coopersmith --- doc/dtrace/Xserver-DTrace.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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_tPointer to buffer containing X event - decode using structures in - <X11/Xproto.h> + <X11/Xproto.h> 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 - <X11/Xproto.h> + <X11/Xproto.h> and similar headers for each extension