doc: Add section on how to exit PSPP to the tutorial.
authorBen Pfaff <blp@cs.stanford.edu>
Mon, 8 Dec 2014 06:36:36 +0000 (22:36 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Mon, 8 Dec 2014 06:36:45 +0000 (22:36 -0800)
Daniel Schlieper reported that he had trouble figuring out how to
exit.  The FINISH command was already documented, but it wasn't
mentioned in the tutorial, so perhaps this will help.

Bug #43766.

doc/tutorial.texi

index a14f98e9f80baeda2dacdc7393833987da73dc18..757a49fbf7b6a4e47fdebba0af84ca558bd66275 100644 (file)
@@ -85,6 +85,7 @@ The following sections explain how to define a dataset.
 * Reading data from a pre-prepared PSPP file::  
 * Saving data to a PSPP file.::  
 * Reading data from other sources::  
+* Exiting PSPP::
 @end menu
 
 @node Defining Variables
@@ -286,6 +287,13 @@ separated text, from spreadsheets, databases or other sources.
 In these instances you should
 use the @cmd{GET DATA} command (@pxref{GET DATA}).
 
+@node Exiting PSPP
+@subsection Exiting PSPP
+
+Use the @cmd{FINISH} command to exit PSPP:
+@example
+@prompt{PSPP>} finish.
+@end example
   
 @node Data Screening and Transformation
 @section Data Screening and Transformation