changeset 3302:bac635def477

[project @ 1999-10-20 04:49:39 by jwe]
author jwe
date Wed, 20 Oct 1999 04:49:39 +0000
parents 02866242d3ae
children 76f6a531f5b8
files scripts/miscellaneous/popen2.m src/help.cc
diffstat 2 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/miscellaneous/popen2.m	Wed Oct 20 04:10:53 1999 +0000
+++ b/scripts/miscellaneous/popen2.m	Wed Oct 20 04:49:39 1999 +0000
@@ -18,7 +18,7 @@
 ## 02111-1307, USA.
 
 ## -*- texinfo -*-
-## @deftypefn {Built-in Function} {[@var{in}, @var{out}, @var{pid}] =} popen2 (@var{command}, @var{args})
+## @deftypefn {Function File} {[@var{in}, @var{out}, @var{pid}] =} popen2 (@var{command}, @var{args})
 ## Start a subprocess with two-way communication.  The name of the process
 ## is given by @var{command}, and @var{args} is an array of strings
 ## containing options for the command.  The file identifiers for the input
--- a/src/help.cc	Wed Oct 20 04:10:53 1999 +0000
+++ b/src/help.cc	Wed Oct 20 04:49:39 1999 +0000
@@ -706,9 +706,9 @@
 
       ostrstream buf;
       buf << "sed 's/^[#%]+ *//' | makeinfo"
-	  << " -D VERSION \"" << OCTAVE_VERSION << "\""
-	  << " -D OCTAVE_HOME \"" << OCTAVE_PREFIX << "\""
-	  << " -D TARGETHOSTTYPE \"" << CANONICAL_HOST_TYPE << "\""
+	  << " -D VERSION=\"" << OCTAVE_VERSION << "\""
+	  << " -D OCTAVE_HOME=\"" << OCTAVE_PREFIX << "\""
+	  << " -D TARGETHOSTTYPE=\"" << CANONICAL_HOST_TYPE << "\""
 	  << " --fill-column " << cols
 	  << " --no-warn"
 	  << " --no-validate"