From f5ae39af68c25bc004a8a43b288ebc6e00165b03 Mon Sep 17 00:00:00 2001 From: John Darrington Date: Sat, 17 Dec 2011 12:38:29 +0100 Subject: [PATCH] Fix errors in the Texinfo source discovered by makeinfo 4.13.90 --- doc/pspp.texinfo | 1 - doc/utilities.texi | 6 +++--- doc/variables.texi | 8 ++++---- 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/doc/pspp.texinfo b/doc/pspp.texinfo index 18828047..8783e664 100644 --- a/doc/pspp.texinfo +++ b/doc/pspp.texinfo @@ -56,7 +56,6 @@ Free Documentation License". @title PSPP Users Guide @subtitle GNU PSPP Statistical Analysis Software @subtitle Release @value{VERSION} -@author @page @vskip 0pt plus 1filll @insertcopying diff --git a/doc/utilities.texi b/doc/utilities.texi index a42adb46..3779615a 100644 --- a/doc/utilities.texi +++ b/doc/utilities.texi @@ -680,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 diff --git a/doc/variables.texi b/doc/variables.texi index cc73470f..0517f139 100644 --- a/doc/variables.texi +++ b/doc/variables.texi @@ -107,11 +107,11 @@ Variable names are displayed, for scratch variables only (@pxref{Scratch Variables}). @item ATTRIBUTES -Datafile and variable attributes are displayed, except that attributes -whose names begin with @code{@@} or @code{$@@} are omitted. - @itemx @@ATTRIBUTES -All datafile and variable attributes are displayed. +Datafile and variable attributes are displayed. +The first form of the command omits those attributes +whose names begin with @code{@@} or @code{$@@}. +In the second for, all datafile and variable attributes are displayed. @end table With the @code{VECTOR} keyword, @cmd{DISPLAY} lists all the currently -- 2.30.2