diff options
Diffstat (limited to 'lib/msun/man/hypot.3')
-rw-r--r-- | lib/msun/man/hypot.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/msun/man/hypot.3 b/lib/msun/man/hypot.3 index 951e253..8389520 100644 --- a/lib/msun/man/hypot.3 +++ b/lib/msun/man/hypot.3 @@ -42,7 +42,7 @@ .Nm cabsf .Nd euclidean distance and complex absolute value functions .Sh SYNOPSIS -.Fd #include <math.h> +.In math.h .Ft double .Fn hypot "double x" "double y" .Ft float |