diff src/toplev.cc @ 3402:9610d364e444

[project @ 2000-01-05 04:36:38 by jwe]
author jwe
date Wed, 05 Jan 2000 04:36:51 +0000
parents 15cddaacbc2d
children 5ee5afb3981a
line wrap: on
line diff
--- a/src/toplev.cc
+++ b/src/toplev.cc
@@ -720,7 +720,8 @@
 @code{--no-line-editing} and @code{--silent}.\n\
 \n\
 If you write an executable Octave script, @code{argv} will contain the\n\
-list of arguments passed to the script.  @pxref{Executable Octave Programs}.\n\
+list of arguments passed to the script.  @xref{Executable Octave Programs},\n\
+for an example of how to create an executable Octave script.\n\
 @end defvr");
 
   DEFCONST (program_invocation_name,
@@ -740,7 +741,7 @@
 \n\
 If executing a script from the command line (e.g., @code{octave foo.m})\n\
 or using an executable Octave script, the program name is set to the\n\
-name of the script.  @xref{Executable Octave Programs} for an example of\n\
+name of the script.  @xref{Executable Octave Programs}, for an example of\n\
 how to create an executable Octave script.\n\
 @end defvr");
 
@@ -760,7 +761,7 @@
 \n\
 If executing a script from the command line (e.g., @code{octave foo.m})\n\
 or using an executable Octave script, the program name is set to the\n\
-name of the script.  @xref{Executable Octave Programs} for an example of\n\
+name of the script.  @xref{Executable Octave Programs}, for an example of\n\
 how to create an executable Octave script.\n\
 @end defvr");