X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Fdata-io.texi;h=0137ad29d89d8fff2cf7bab126d3dec361dd0a44;hb=0e4ef2c7099e82d8e43cf87a53c36430d1ce879f;hp=2feac6b231e886b5526d1a74ad328abd6a4a3fa2;hpb=d2ec80c72483254a876b0bb86882224248110c0c;p=pspp diff --git a/doc/data-io.texi b/doc/data-io.texi index 2feac6b231..0137ad29d8 100644 --- a/doc/data-io.texi +++ b/doc/data-io.texi @@ -58,8 +58,8 @@ data in a PSPP syntax file. @cmd{DATA LIST} or another input procedure must be used before @cmd{BEGIN DATA} (@pxref{DATA LIST}). @cmd{BEGIN DATA} and @cmd{END DATA} must be used together. @cmd{END DATA} must appear by itself on a single line, with no leading -whitespace and exactly one space between the words @code{END} and -@code{DATA}, followed immediately by the terminal dot, like this: +white space and exactly one space between the words @code{END} and +@code{DATA}, like this: @example END DATA. @@ -154,7 +154,7 @@ of variable specifications may be present. Each variable specification consists of a list of variable names followed by a description of their location on the input line. Sets of -variables may specified using the @code{DATA LIST} TO convention +variables may be specified using the @code{DATA LIST} TO convention (@pxref{Sets of Variables}). There are two ways to specify the location of the variable on the line: columnar style and FORTRAN style. @@ -450,8 +450,8 @@ exception). By default, each tab is 4 characters wide, but an alternate width may be specified on TABWIDTH. A tab width of 0 suppresses tab expansion entirely. -By contrast, in BINARY mode, the data file is opened in ANSI C binary -mode and records are a fixed length. In BINARY mode, LRECL specifies +By contrast, in IMAGE mode, the data file is opened in ANSI C binary +mode and records are a fixed length. In IMAGE mode, LRECL specifies the record length in bytes, with a default of 1024. Tab characters are never expanded to spaces in binary mode.