diff options
Diffstat (limited to 'lib/msun/man/sqrt.3')
-rw-r--r-- | lib/msun/man/sqrt.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/msun/man/sqrt.3 b/lib/msun/man/sqrt.3 index 956eb5d..073827f 100644 --- a/lib/msun/man/sqrt.3 +++ b/lib/msun/man/sqrt.3 @@ -42,7 +42,7 @@ .Nm sqrtf .Nd cube root and square root functions .Sh SYNOPSIS -.Fd #include <math.h> +.In math.h .Ft double .Fn cbrt "double x" .Ft float |