Author: cjnolet
Date: Mon Feb 16 21:59:44 2015
New Revision: 1660216

URL: http://svn.apache.org/r1660216
Log:
Removing latex escape character from manual that

Modified:
    accumulo/site/trunk/content/1.6/accumulo_user_manual.html

Modified: accumulo/site/trunk/content/1.6/accumulo_user_manual.html
URL: 
http://svn.apache.org/viewvc/accumulo/site/trunk/content/1.6/accumulo_user_manual.html?rev=1660216&r1=1660215&r2=1660216&view=diff
==============================================================================
--- accumulo/site/trunk/content/1.6/accumulo_user_manual.html (original)
+++ accumulo/site/trunk/content/1.6/accumulo_user_manual.html Mon Feb 16 
21:59:44 2015
@@ -4023,7 +4023,7 @@ operation. Accumulo provides an Accumulo
 <p>Without any additional arguments, this command will print all operations 
that still exist in
 the FATE store (ZooKeeper). This will include active, pending, and completed 
operations (completed
 operations are lazily removed from the store). Each operation includes a 
unique "transaction ID", the
-state of the operation (e.g. <code>NEW</code>, <code>IN\_PROGRESS</code>, 
<code>FAILED</code>), any locks the
+state of the operation (e.g. <code>NEW</code>, <code>IN_PROGRESS</code>, 
<code>FAILED</code>), any locks the
 transaction actively holds and any locks it is waiting to acquire.</p>
 </div>
 


Reply via email to