pspp-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-cvs] pspp/doc ChangeLog data-file-format.texi


From: Ben Pfaff
Subject: [Pspp-cvs] pspp/doc ChangeLog data-file-format.texi
Date: Wed, 15 Feb 2006 05:36:40 +0000

CVSROOT:        /cvsroot/pspp
Module name:    pspp
Branch:         
Changes by:     Ben Pfaff <address@hidden>      06/02/15 05:36:40

Modified files:
        doc            : ChangeLog data-file-format.texi 

Log message:
        Fix description of "count" in Auxiliary Variable Parameter Record.
        Thanks to Oliver Bock <address@hidden> for reporting this bug.  Fixes
        bug #15756.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/pspp/pspp/doc/ChangeLog.diff?tr1=1.31&tr2=1.32&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/pspp/pspp/doc/data-file-format.texi.diff?tr1=1.3&tr2=1.4&r1=text&r2=text

Patches:
Index: pspp/doc/ChangeLog
diff -u pspp/doc/ChangeLog:1.31 pspp/doc/ChangeLog:1.32
--- pspp/doc/ChangeLog:1.31     Sun Sep 25 23:23:10 2005
+++ pspp/doc/ChangeLog  Wed Feb 15 05:36:40 2006
@@ -1,3 +1,9 @@
+Tue Feb 14 21:34:06 2006  Ben Pfaff  <address@hidden>
+
+       * data-file-format.texi: Fix description of "count" in Auxiliary
+       Variable Parameter Record.  Thanks to Oliver Bock <address@hidden>
+       for reporting this bug.  Fixes bug #15756. 
+
 Sun Sep 25 16:10:36 2005  Ben Pfaff  <address@hidden>
 
        * Makefile.am: Make ni.texi a prereq for HTML output.  Thanks to
Index: pspp/doc/data-file-format.texi
diff -u pspp/doc/data-file-format.texi:1.3 pspp/doc/data-file-format.texi:1.4
--- pspp/doc/data-file-format.texi:1.3  Sat May 21 05:14:32 2005
+++ pspp/doc/data-file-format.texi      Wed Feb 15 05:36:40 2006
@@ -43,7 +43,7 @@
 * Document Record::             
 * Machine int32 Info Record::   
 * Machine flt64 Info Record::   
-* Auxilliary Variable Parameter Record::
+* Auxiliary Variable Parameter Record::
 * Long Variable Names Record::
 * Miscellaneous Informational Records::  
 * Dictionary Termination Record::  
@@ -472,7 +472,7 @@
 indicates 8-bit ASCII, 4 indicates DEC Kanji.
 @end table
 
address@hidden Machine flt64 Info Record, Auxilliary Variable Parameter Record, 
Machine int32 Info Record, Data File Format
address@hidden Machine flt64 Info Record, Auxiliary Variable Parameter Record, 
Machine int32 Info Record, Data File Format
 @section Machine @code{flt64} Info Record
 
 There must be no more than one machine @code{flt64} info record per
@@ -518,10 +518,10 @@
 The value used for LOWEST in missing values.
 @end table
 
address@hidden Auxilliary Variable Parameter Record, Long Variable Names 
Record, Machine flt64 Info Record, Data File Format
address@hidden Auxilliary Variable Parameter Record
address@hidden Auxiliary Variable Parameter Record, Long Variable Names Record, 
Machine flt64 Info Record, Data File Format
address@hidden Auxiliary Variable Parameter Record
 
-There must be no more than one auxilliary variable parameter record per
+There must be no more than one auxiliary variable parameter record per
 system file.  This  record must follow the variable
 records and precede the dictionary termination record.
 
@@ -550,7 +550,7 @@
 The size  @code{int32}. Always set to 4.
 
 @item int32 count;
-The total number of bytes in @code{aux_params} divided by 3.
+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 
@@ -600,7 +600,7 @@
 
 
 
address@hidden Long Variable Names Record, Miscellaneous Informational Records, 
Auxilliary Variable Parameter Record,  Data File Format
address@hidden Long Variable Names Record, Miscellaneous Informational Records, 
Auxiliary Variable Parameter Record,  Data File Format
 @section Long Variable Names Record
 
 There must be no more than one long variable names record per




reply via email to

[Prev in Thread] Current Thread [Next in Thread]