X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Fdev%2Fsystem-file-format.texi;h=d100aa9d24d59fcd6265e73e70310d6b556403f8;hb=fbf0ea7739675c0b2ed851ec081430cc0c54e03d;hp=0f0940b58f88a2bfe9d13c0678dc52343be14982;hpb=24c5f7c629e68801492d7ca1766953a2a954a820;p=pspp diff --git a/doc/dev/system-file-format.texi b/doc/dev/system-file-format.texi index 0f0940b58f..d100aa9d24 100644 --- a/doc/dev/system-file-format.texi +++ b/doc/dev/system-file-format.texi @@ -178,7 +178,7 @@ contribute to this value beyond the first 255 bytes. Further, system files written by some systems set this value to -1. In general, it is unsafe for systems reading system files to rely upon this value. -@item int32 compressed; +@item int32 compression; Set to 0 if the data in the file is not compressed, 1 if the data is compressed with simple bytecode compression, 2 if the data is ZLIB compressed. This field has value 2 if and only if @code{rec_type} is @@ -352,6 +352,7 @@ in the range. When a range plus a value are present, the third element denotes the additional discrete missing value. @end table +@anchor{System File Output Formats} The @code{print} and @code{write} members of sysfile_variable are output formats coded into @code{int32} types. The least-significant byte of the @code{int32} represents the number of decimal places, and the