Return-Path: Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: (qmail 72748 invoked from network); 5 Nov 2009 18:37:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 5 Nov 2009 18:37:50 -0000 Received: (qmail 12166 invoked by uid 500); 5 Nov 2009 18:37:50 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 12076 invoked by uid 500); 5 Nov 2009 18:37:49 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 12067 invoked by uid 99); 5 Nov 2009 18:37:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Nov 2009 18:37:49 +0000 X-ASF-Spam-Status: No, hits=-3.3 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Nov 2009 18:37:47 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 96C6C23888BD; Thu, 5 Nov 2009 18:37:27 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r833115 - /commons/sandbox/flatfile/trunk/src/site/xdoc/userguide.xml Date: Thu, 05 Nov 2009 18:37:27 -0000 To: commits@commons.apache.org From: mbenson@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20091105183727.96C6C23888BD@eris.apache.org> 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:
-  //define an integer field:
-  intField (9) pad='0' justify=RIGHT
+//define an integer field:
+intField (9) pad='0' justify=RIGHT
 
-  //define a field for which overflow is permitted:
-  truncateMe (20) overflow=IGNORE
+//define a field for which overflow is permitted:
+truncateMe (20) overflow=IGNORE
 
Field options are by no means magical; rather the option setting syntax shown