changeset 9750:7bf4f3d64955

Fix unbalanced parentheses warning during creation of pdf documentation. deftypefnx for who and whos needed a space between function name and parameter list in order for TeX macro to work correctly
author Rik <rdrider0-list@yahoo.com>
date Wed, 21 Oct 2009 11:13:33 -0700
parents 807a3720e6e2
children 2b0cc0b6db61
files src/ChangeLog src/variables.cc
diffstat 2 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Tue Oct 20 22:05:15 2009 -0700
+++ b/src/ChangeLog	Wed Oct 21 11:13:33 2009 -0700
@@ -1,3 +1,7 @@
+2009-10-21  Rik <octave@nomad.inbox5.com>
+
+	* variables.cc: Correct use of deftypefnx for who and whos
+
 2009-10-21  John W. Eaton  <jwe@octave.org>
 
 	* load-path.h (load_path::dir_path::dir_time_last_checked): New field.
--- a/src/variables.cc	Tue Oct 20 22:05:15 2009 -0700
+++ b/src/variables.cc	Wed Oct 21 11:13:33 2009 -0700
@@ -1606,7 +1606,7 @@
 @deftypefn  {Command} {} who\n\
 @deftypefnx {Command} {} who pattern @dots{}\n\
 @deftypefnx {Command} {} who option pattern @dots{}\n\
-@deftypefnx {Command} {C =} who(\"pattern\", @dots{})\n\
+@deftypefnx {Command} {C =} who (\"pattern\", @dots{})\n\
 List currently defined variables matching the given patterns.  Valid\n\
 pattern syntax is the same as described for the @code{clear} command.\n\
 If no patterns are supplied, all variables are listed.\n\
@@ -1654,7 +1654,7 @@
 @deftypefn  {Command} {} whos\n\
 @deftypefnx {Command} {} whos pattern @dots{}\n\
 @deftypefnx {Command} {} whos option pattern @dots{}\n\
-@deftypefnx {Command} {S =} whos(\"pattern\", @dots{})\n\
+@deftypefnx {Command} {S =} whos (\"pattern\", @dots{})\n\
 Provide detailed information on currently defined variables matching the\n\
 given patterns.  Options and pattern syntax are the same as for the\n\
 @code{who} command.  Extended information about each variable is\n\