From 8e50b03326dc7eb31793cfed4962f1829e39d0b3 Mon Sep 17 00:00:00 2001 From: Alejandro Colomar Date: Sun, 17 Nov 2024 12:01:06 +0100 Subject: [PATCH] log1p.3: pfix Reported-by: Helge Kreutzmann Signed-off-by: Alejandro Colomar --- man/man3/log1p.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man/man3/log1p.3 b/man/man3/log1p.3 index 6d9839977..f5808c775 100644 --- a/man/man3/log1p.3 +++ b/man/man3/log1p.3 @@ -92,7 +92,7 @@ when calling these functions. .P The following errors can occur: .TP -Domain error: \fIx\fP is less than \-1 +Domain error: \fIx\fP is less than \-1. .I errno is set to .B EDOM @@ -101,7 +101,7 @@ An invalid floating-point exception .RB ( FE_INVALID ) is raised. .TP -Pole error: \fIx\fP is \-1 +Pole error: \fIx\fP is \-1. .I errno is set to .B ERANGE -- 2.47.2