X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Fdata-io.texi;h=fc521caee6beb8411803b4196fc850ec90fc04db;hb=c9a3c45e44c1c03d13d4eb186e3817bc836f75f8;hp=1bad334e95b60a1dc0c7872ada8f2bff4b28b5a8;hpb=41009f9ff6541a025357fd8e06fcdaf5220e48fa;p=pspp-builds.git diff --git a/doc/data-io.texi b/doc/data-io.texi index 1bad334e..fc521cae 100644 --- a/doc/data-io.texi +++ b/doc/data-io.texi @@ -826,8 +826,7 @@ random variates between 0 and 10. LIST /VARIABLES=var_list /CASES=FROM start_index TO end_index BY incr_index - /FORMAT=@{UNNUMBERED,NUMBERED@} @{WRAP,SINGLE@} - @{NOWEIGHT,WEIGHT@} + /FORMAT=@{UNNUMBERED,NUMBERED@} @{WRAP,SINGLE@} @end display The @cmd{LIST} procedure prints the values of specified variables to the @@ -846,9 +845,7 @@ settings. If CASES is not specified then all cases are printed. The FORMAT subcommand can be used to change the output format. NUMBERED will print case numbers along with each case; UNNUMBERED, the default, causes the case numbers to be omitted. The WRAP and SINGLE settings are -currently not used. WEIGHT will cause case weights to be printed along -with variable values; NOWEIGHT, the default, causes case weights to be -omitted from the output. +currently not used. Case numbers start from 1. They are counted after all transformations have been considered.