X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Ffiles.texi;h=89d043f8769f67c6c898dcf9a7729d0fbcd3356d;hb=aafd3d71437306a0b89909dbc697b6241f5d2e7f;hp=4fc92e1ba318cf2e62bcd11be2defb137e498750;hpb=e195fccfab97205acb29f90fd1168488d49f1573;p=pspp diff --git a/doc/files.texi b/doc/files.texi index 4fc92e1ba3..89d043f876 100644 --- a/doc/files.texi +++ b/doc/files.texi @@ -583,8 +583,9 @@ value is 1. The VARIABLES subcommand, which is required, specifies the positions at which each variable can be found. For each variable, specify its name, followed by its start and end column separated by @samp{-} -(e.g.@: @samp{0-9}), followed by the input format type (e.g.@: -@samp{F}). For this command, columns are numbered starting from 0 at +(e.g.@: @samp{0-9}), followed by an input format type (e.g.@: +@samp{F}) or a full format specification (e.g.@: @samp{DOLLAR12.2}). +For this command, columns are numbered starting from 0 at the left column. Introduce the variables in the second and later lines of a case by a slash followed by the number of the line within the case, e.g.@: @samp{/2} for the second line.