# HG changeset patch # User Rik # Date 1301957809 25200 # Node ID a1e386b9ef4b95ac033079404dae938f89ab05d9 # Parent d0b799dafedec51ce0e1a71f16759f98c4c4d675 Spellcheck documentation for 3.4.1 release. diff -r d0b799dafede -r a1e386b9ef4b doc/ChangeLog --- a/doc/ChangeLog Mon Apr 04 15:33:46 2011 -0700 +++ b/doc/ChangeLog Mon Apr 04 15:56:49 2011 -0700 @@ -1,3 +1,8 @@ +2011-04-04 Rik + + * interpreter/doccheck/aspell-octave.en.pws, interpreter/nonlin.txi, + interpreter/tips.txi: Spellcheck documentation for 3.4.1 release. + 2011-04-04 Rik * interpreter/container.txi, interpreter/dynamic.txi, diff -r d0b799dafede -r a1e386b9ef4b doc/interpreter/doccheck/aspell-octave.en.pws --- a/doc/interpreter/doccheck/aspell-octave.en.pws Mon Apr 04 15:33:46 2011 -0700 +++ b/doc/interpreter/doccheck/aspell-octave.en.pws Mon Apr 04 15:56:49 2011 -0700 @@ -272,6 +272,7 @@ FlashPix FLTK fltk +fminunc fontconfig fontname forall @@ -361,9 +362,11 @@ holomorphic Horner's horzcat +hostname hotelling Hotelling's HSV +html Hudak Huhdanpaa hygecdf @@ -391,6 +394,7 @@ inline Inline inpolygon +internet interp interpderiv interpft @@ -403,6 +407,8 @@ ishandle ishghandle isolines +isosurface +isovalue isreal issparse isvector @@ -514,6 +520,7 @@ Michelsen Microsystems minima +Minimizers Minitab minval MIP @@ -577,6 +584,7 @@ normrnd NorthOutside noscal +noshare notin NTSC nul @@ -586,15 +594,18 @@ octaverc ODEPACK OLS +onCleanup online OpenGL oplus Oppenheim oregonator +Orthogonalize oslash otimes OutputFcn outputfcn +overridable paperorientation paperposition papersize diff -r d0b799dafede -r a1e386b9ef4b doc/interpreter/nonlin.txi --- a/doc/interpreter/nonlin.txi Mon Apr 04 15:33:46 2011 -0700 +++ b/doc/interpreter/nonlin.txi Mon Apr 04 15:56:49 2011 -0700 @@ -173,7 +173,7 @@ simpler, but very common, case of a univariate function where the interval to search is bounded. For unbounded minimization of a function with potentially many variables use @code{fminunc}. @xref{Optimization}, for -minimzation with the presence of constraint functions. Note that searches +minimization with the presence of constraint functions. Note that searches can be made for maxima by simply inverting the objective function @tex ($F_{max} = -F_{min}$). diff -r d0b799dafede -r a1e386b9ef4b doc/interpreter/tips.txi --- a/doc/interpreter/tips.txi Mon Apr 04 15:33:46 2011 -0700 +++ b/doc/interpreter/tips.txi Mon Apr 04 15:56:49 2011 -0700 @@ -501,13 +501,13 @@ matrices : A,B,M @item -strings : str,s +strings : @nospell{str},s @item -filenames : fname +filenames : @nospell{fname} @item -cells,cellstrs : c,cstr +cells,@nospell{cellstrs} : c,@nospell{cstr} @end table @item diff -r d0b799dafede -r a1e386b9ef4b scripts/ChangeLog --- a/scripts/ChangeLog Mon Apr 04 15:33:46 2011 -0700 +++ b/scripts/ChangeLog Mon Apr 04 15:56:49 2011 -0700 @@ -1,3 +1,8 @@ +2011-04-04 Rik + + * miscellaneous/symvar.m, miscellaneous/warning_ids.m, + optimization/fminunc.m: Spellcheck documentation for 3.4.1 release. + 2011-04-04 Rik * @ftp/mget.m, audio/loadaudio.m, audio/playaudio.m, audio/record.m, diff -r d0b799dafede -r a1e386b9ef4b scripts/miscellaneous/symvar.m --- a/scripts/miscellaneous/symvar.m Mon Apr 04 15:33:46 2011 -0700 +++ b/scripts/miscellaneous/symvar.m Mon Apr 04 15:56:49 2011 -0700 @@ -18,7 +18,7 @@ ## -*- texinfo -*- ## @deftypefn {Function File} {} symvar (@var{s}) -## Identif the argument names in the function defined by a string. +## Identify the argument names in the function defined by a string. ## Common constant names such as @code{pi}, @code{NaN}, @code{Inf}, ## @code{eps}, @code{i} or @code{j} are ignored. The arguments that are ## found are returned in a cell array of strings. If no variables are diff -r d0b799dafede -r a1e386b9ef4b scripts/miscellaneous/warning_ids.m --- a/scripts/miscellaneous/warning_ids.m Mon Apr 04 15:33:46 2011 -0700 +++ b/scripts/miscellaneous/warning_ids.m Mon Apr 04 15:56:49 2011 -0700 @@ -216,7 +216,7 @@ ## Octave. Note that the @code{&&} and @code{||} operators always short ## circuit in both Octave and @sc{matlab}, so it's only necessary to ## enable @sc{matlab}-style short-circuiting it's too arduous to modify -## existing code that relies on this behaviour. +## existing code that relies on this behavior. ## ## @item Octave:precedence-change ## If the @code{Octave:precedence-change} warning is enabled, Octave diff -r d0b799dafede -r a1e386b9ef4b scripts/optimization/fminunc.m --- a/scripts/optimization/fminunc.m Mon Apr 04 15:33:46 2011 -0700 +++ b/scripts/optimization/fminunc.m Mon Apr 04 15:56:49 2011 -0700 @@ -59,7 +59,7 @@ ## Last relative step size was less that TolX. ## ## @item 3 -## Last relative decrease in func value was less than TolF. +## Last relative decrease in function value was less than TolF. ## ## @item 0 ## Iteration limit exceeded. diff -r d0b799dafede -r a1e386b9ef4b src/ChangeLog --- a/src/ChangeLog Mon Apr 04 15:33:46 2011 -0700 +++ b/src/ChangeLog Mon Apr 04 15:56:49 2011 -0700 @@ -1,3 +1,7 @@ +2011-04-04 Rik + + * DLD-FUNCTIONS/nproc.cc: Spellcheck documentation for 3.4.1 release. + 2011-04-04 Rik * DLD-FUNCTIONS/colamd.cc, data.cc, file-io.cc: Grammarcheck files diff -r d0b799dafede -r a1e386b9ef4b src/DLD-FUNCTIONS/nproc.cc --- a/src/DLD-FUNCTIONS/nproc.cc Mon Apr 04 15:33:46 2011 -0700 +++ b/src/DLD-FUNCTIONS/nproc.cc Mon Apr 04 15:56:49 2011 -0700 @@ -43,7 +43,8 @@ processors available to the current process.\n\ \n\ @item overridable\n\ -likewise, but overridable through the OMP_NUM_THREADS environment variable.\n\ +likewise, but overridable through the @w{@env{OMP_NUM_THREADS}} environment\n\ +variable.\n\ @end table\n\ @end deftypefn") {