diff options
Diffstat (limited to 'lib/et/doc/src/part.xml')
-rw-r--r-- | lib/et/doc/src/part.xml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/lib/et/doc/src/part.xml b/lib/et/doc/src/part.xml index d0375ffaf9..627aee866d 100644 --- a/lib/et/doc/src/part.xml +++ b/lib/et/doc/src/part.xml @@ -4,7 +4,7 @@ <part xmlns:xi="http://www.w3.org/2001/XInclude"> <header> <copyright> - <year>2002</year><year>2009</year> + <year>2002</year><year>2010</year> <holder>Ericsson AB. All Rights Reserved.</holder> </copyright> <legalnotice> @@ -13,12 +13,12 @@ compliance with the License. You should have received a copy of the Erlang Public License along with this software. If not, it can be retrieved online at http://www.erlang.org/. - + Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License. - + </legalnotice> <title>Event Tracer (ET) Users Guide</title> @@ -32,7 +32,8 @@ and provides tools for collection and graphical viewing of trace data.</p> </description> <xi:include href="et_intro.xml"/> - <xi:include href="et_architecture.xml"/> + <xi:include href="et_tutorial.xml"/> + <xi:include href="et_desc.xml"/> <xi:include href="et_examples.xml"/> </part> |