# HG changeset patch # User Brian Gough # Date 1231824396 18000 # Node ID fe1bea543cd40a4d4e6bed70d1403ba5480d10ab # Parent 2beb59bf773acad0445a0cc1e842d4cf163a87f4 [docs] add diff --git a/doc/interpreter/dynamic.txi b/doc/interpreter/dynamic.txi --- a/doc/interpreter/dynamic.txi +++ b/doc/interpreter/dynamic.txi @@ -1204,7 +1204,7 @@ The basic command to build a mex-file is either @code{mkoctfile --mex} or @code{mex}. The first can either be used from within Octave or from the -commandline. However, to avoid issues with the installation of other +command line. However, to avoid issues with the installation of other products, the use of the command @code{mex} is limited to within Octave. @DOCSTRING(mex)