# HG changeset patch
# User Florian Pose <fp@igh-essen.com>
# Date 1224671655 0
# Node ID b08eb1ffa6dd72023e6dbfad323d626768d2a17d
# Parent  a2a03519ee47cfbc354888f5827d1942bb804d35
Fixed missing paren.

diff -r a2a03519ee47 -r b08eb1ffa6dd documentation/ethercat_doc.tex
--- a/documentation/ethercat_doc.tex	Wed Oct 22 10:31:34 2008 +0000
+++ b/documentation/ethercat_doc.tex	Wed Oct 22 10:34:15 2008 +0000
@@ -564,14 +564,12 @@
 %   Interface version
 %   Master Requesting and Releasing
 %   Master Locking
-%   Slave configuration
 %   Configuring Pdo assignment and mapping
 %   Domains (memory)
 %   Pdo entry registration
 %   Sdo configuration
 %   Sdo access
 %   VoE handlers
-%   Cyclic operation
 
 The application interface provides functions and data structures for
 applications to access an EtherCAT master. The complete documentation of the
@@ -708,7 +706,7 @@
 
 %------------------------------------------------------------------------------
 
-\section{Concurrent Master Access} % FIXME
+\section{Concurrent Master Access}
 \label{sec:concurr}
 \index{Concurrency}
 
@@ -742,8 +740,8 @@
 the master-internal EoE process uses it to communicate with EoE-capable
 slaves.  Both have to acquire the master lock before access: The application
 task can access the lock natively, while the EoE process has to use the
-callbacks. See the application interface documentation (chap.~\ref{chap:api}
-of how to use the locking callbacks.
+callbacks. See the application interface documentation (chap.~\ref{chap:api})
+for how to use the locking callbacks.
 
 %------------------------------------------------------------------------------