Added documentation for the HOST command.
authorJohn Darrington <john@darrington.wattle.id.au>
Mon, 5 Jan 2004 04:35:25 +0000 (04:35 +0000)
committerJohn Darrington <john@darrington.wattle.id.au>
Mon, 5 Jan 2004 04:35:25 +0000 (04:35 +0000)
doc/ChangeLog
doc/pspp.texi

index 135316eef02e5246d408569dfa1973eafa1c02ed..c6520e220968d68bb85325df735fde3172493574 100644 (file)
@@ -1,3 +1,7 @@
+Mon Jan  5 12:37:03 WAST 2004 John Darrington <john@darrington.wattle.id.au>
+
+       * Added documentation for the HOST command.
+
 Sat Dec 27 16:36:05 2003  Ben Pfaff  <blp@gnu.org>
 
        * Makefile.am (MAKEINFO): Removed, since the manual validates (and
index 531c4933be263109e25230b4c7c7e3af93f0ff13..4c35bce78eaba3aa7da0d2e60517255facbe8ce5 100644 (file)
@@ -7866,6 +7866,7 @@ encountered in the input.
 * EXECUTE::                     Execute pending transformations.
 * FILE LABEL::                  Set the active file's label.
 * FINISH::                      Terminate the PSPP session.
+* HOST::                        Temporarily return to the operating system.
 * INCLUDE::                     Include a file within the current one.
 * QUIT::                        Terminate the PSPP session.
 * SET::                         Adjust PSPP runtime parameters.
@@ -7973,7 +7974,7 @@ created during this PSPP run.
 file_label need not be quoted.  If quotes are
 included, they become part of the file label.
 
-@node FINISH, INCLUDE, FILE LABEL, Utilities
+@node FINISH, HOST, FILE LABEL, Utilities
 @section FINISH
 @vindex FINISH
 
@@ -7986,7 +7987,20 @@ control to the operating system.
 
 This command is not valid in interactive mode.
 
-@node INCLUDE, QUIT, FINISH, Utilities
+@node HOST, INCLUDE, FINISH, Utilities
+@comment  node-name,  next,  previous,  up
+@section HOST
+@vindex HOST
+
+@display
+HOST.
+@end display
+
+@cmd{HOST} suspends the current PSPP session and temporarily returns control 
+to the operating system.
+
+
+@node INCLUDE, QUIT, HOST, Utilities
 @section INCLUDE
 @vindex INCLUDE
 @vindex @@