# HG changeset patch # User jwe # Date 1081264703 0 # Node ID 8122518935e43704a7725f277f65643acc5591fc # Parent 83ddfedb8db796ba9766a2323048e79b9372e5f9 [project @ 2004-04-06 15:15:44 by jwe] diff --git a/liboctave/oct-shlib.h b/liboctave/oct-shlib.h --- a/liboctave/oct-shlib.h +++ b/liboctave/oct-shlib.h @@ -25,7 +25,7 @@ #include -#include +#include "oct-time.h" // This just provides a way to avoid infinite recursion when building // octave_shlib objects. diff --git a/scripts/statistics/base/range.m b/scripts/statistics/base/range.m --- a/scripts/statistics/base/range.m +++ b/scripts/statistics/base/range.m @@ -19,7 +19,7 @@ ## -*- texinfo -*- ## @deftypefn {Function File} {} range (@var{x}) -## @deftypefn {Function File} {} range (@var{x},@var{dim}) +## @deftypefnx {Function File} {} range (@var{x}, @var{dim}) ## If @var{x} is a vector, return the range, i.e., the difference ## between the maximum and the minimum, of the input data. ##