Mercurial > hg > octave-nkf
changeset 5457:c6dc1ccd83a9
[project @ 2005-09-19 19:23:35 by jwe]
author | jwe |
---|---|
date | Mon, 19 Sep 2005 19:26:00 +0000 |
parents | f315234695b1 |
children | 48ce24e8247c |
files | doc/ChangeLog doc/interpreter/octave-config.1 scripts/statistics/base/meansq.m scripts/statistics/distributions/laplace_rnd.m scripts/statistics/distributions/logistic_rnd.m src/DLD-FUNCTIONS/lu.cc src/load-save.cc |
diffstat | 7 files changed, 17 insertions(+), 10 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2005-09-19 Rafael Laboissiere <rafael@debian.org> + + * interpreter/octave-config.1: Use bold instead of italics to + markup command name. + 2005-07-29 John W. Eaton <jwe@octave.org> * faq/Makefile.in (HTML/index.html): Pass --ifinfo to makeinfo.
--- a/doc/interpreter/octave-config.1 +++ b/doc/interpreter/octave-config.1 @@ -4,18 +4,20 @@ .SH NAME octave-config - GNU Octave component and library information retrieval .SH SYNOPSIS -.BR octave-config\ [--m-site-dir]\ [--oct-site-dir]\ [-v|--version]\ -[-h|-?|--help] +.B octave-config +.RI [ options ] .SH DESCRIPTION .PP -\fIoctave-config\fP is a tool to obtain directory information for +.B octave-config +is a tool to obtain directory information for .I .oct and .I .m files for .BR octave (1). .SH OPTIONS -\fIoctave-config\fP accepts the following options: +.B octave-config +accepts the following options: .TP 8 .B \--m-site-dir Display the main directory for local, or site-specific, .m script files. @@ -52,7 +54,7 @@ .TP 8 .B \-h|-?|--help Display a help page about -\fIoctave-config\fP +.B octave-config .SH AUTHOR John W. Eaton <jwe@bevo.che.wisc.edu>
--- a/scripts/statistics/base/meansq.m +++ b/scripts/statistics/base/meansq.m @@ -23,7 +23,7 @@ ## For vector arguments, return the mean square of the values. ## For matrix arguments, return a row vector contaning the mean square ## of each column. With the optional @var{dim} argument, returns the -## mean squared of the values along this dimension +## mean squared of the values along this dimension. ## @end deftypefn ## Author: KH <Kurt.Hornik@wu-wien.ac.at>
--- a/scripts/statistics/distributions/laplace_rnd.m +++ b/scripts/statistics/distributions/laplace_rnd.m @@ -21,7 +21,7 @@ ## @deftypefn {Function File} {} laplace_rnd (@var{r}, @var{c}) ## @deftypefnx {Function File} {} laplace_rnd (@var{sz}); ## Return an @var{r} by @var{c} matrix of random numbers from the -## Laplace distribution. Or is @var{sz} is a vector, create a matrix of +## Laplace distribution. Or if @var{sz} is a vector, create a matrix of ## @var{sz}. ## @end deftypefn
--- a/scripts/statistics/distributions/logistic_rnd.m +++ b/scripts/statistics/distributions/logistic_rnd.m @@ -21,7 +21,7 @@ ## @deftypefn {Function File} {} logistic_rnd (@var{r}, @var{c}) ## @deftypefnx {Function File} {} logistic_rnd (@var{sz}) ## Return an @var{r} by @var{c} matrix of random numbers from the -## logistic distribution. Or is @var{sz} is a vector, create a matrix of +## logistic distribution. Or if @var{sz} is a vector, create a matrix of ## @var{sz}. ## @end deftypefn
--- a/src/DLD-FUNCTIONS/lu.cc +++ b/src/DLD-FUNCTIONS/lu.cc @@ -67,7 +67,7 @@ 1 0\n\ @end example\n\ \n\ -The matrix is not required to be square..\n\ +The matrix is not required to be square.\n\ @end deftypefn") { octave_value_list retval;
--- a/src/load-save.cc +++ b/src/load-save.cc @@ -625,7 +625,7 @@ @table @code\n\ @item -force\n\ The @samp{-force} option is accepted but ignored for backward\n\ -compatiability. Octave now overwrites variables currently in memeory with\n\ +compatiability. Octave now overwrites variables currently in memory with\n\ the same name as those found in the file.\n\ \n\ @item -ascii\n\