From: Alejandro Colomar Date: Sun, 17 Nov 2024 11:01:06 +0000 (+0100) Subject: log1p.3: pfix X-Git-Tag: man-pages-6.10~104 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e50b03326dc7eb31793cfed4962f1829e39d0b3;p=thirdparty%2Fman-pages.git log1p.3: pfix Reported-by: Helge Kreutzmann Signed-off-by: Alejandro Colomar --- 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