You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mb...@apache.org on 2009/11/05 19:37:27 UTC

svn commit: r833115 - /commons/sandbox/flatfile/trunk/src/site/xdoc/userguide.xml

Author: mbenson
Date: Thu Nov  5 18:37:27 2009
New Revision: 833115

URL: http://svn.apache.org/viewvc?rev=833115&view=rev
Log:
more formatting

Modified:
    commons/sandbox/flatfile/trunk/src/site/xdoc/userguide.xml

Modified: commons/sandbox/flatfile/trunk/src/site/xdoc/userguide.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/flatfile/trunk/src/site/xdoc/userguide.xml?rev=833115&r1=833114&r2=833115&view=diff
==============================================================================
--- commons/sandbox/flatfile/trunk/src/site/xdoc/userguide.xml (original)
+++ commons/sandbox/flatfile/trunk/src/site/xdoc/userguide.xml Thu Nov  5 18:37:27 2009
@@ -162,11 +162,11 @@
 
           Example:
           <pre>
-  <em>//define an integer field:</em>
-  intField (9) pad='0' justify=RIGHT
+<em>//define an integer field:</em>
+intField (9) pad='0' justify=RIGHT
 
-  <em>//define a field for which overflow is permitted:</em>
-  truncateMe (20) overflow=IGNORE
+<em>//define a field for which overflow is permitted:</em>
+truncateMe (20) overflow=IGNORE
 </pre>
 
           Field options are by no means magical; rather the option setting syntax shown