diff --git a/man/sysBiolAlg_fbaEasyConstraint-class.Rd b/man/sysBiolAlg_fbaEasyConstraint-class.Rd
index 00f93813eb1fc6def7571fd2e59f22c6ba2cc7bb..9d6677b1f9d0694bf9fdd0daf9402be6dc103cef 100644
--- a/man/sysBiolAlg_fbaEasyConstraint-class.Rd
+++ b/man/sysBiolAlg_fbaEasyConstraint-class.Rd
@@ -1,4 +1,4 @@
-\name{sysBiolAlg_fba-class}
+\name{sysBiolAlg_fbaEasyConstraint-class}
 
 \Rdversion{1.1}
 \encoding{utf8}
@@ -115,12 +115,10 @@
   The optimization can be executed by using \code{\link{optimizeProb}}.
   
   The additional i-th EasyConstraint will be added as follows to the problem: \emph{to be checked.}
-  \deqn{
-  	\begin{array}{l}%
-  		\code{lb} <= v_\code{react\[\[i\]\]} * (x_i)^T <= \code{ub}
-  	\end{array}%
+  \deqn{%
+	\gamma <= v_{r^i} * (x_i)^T <= \delta
   }{
-  	\code{lb} <= v_{\code{react\[\[i\]\]}} * (x_i)^T <= \code{ub}
+  	\code{lb} <= v_{\code{react[[i]]}} * (x_i)^T <= \code{ub}
   }
   
 }