diff options
Diffstat (limited to 'manual')
-rw-r--r-- | manual/math.texi | 2 | ||||
-rw-r--r-- | manual/pattern.texi | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/manual/math.texi b/manual/math.texi index e1d597d06a..2b804300f2 100644 --- a/manual/math.texi +++ b/manual/math.texi @@ -886,7 +886,7 @@ instead of in the @var{signgam} global. @deftypefunx {long double} gammal (long double @var{x}) These functions exist for compatibility reasons. They are equivalent to @code{lgamma} etc. It is better to use @code{lgamma} since for one the -name reflect better the actual computation and @code{lgamma} is also +name reflects better the actual computation and @code{lgamma} is also standardized in @w{ISO C 9x} while @code{gamma} is not. @end deftypefun diff --git a/manual/pattern.texi b/manual/pattern.texi index f2c3f8e584..e81a29fb74 100644 --- a/manual/pattern.texi +++ b/manual/pattern.texi @@ -484,7 +484,7 @@ the home directory cannot be determined for other reasons this leads to an error. @code{glob} will return @code{GLOB_NOMATCH} instead of using the pattern itself as the name. -This funcationality is equivalent to what is available in C-shells if +This functionality is equivalent to what is available in C-shells if @code{nonomatch} flag is not set. @comment glob.h |