about summary refs log tree commit diff
path: root/manual/math.texi
diff options
context:
space:
mode:
authorOndřej Bílka <neleai@seznam.cz>2014-02-26 23:27:38 +0100
committerOndřej Bílka <neleai@seznam.cz>2014-02-26 23:27:38 +0100
commitcf822e3c94c2cdec736cdf7b503790b17179afcd (patch)
tree732a0fadf101d69c52998e830500ff6f20c96a59 /manual/math.texi
parent5b456e9d61c5c7a5744e8c9387498017af2c1e7e (diff)
downloadglibc-cf822e3c94c2cdec736cdf7b503790b17179afcd.tar.gz
glibc-cf822e3c94c2cdec736cdf7b503790b17179afcd.tar.xz
glibc-cf822e3c94c2cdec736cdf7b503790b17179afcd.zip
Fix two spaces after sentence.
Minor formatting fix that was carried by issuing
sed -e"s/\. \([A-Z]\)/.  \1/" followed by editing result.
Diffstat (limited to 'manual/math.texi')
-rw-r--r--manual/math.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/math.texi b/manual/math.texi
index a884cb7c29..206021c65d 100644
--- a/manual/math.texi
+++ b/manual/math.texi
@@ -800,7 +800,7 @@ or is very close to 0.  It is well-defined for all other values of
 @deftypefunx {complex long double} clog10l (complex long double @var{z})
 @safety{@prelim{}@mtsafe{}@assafe{}@acsafe{}}
 These functions return the base 10 logarithm of the complex value
-@var{z}. Mathematically, this corresponds to the value
+@var{z}.  Mathematically, this corresponds to the value
 
 @ifnottex
 @math{log (z) = log10 (cabs (z)) + I * carg (z)}