aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2024-03-05 02:15:14 +0100
committerAlejandro Colomar <alx@kernel.org>2024-03-12 18:23:25 +0100
commit6da06e35f62d5924f411a27745fc05af2eca4c95 (patch)
tree522e9670b38f7bcdb4f218d1a2d5b7496cfda408
parentc4744946cb45e1b49f3fe0069265fc7fef28be9b (diff)
downloadman-pages-6da06e35f62d5924f411a27745fc05af2eca4c95.tar.gz
log2.3, log10.3: wfix
Reported-by: Morten Welinder <mwelinder@gmail.com> Signed-off-by: Alejandro Colomar <alx@kernel.org>
-rw-r--r--man3/log10.34
-rw-r--r--man3/log2.34
2 files changed, 4 insertions, 4 deletions
diff --git a/man3/log10.3 b/man3/log10.3
index 415a77c5a3..40e43117a7 100644
--- a/man3/log10.3
+++ b/man3/log10.3
@@ -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
diff --git a/man3/log2.3 b/man3/log2.3
index 62103fe46c..11d8c3cc21 100644
--- a/man3/log2.3
+++ b/man3/log2.3
@@ -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