X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Fdata-file-format.texi;h=d0e8fddbd58b9aca0cc8783609d6bae71368a723;hb=51904989d9954e92740e99966986bc1eed42de64;hp=2973b6b5e71e583f780886c9964a6d1b9ccd772c;hpb=2640a6cf0bae0d8ea68d5ef6393d493e9d6ceb0e;p=pspp-builds.git diff --git a/doc/data-file-format.texi b/doc/data-file-format.texi index 2973b6b5..d0e8fddb 100644 --- a/doc/data-file-format.texi +++ b/doc/data-file-format.texi @@ -369,7 +369,9 @@ label record are to be applied. @item int32 vars[/* variable length */]; A list of variables to which to apply the value labels. There are -@code{count} elements. +@code{count} elements. Each element identifies a variable record, where +the first element is numbered 1 and long string variables are considered +to occupy multiple indexes. @end table @node Document Record, Machine int32 Info Record, Value Label Variable Record, Data File Format @@ -554,7 +556,9 @@ The total number of records in @code{aux_params}, multiplied by 3. @item struct aux_params aux_params[]; An array of @code{struct aux_params}. The order of the elements corresponds -to the order of the variables in the Variable Records. The @code{struct aux_params} type is defined as follows: +to the order of the variables in the Variable Records. No element +corresponds to variable records that continue long string variables. +The @code{struct aux_params} type is defined as follows: @example struct aux_params @@ -705,8 +709,9 @@ The total length is @code{count} bytes. Miscellaneous informational records must follow the variable records and precede the dictionary termination record. -Miscellaneous informational records are ignored by PSPP when reading -system files. They are not written by PSPP when writing system files. +Some specific types of miscellaneous informational records are +documented here, but others are known to exist. PSPP ignores unknown +miscellaneous informational records when reading system files. @example struct sysfile_misc_info