summaryrefslogtreecommitdiff
path: root/lib/libm/man/copysign.3
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libm/man/copysign.3')
-rw-r--r--lib/libm/man/copysign.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libm/man/copysign.3 b/lib/libm/man/copysign.3
index a559136135c..982fdb5a994 100644
--- a/lib/libm/man/copysign.3
+++ b/lib/libm/man/copysign.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: copysign.3,v 1.3 2011/07/07 01:34:52 martynas Exp $
+.\" $OpenBSD: copysign.3,v 1.4 2013/06/05 03:40:26 tedu Exp $
.\" Copyright (c) 1985, 1991 Regents of the University of California.
.\" All rights reserved.
.\"
@@ -28,7 +28,7 @@
.\"
.\" from: @(#)ieee.3 6.4 (Berkeley) 5/6/91
.\"
-.Dd $Mdocdate: July 7 2011 $
+.Dd $Mdocdate: June 5 2013 $
.Dt COPYSIGN 3
.Os
.Sh NAME
@@ -37,7 +37,7 @@
.Nm copysignl
.Nd copy sign
.Sh SYNOPSIS
-.Fd #include <math.h>
+.In math.h
.Ft double
.Fn copysign "double x" "double y"
.Ft float