diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2013-06-05 03:40:27 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2013-06-05 03:40:27 +0000 |
commit | b4aed9ede57c9745bd831f036de228dd71fd3c6d (patch) | |
tree | 12a6de406f48683ed2c2ac1608d39c0435966bcb /lib/libm/man/atan.3 | |
parent | 50f4aee4d46c6e0f837f0bbcdc54992e3dd7af0f (diff) |
use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze
Diffstat (limited to 'lib/libm/man/atan.3')
-rw-r--r-- | lib/libm/man/atan.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libm/man/atan.3 b/lib/libm/man/atan.3 index 012eb041047..0baa1f96a0a 100644 --- a/lib/libm/man/atan.3 +++ b/lib/libm/man/atan.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: atan.3,v 1.12 2011/07/07 01:35:27 martynas Exp $ +.\" $OpenBSD: atan.3,v 1.13 2013/06/05 03:40:26 tedu Exp $ .\" Copyright (c) 1991 The Regents of the University of California. .\" All rights reserved. .\" @@ -28,7 +28,7 @@ .\" .\" from: @(#)atan.3 5.1 (Berkeley) 5/2/91 .\" -.Dd $Mdocdate: July 7 2011 $ +.Dd $Mdocdate: June 5 2013 $ .Dt ATAN 3 .Os .Sh NAME @@ -37,7 +37,7 @@ .Nm atanl .Nd arc tangent functions of one variable .Sh SYNOPSIS -.Fd #include <math.h> +.In math.h .Ft double .Fn atan "double x" .Ft float |