X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Fvariables.texi;h=91b07112fbfa9b463854dd062b3d324c4cd34bdf;hb=8acca2de53c1852f38726f70fc6516b34732a79f;hp=525c70943c55ac77eb904bfaa85c52c3e06b716e;hpb=f43378497b8400e9c22a3485c534693dc1bc9554;p=pspp-builds.git diff --git a/doc/variables.texi b/doc/variables.texi index 525c7094..91b07112 100644 --- a/doc/variables.texi +++ b/doc/variables.texi @@ -101,7 +101,7 @@ FORMATS var_list (fmt_spec). @cmd{FORMATS} set both print and write formats for the specified numeric variables to the specified format specification. -@xref{Input/Output Formats}. +@xref{Input and Output Formats}. Specify a list of variables followed by a format specification in parentheses. The print and write formats of the specified variables @@ -256,7 +256,7 @@ setting their output formats. Specify a slash (@samp{/}), followed by the names of the new numeric variables. If you wish to set their output formats, follow their names -by an output format specification in parentheses (@pxref{Input/Output +by an output format specification in parentheses (@pxref{Input and Output Formats}); otherwise, the default is F8.2. Variables created with @cmd{NUMERIC} are initialized to the @@ -333,7 +333,7 @@ transformations. Specify a slash (@samp{/}), followed by the names of the string variables to create and the desired output format specification in -parentheses (@pxref{Input/Output Formats}). Variable widths are +parentheses (@pxref{Input and Output Formats}). Variable widths are implicitly derived from the specified output formats. Created variables are initialized to spaces.