diff options
Diffstat (limited to 'upstream/archlinux/man3/log10.3')
-rw-r--r-- | upstream/archlinux/man3/log10.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/upstream/archlinux/man3/log10.3 b/upstream/archlinux/man3/log10.3 index 6f80e5ff..0d4672fc 100644 --- a/upstream/archlinux/man3/log10.3 +++ b/upstream/archlinux/man3/log10.3 @@ -14,7 +14,7 @@ .\" Modified 2002-07-27 by Walter Harms .\" (walter.harms@informatik.uni-oldenburg.de) .\" -.TH log10 3 2023-10-31 "Linux man-pages 6.06" +.TH log10 3 2024-05-02 "Linux man-pages 6.8" .SH NAME log10, log10f, log10l \- base-10 logarithmic function .SH LIBRARY @@ -42,10 +42,10 @@ Feature Test Macro Requirements for glibc (see || /* glibc <= 2.19: */ _BSD_SOURCE || _SVID_SOURCE .fi .SH DESCRIPTION -These functions return the base 10 logarithm of +These functions return the base-10 logarithm of .IR x . .SH RETURN VALUE -On success, these functions return the base 10 logarithm of +On success, these functions return the base-10 logarithm of .IR x . .P For special cases, including where |