X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Futilities.texi;h=b20fa24c851e85fb064e09a174dd7f25ef6e0456;hb=refs%2Fheads%2Flexer;hp=d370d808443cdcaef8a28a2a6c1fc75feecbc487;hpb=e8b26fb0d765310d4c7400c39465008f1bb8601d;p=pspp diff --git a/doc/utilities.texi b/doc/utilities.texi index d370d80844..b20fa24c85 100644 --- a/doc/utilities.texi +++ b/doc/utilities.texi @@ -423,6 +423,7 @@ SET /MORE=@{ON,OFF@} /WIDTH=@{NARROW,WIDTH,@var{n_characters}@} /TNUMBERS=@{VALUES,LABELS,BOTH@} + /TVARS=@{NAMES,LABELS,BOTH@} (logging) /JOURNAL=@{ON,OFF@} ['@var{file_name}'] @@ -719,7 +720,16 @@ If @subcmd{TNUMBERS} is set to @subcmd{LABELS}, then values are displayed using (@xref{VALUE LABELS}.) If the a value has no label, then it will be displayed using its literal value. If @subcmd{TNUMBERS} is set to @subcmd{BOTH}, then values will be displayed with both their label -(if any) and their literal value in parenthesis. +(if any) and their literal value in parentheses. +@itemx TVARS +The @subcmd{TVARS} option sets the way in which variables are displayed in output tables. +The valid settings are @subcmd{NAMES}, @subcmd{LABELS} and @subcmd{BOTH}. +If @subcmd{TVARS} is set to @subcmd{NAMES}, then all variables are displayed using their names. +If @subcmd{TVARS} is set to @subcmd{LABELS}, then variables are displayed using their label if one +has been set. If no label has been set, then the name will be used. +(@xref{VARIABLE LABELS}.) +If @subcmd{TVARS} is set to @subcmd{BOTH}, then variables will be displayed with both their label +(if any) and their name in parentheses. @end table @cindex headers @@ -835,6 +845,7 @@ SHOW [MXERRS] [MXLOOPS] [MXWARNS] + [N] [SCOMPRESSION] [TEMPDIR] [UNDEFINED] @@ -859,6 +870,9 @@ Show all custom currency settings (@subcmd{CCA} through @subcmd{CCE}). Shows the current working directory. @item @subcmd{ENVIRONMENT} Shows the operating system details. +@item @subcmd{N} +Reports the number of cases in the active dataset. The reported number is not +weighted. If no dataset is defined, then @samp{Unknown} will be reported. @item @subcmd{TEMPDIR} Shows the path of the directory where temporary files will be stored. @item @subcmd{VERSION}