From 6da06e35f62d5924f411a27745fc05af2eca4c95 Mon Sep 17 00:00:00 2001 From: Alejandro Colomar Date: Tue, 5 Mar 2024 02:15:14 +0100 Subject: [PATCH] log2.3, log10.3: wfix Reported-by: Morten Welinder Signed-off-by: Alejandro Colomar --- man3/log10.3 | 4 ++-- man3/log2.3 | 4 ++-- 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 -- 2.39.2