diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2020-07-05 13:18:45 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2020-07-05 13:18:45 -0700 |
commit | 0006aecba097b437f96a462075494d68bdad24c1 (patch) | |
tree | 87e61704732cb4ec8dc9ee7f55767a0f99e1f331 | |
parent | 23e83724df4809fd7857cc609c33ce7e8d3021a4 (diff) |
doc: Update URLs in Xserver-DTrace.xml
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | doc/dtrace/Xserver-DTrace.xml | 16 |
1 files 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 @@ </affiliation> </author> <releaseinfo>X Server Version &xserver.version;</releaseinfo> - <copyright><year>2005</year><year>2006</year><year>2007</year><year>2010</year> - <holder>Oracle and/or its affiliates. All rights reserved.</holder> + <copyright><year>2005</year><year>2006</year><year>2007</year><year>2010</year><year>2020</year> + <holder>Oracle and/or its affiliates.</holder> </copyright> <legalnotice id="copyright"> <para> @@ -46,9 +46,9 @@ DEALINGS IN THE SOFTWARE. <title>Introduction</title> <para> This page provides details on a - <ulink url="http://wikis.sun.com/display/DTrace/Statically+Defined+Tracing+for+User+Applications">statically defined user application tracing provider</ulink> + <ulink url="http://dtrace.org/guide/chp-usdt.html">statically defined user application tracing provider</ulink> for the - <ulink url="http://hub.opensolaris.org/bin/view/Community+Group+dtrace/">DTrace</ulink> + <ulink url="http://dtrace.org/blogs/about/">DTrace</ulink> facility in <productname>Solaris</productname> 10, <productname>MacOS X</productname> 10.5, and later releases. This provider instruments various points in the X server, to allow @@ -235,9 +235,9 @@ DEALINGS IN THE SOFTWARE. <para> To access data in arguments of type <type>string</type>, you will need - to use <ulink url="http://wikis.sun.com/display/DTrace/Actions+and+Subroutines#ActionsandSubroutines-{{copyinstr}}"><function>copyinstr()</function></ulink>. + to use <ulink url="http://dtrace.org/guide/chp-actsub.html#chp-actsub-copyinstr"><function>copyinstr()</function></ulink>. To access data buffers referenced via <type>uintptr_t</type>'s, you will - need to use <ulink url="http://wikis.sun.com/display/DTrace/Actions+and+Subroutines#ActionsandSubroutines-{{copyin}}"><function>copyin()</function></ulink>. + need to use <ulink url="http://dtrace.org/guide/chp-actsub.html#chp-actsub-copyin"><function>copyin()</function></ulink>. <table id="Probe_Arguments"> <title>Probe Arguments</title> @@ -286,7 +286,7 @@ DEALINGS IN THE SOFTWARE. <entry><type>uintptr_t</type></entry> <entry>Pointer to buffer containing X event - decode using structures in - <<ulink url="http://cgit.freedesktop.org/xorg/proto/xproto/tree/Xproto.h"><filename class="headerfile">X11/Xproto.h</filename></ulink>> + <<ulink url="https://gitlab.freedesktop.org/xorg/proto/xorgproto/-/blob/master/include/X11/Xproto.h"><filename class="headerfile">X11/Xproto.h</filename></ulink>> and similar headers for each extension</entry> </row> <row> @@ -325,7 +325,7 @@ DEALINGS IN THE SOFTWARE. <entry><type>uintptr_t</type></entry> <entry>Pointer to buffer containing X request - decode using structures in - <<ulink url="http://cgit.freedesktop.org/xorg/proto/xproto/tree/Xproto.h"><filename class="headerfile">X11/Xproto.h</filename></ulink>> + <<ulink url="https://gitlab.freedesktop.org/xorg/proto/xorgproto/-/blob/master/include/X11/Xproto.h"><filename class="headerfile">X11/Xproto.h</filename></ulink>> and similar headers for each extension</entry> </row> <row> |