summaryrefslogtreecommitdiff
path: root/man3/sqrt.3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2007-07-09 20:07:44 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2007-07-09 20:07:44 +0000
commita9b4ebbc8f99cd01f77f909ef7c93f9dbae47b5c (patch)
treeb37d196a6a6338f789487920ccafa5f2ee6f4f6c /man3/sqrt.3
parentc47291a73fa724a95ead942a5bdb69a5b44c58db (diff)
ffix
Diffstat (limited to 'man3/sqrt.3')
-rw-r--r--man3/sqrt.34
1 files changed, 3 insertions, 1 deletions
diff --git a/man3/sqrt.3 b/man3/sqrt.3
index 38a8767d9..be8b62bab 100644
--- a/man3/sqrt.3
+++ b/man3/sqrt.3
@@ -46,7 +46,9 @@ Link with \fI-lm\fP.
The
.BR sqrt ()
function returns the non-negative square root of \fIx\fP.
-It fails and sets \fIerrno\fP to EDOM, if \fIx\fP is negative.
+It fails and sets \fIerrno\fP to
+.BR EDOM ,
+if \fIx\fP is negative.
.SH ERRORS
.TP
.B EDOM