]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
log1p.3: pfix
authorAlejandro Colomar <alx@kernel.org>
Sun, 17 Nov 2024 11:01:06 +0000 (12:01 +0100)
committerAlejandro Colomar <alx@kernel.org>
Sun, 17 Nov 2024 11:01:06 +0000 (12:01 +0100)
Reported-by: Helge Kreutzmann <debian@helgefjell.de>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
man/man3/log1p.3

index 6d9839977861cfc0b5486f3522f7a25b5d8b2c27..f5808c77521abb143a5d0295f1b59312e0901d4d 100644 (file)
@@ -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