[Getdata-commits] SF.net SVN: getdata:[838] trunk/defile/doc/defile-ascii.1
Scientific Database Format
Brought to you by:
ketiltrout
|
From: <ket...@us...> - 2013-07-24 14:10:22
|
Revision: 838
http://sourceforge.net/p/getdata/code/838
Author: ketiltrout
Date: 2013-07-24 14:10:20 +0000 (Wed, 24 Jul 2013)
Log Message:
-----------
Typos
Modified Paths:
--------------
trunk/defile/doc/defile-ascii.1
Modified: trunk/defile/doc/defile-ascii.1
===================================================================
--- trunk/defile/doc/defile-ascii.1 2013-07-18 18:27:51 UTC (rev 837)
+++ trunk/defile/doc/defile-ascii.1 2013-07-24 14:10:20 UTC (rev 838)
@@ -141,10 +141,10 @@
If no field names are provided, defile-ascii will make generic numbered column
names of the form
-.BI col #
-will be used, with the zero-padded numerical part an appropriate width for the
-number of columns in the file. Column numbering starts at zero. So, for
-example, a file containing four fields will start with
+.BI col #\fR,
+with the zero-padded numerical part an appropriate width for the number of
+columns in the file. Column numbering starts at zero. So, for example, a file
+containing four fields will start with
.RI """" col0 """"
and end with
.RI """" col3 ""","
@@ -219,12 +219,13 @@
.BR ConstRow )
.TP
.BR \-d ", " \-\-delim\-req
-the start-of-field and end-of-field delimiters are required. (Directive:
+the start-of-field and end-of-field delimiters, if any, are required.
+(Directive:
.BR DelimitersRequired )
.TP
.BR +d ", " \-\-delim\-opt
-the start-of-field and end-of-field delimiters are option. This is the default.
-(Directive:
+the start-of-field and end-of-field delimiters are optional. This is the
+default. (Directive:
.BR DelimitersOptional )
.TP
.BR \-e ", " \-\-escape=\fICHAR
@@ -277,7 +278,7 @@
.BR Lazy )
.TP
.BR +l ", " \-\-strict
-prohibit trailing, non-numerical characters after a numberical value. This
+prohibit trailing, non-numerical characters after a numerical value. This
is the default. (Directive:
.BR Strict )
.TP
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|