X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Fexpressions.texi;h=f6cc4f13650d3ee8414aa679a56fd1ae607c31bd;hb=44109cbee52068478208c7e8649a3a80e92f4bb4;hp=c3a39bbfe17a8aa05f07e960398df8fd49740f5e;hpb=d807ad29cc0d3caa4f0e04ee4b75c70a225cfeaf;p=pspp-builds.git diff --git a/doc/expressions.texi b/doc/expressions.texi index c3a39bbf..f6cc4f13 100644 --- a/doc/expressions.texi +++ b/doc/expressions.texi @@ -583,9 +583,9 @@ if @var{padding} does not contain exactly one character. @end deftypefn @cindex strings, trimming -@cindex whitespace, trimming +@cindex white space, trimming @deftypefn {Function} {} LTRIM (@var{string}) -Returns @var{string}, after removing leading spaces. Other whitespace, +Returns @var{string}, after removing leading spaces. Other white space, such as tabs, carriage returns, line feeds, and vertical tabs, is not removed. @end deftypefn @@ -644,10 +644,10 @@ or if @var{padding} does not contain exactly one character. @end deftypefn @cindex strings, trimming -@cindex whitespace, trimming +@cindex white space, trimming @deftypefn {Function} {} RTRIM (@var{string}) Returns @var{string}, after removing trailing spaces. Other types of -whitespace are not removed. +white space are not removed. @end deftypefn @deftypefn {Function} {} RTRIM (@var{string}, @var{padding}) @@ -1123,7 +1123,7 @@ The individual distributions are described individually below. The following continuous distributions are available: -@deftypefn {Function} {} PDF.BETA (@var{x} +@deftypefn {Function} {} PDF.BETA (@var{x}) @deftypefnx {Function} {} CDF.BETA (@var{x}, @var{a}, @var{b}) @deftypefnx {Function} {} IDF.BETA (@var{p}, @var{a}, @var{b}) @deftypefnx {Function} {} RV.BETA (@var{a}, @var{b}) @@ -1377,7 +1377,7 @@ Constraints: @var{a} > 0, @var{b} > 0, @var{x} >= 0, 0 <= @var{p} < 1. The following discrete distributions are available: -@deftypefn {Function} {} PDF.BERNOULLI (@var{x} +@deftypefn {Function} {} PDF.BERNOULLI (@var{x}) @deftypefnx {Function} {} CDF.BERNOULLI (@var{x}, @var{p}) @deftypefnx {Function} {} RV.BERNOULLI (@var{p}) Bernoulli distribution with probability of success @var{p}.