diff doc/interpreter/system.texi @ 2993:91589ab98e37

[project @ 1997-05-21 21:44:54 by jwe]
author jwe
date Wed, 21 May 1997 21:51:38 +0000
parents ee9582e6668f
children a494f93e60ff
line wrap: on
line diff
--- a/doc/interpreter/system.texi
+++ b/doc/interpreter/system.texi
@@ -576,7 +576,6 @@
 @example
 @group
 [s, err, msg] = stat ("/vmlinuz")
-
      @result{} s =
         @{
           atime = 855399756
@@ -593,11 +592,8 @@
           ino = 9316
           dev = 2049
         @}
-
      @result{} err = 0
-
      @result{} msg = 
-
 @end group
 @end example
 @end deftypefn
@@ -794,13 +790,13 @@
 
 @example
 @group
-@var{OCTAVE_HOME}/libexec/octave/site/exec/@var{ARCH}
-@var{OCTAVE_HOME}/libexec/octave/@var{VERSION}/exec/@var{ARCH}
+@var{octave-home}/libexec/octave/site/exec/@var{arch}
+@var{octave-home}/libexec/octave/@var{version}/exec/@var{arch}
 @end group
 @end example
 
 @noindent
-are prepended (appended) to @code{EXEC_PATH}, where @var{OCTAVE_HOME}
+are prepended (appended) to @code{EXEC_PATH}, where @var{octave-home}
 is the top-level directory where all of Octave is installed
 (the default value is @file{@value{OCTAVEHOME}}).  If you don't specify
 a value for @code{EXEC_PATH} explicitly, these special directories are
@@ -878,7 +874,7 @@
 the Octave interpreter process.
 
 @item > 0
-Wait for termination of the child process with ID @var{PID}.
+Wait for termination of the child process with ID @var{pid}.
 @end table
 
 The @var{options} argument can be: