Diff for /gforth/doc/gforth.ds between versions 1.128 and 1.129

version 1.128, 2004/08/23 14:03:52 version 1.129, 2004/08/27 15:53:50
Line 968  open/create the history file, @file{.gfo Line 968  open/create the history file, @file{.gfo
 for Forth source-code files.  for Forth source-code files.
   
 @item  @item
   @cindex @code{GFORTHSYSTEMPREFIX} -- environment variable
   
   @code{GFORTHSYSTEMPREFIX} -- specifies what to prepend to the argument
   of @code{system} before passing it to C's @code{system()}.  Default:
   @code{"command.com /c "} on Windows, @code{""} on other OSs.  The prefix
   and the command are directly concatenated, so if a space between them is
   necessary, append it to the prefix.
   
   @item
 @cindex @code{GFORTH} -- environment variable  @cindex @code{GFORTH} -- environment variable
 @code{GFORTH} -- used by @file{gforthmi}, @xref{gforthmi}.  @code{GFORTH} -- used by @file{gforthmi}, @xref{gforthmi}.
   
Line 12040  doc-definer! Line 12049  doc-definer!
 Gforth allows you to pass an arbitrary string to the host operating  Gforth allows you to pass an arbitrary string to the host operating
 system shell (if such a thing exists) for execution.  system shell (if such a thing exists) for execution.
   
   
 doc-sh  doc-sh
 doc-system  doc-system
 doc-$?  doc-$?
 doc-getenv  doc-getenv
   
   
 @c -------------------------------------------------------------  @c -------------------------------------------------------------
 @node Keeping track of Time, Miscellaneous Words, Passing Commands to the OS, Words  @node Keeping track of Time, Miscellaneous Words, Passing Commands to the OS, Words
 @section Keeping track of Time  @section Keeping track of Time

Removed from v.1.128  
changed lines
  Added in v.1.129


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>