X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Fdata-io.texi;h=fc521caee6beb8411803b4196fc850ec90fc04db;hb=425d780e0e2cc08c58722145df4d3dd808f01d48;hp=1bad334e95b60a1dc0c7872ada8f2bff4b28b5a8;hpb=3bbb4370239deb29ebbf813d258aef6249e2a431;p=pspp diff --git a/doc/data-io.texi b/doc/data-io.texi index 1bad334e95..fc521caee6 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.