X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Fdata-file-format.texi;h=bd70af92ac2c68e76c0369edd387532d8a1c858f;hb=b0ce74cb9ee2ac59e87bddb46122b63ae0b6cdf0;hp=d0e8fddbd58b9aca0cc8783609d6bae71368a723;hpb=51904989d9954e92740e99966986bc1eed42de64;p=pspp diff --git a/doc/data-file-format.texi b/doc/data-file-format.texi index d0e8fddbd5..bd70af92ac 100644 --- a/doc/data-file-format.texi +++ b/doc/data-file-format.texi @@ -201,7 +201,7 @@ Write format for this variable. See below. @item char name[8]; Variable name. The variable name must begin with a capital letter or -the at-sign (@samp{@@}). Subsequent characters may also be octothorpes +the at-sign (@samp{@@}). Subsequent characters may also be digits, octothorpes (@samp{#}), dollar signs (@samp{$}), underscores (@samp{_}), or full stops (@samp{.}). The variable name is padded on the right with spaces. @@ -505,7 +505,7 @@ Record type. Always set to 7. Record subtype. Always set to 4. @item int32 size; -Size of each piece of data in the data part, in bytes. Always set to 4. +Size of each piece of data in the data part, in bytes. Always set to 8. @item int32 count; Number of pieces of data in the data part. Always set to 3.