X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Futilities.texi;h=3779615a6739ebf67e803fdde1bb672f7e88421b;hb=24ab436df2f3f115c1cb949dbf0a932cda7667b2;hp=fdad9a59ac7d74990f8ba6a1323d15ea17da1311;hpb=fe8dc2171009e90d2335f159d05f7e6660e24780;p=pspp diff --git a/doc/utilities.texi b/doc/utilities.texi index fdad9a59ac..3779615a67 100644 --- a/doc/utilities.texi +++ b/doc/utilities.texi @@ -415,6 +415,7 @@ SET /LENGTH=@{NONE,length_in_lines@} /MORE=@{ON,OFF@} /WIDTH=@{NARROW,WIDTH,n_characters@} + /TNUMBERS=@{VALUES,LABELS,BOTH@} (logging) /JOURNAL=@{ON,OFF@} ['file-name'] @@ -587,6 +588,7 @@ Currently not used. @item MXLOOPS The maximum number of iterations for an uncontrolled loop (@pxref{LOOP}). +The default MXLOOPS is 40. @item SEED The initial pseudo-random number seed. Set to a real number or to @@ -678,14 +680,14 @@ These output routing subcommands are: @item ERRORS Applies to error and warning messages. The default is BOTH. -@itemx MESSAGES +@item MESSAGES Applies to notes. The default is BOTH. -@itemx PRINTBACK +@item PRINTBACK Determines whether the syntax used for input is printed back as part of the output. The default is NONE. -@itemx RESULTS +@item RESULTS Applies to everything not in one of the above categories, such as the results of statistical procedures. The default is BOTH. @end table @@ -700,8 +702,17 @@ subcommands are @item HEADERS @itemx LENGTH @itemx MORE -@itemx PAGER @itemx WIDTH +@itemx TNUMBERS +The TNUMBERS option sets the way in which values are displayed in output tables. +The valid settings are VALUES, LABELS and BOTH. +If TNUMBERS is set to VALUES, then all values are displayed with their literal value +(which for a numeric value is a number and for a string value an alphanumeric string). +If TNUMBERS is set to LABELS, then values are displayed using their assigned labels if any. +(@xref{VALUE LABELS}.) +If the a value has no label, then it will be displayed using its literal value. +If TNUMBERS is set to BOTH, then values will be displayed with both their label +(if any) and their literal value in parenthesis. @end table @cindex headers @@ -709,6 +720,7 @@ subcommands are @cindex more @cindex pager @cindex width +@cindex tnumbers Logging subcommands affect logging of commands executed to external