From e92718279ab1c27d17acbe3c772583712074a72c Mon Sep 17 00:00:00 2001 From: John Darrington Date: Mon, 5 Jan 2004 04:35:25 +0000 Subject: [PATCH] Added documentation for the HOST command. --- doc/ChangeLog | 4 ++++ doc/pspp.texi | 18 ++++++++++++++++-- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/doc/ChangeLog b/doc/ChangeLog index 135316ee..c6520e22 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +Mon Jan 5 12:37:03 WAST 2004 John Darrington + + * Added documentation for the HOST command. + Sat Dec 27 16:36:05 2003 Ben Pfaff * Makefile.am (MAKEINFO): Removed, since the manual validates (and diff --git a/doc/pspp.texi b/doc/pspp.texi index 531c4933..4c35bce7 100644 --- a/doc/pspp.texi +++ b/doc/pspp.texi @@ -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 @@ -- 2.30.2