Fixed missing paren.
authorFlorian Pose <fp@igh-essen.com>
Wed, 22 Oct 2008 10:34:15 +0000
changeset 1294 b08eb1ffa6dd
parent 1293 a2a03519ee47
child 1295 4627823c2e8f
Fixed missing paren.
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.
 
 %------------------------------------------------------------------------------