X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Futilities.texi;h=93701fd7819d91e02882f9c2bd69d8df8d94b33c;hb=196db9f58754f9f42d8679384b610aa41c820cfb;hp=fdad9a59ac7d74990f8ba6a1323d15ea17da1311;hpb=9546bbb38b562024daa469a8a03a5fbfdb5df542;p=pspp diff --git a/doc/utilities.texi b/doc/utilities.texi index fdad9a59ac..93701fd781 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'] @@ -702,6 +703,16 @@ subcommands are @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