diff options
| -rw-r--r-- | man/man3/log1p.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/man3/log1p.3 b/man/man3/log1p.3 index 6d98399778..f5808c7752 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 |
