]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
log2.3, log10.3: wfix
authorAlejandro Colomar <alx@kernel.org>
Tue, 5 Mar 2024 01:15:14 +0000 (02:15 +0100)
committerAlejandro Colomar <alx@kernel.org>
Tue, 12 Mar 2024 17:23:25 +0000 (18:23 +0100)
Reported-by: Morten Welinder <mwelinder@gmail.com>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
man3/log10.3
man3/log2.3

index 415a77c5a34d4d2f65a7cee4bb7954367e354ebb..40e43117a77779121df9f4a4280444015a44f5d5 100644 (file)
@@ -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
index 62103fe46cc85df29efb71817270c5b93c9320e5..11d8c3cc2119f6e5157a056c00657d9aa70f7f71 100644 (file)
@@ -41,10 +41,10 @@ Feature Test Macro Requirements for glibc (see
     _ISOC99_SOURCE || _POSIX_C_SOURCE >= 200112L
 .fi
 .SH DESCRIPTION
-These functions return the base 2 logarithm of
+These functions return the base-2 logarithm of
 .IR x .
 .SH RETURN VALUE
-On success, these functions return the base 2 logarithm of
+On success, these functions return the base-2 logarithm of
 .IR x .
 .P
 For special cases, including where