about summary refs log tree commit diff
path: root/Doc/Zsh/mod_mathfunc.yo
diff options
context:
space:
mode:
authorOliver Kiddle <opk@users.sourceforge.net>2000-05-11 00:01:03 +0000
committerOliver Kiddle <opk@users.sourceforge.net>2000-05-11 00:01:03 +0000
commited8b82b9b1bf74392caf4f4683f367bc4cbbd193 (patch)
tree253b1493fad4d586ffa79fed073bac3bf95ef410 /Doc/Zsh/mod_mathfunc.yo
parent548fe00d96c7a96f1c3922e3dd34bc0795c51a4c (diff)
downloadzsh-ed8b82b9b1bf74392caf4f4683f367bc4cbbd193.tar.gz
zsh-ed8b82b9b1bf74392caf4f4683f367bc4cbbd193.tar.xz
zsh-ed8b82b9b1bf74392caf4f4683f367bc4cbbd193.zip
Spelling corrections in the docs (11315)
Diffstat (limited to 'Doc/Zsh/mod_mathfunc.yo')
-rw-r--r--Doc/Zsh/mod_mathfunc.yo12
1 files changed, 7 insertions, 5 deletions
diff --git a/Doc/Zsh/mod_mathfunc.yo b/Doc/Zsh/mod_mathfunc.yo
index bc69d2b20..05ce9fe45 100644
--- a/Doc/Zsh/mod_mathfunc.yo
+++ b/Doc/Zsh/mod_mathfunc.yo
@@ -1,8 +1,10 @@
-texinode(The mathfunc Module)(The parameter Module)(The mapfile Module)(Zsh Modules)
-sect(The mathfunc Module)
+COMMENT(!MOD!zsh/mathfunc
+Standard scientific functions for use in mathematical evaluations.
+!MOD!)
 cindex(functions, mathematical)
 cindex(mathematical functions)
-The tt(mathfunc) module provides standard mathematical functions for use when
+The tt(zsh/mathfunc) module provides standard
+mathematical functions for use when
 evaluating mathematical formulae.  The syntax agrees with normal C and
 FORTRAN conventions, for example,
 
@@ -32,10 +34,10 @@ The function tt(signgam) takes no arguments, and returns an integer, which
 is the C variable of the same name, as described in manref(gamma)(3).  Note
 that it is therefore only useful immediately after a call to tt(gamma) or
 tt(lgamma).  Note also that `tt(signgam())' and `tt(signgam)' are distinct
-expresssions.
+expressions.
 
 The following functions take two floating point arguments: tt(copysign),
-tt(drem), tt(fmod), tt(hypot), tt(nextafter).
+tt(fmod), tt(hypot), tt(nextafter).
 
 The following take an integer first argument and a floating point second
 argument: tt(jn), tt(yn).