diff options
| author | Alejandro Colomar <alx@kernel.org> | 2024-11-17 12:01:06 +0100 |
|---|---|---|
| committer | Alejandro Colomar <alx@kernel.org> | 2024-11-17 12:01:06 +0100 |
| commit | 8e50b03326dc7eb31793cfed4962f1829e39d0b3 (patch) | |
| tree | 65b0c9e3a8a848ce557a7d671d8d0bf329711a2c | |
| parent | dfa492a21fd01e36c1858b9f8d66323e49011a96 (diff) | |
| download | man-pages-8e50b03326dc7eb31793cfed4962f1829e39d0b3.tar.gz | |
log1p.3: pfix
Reported-by: Helge Kreutzmann <debian@helgefjell.de>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
| -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 |
