Missing value-handling
[pspp-builds.git] / doc / expressions.texi
index c3a39bbfe17a8aa05f07e960398df8fd49740f5e..f6cc4f13650d3ee8414aa679a56fd1ae607c31bd 100644 (file)
@@ -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}.