summaryrefslogtreecommitdiff
path: root/lib/libm/man/sqrt.3
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libm/man/sqrt.3')
-rw-r--r--lib/libm/man/sqrt.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libm/man/sqrt.3 b/lib/libm/man/sqrt.3
index d0009172be0..f6228c31e6c 100644
--- a/lib/libm/man/sqrt.3
+++ b/lib/libm/man/sqrt.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sqrt.3,v 1.7 2003/02/27 04:22:12 jason Exp $
+.\" $OpenBSD: sqrt.3,v 1.8 2003/02/27 04:44:46 jason Exp $
.\" Copyright (c) 1985, 1991 Regents of the University of California.
.\" All rights reserved.
.\"
@@ -74,7 +74,7 @@ If x is negative,
.Fn sqrt "x"
and
.Fn sqrtf "x"
-sets the global variable
+set the global variable
.Va errno
to EDOM.
.Sh SEE ALSO