diff options
author | 2007-05-31 19:19:00 +0000 | |
---|---|---|
committer | 2007-05-31 19:19:00 +0000 | |
commit | 9490d37cb6a2f9c8feb8d4b7f9c43b2ac41784aa (patch) | |
tree | 2fddcf9d9e52011f770904571a0d31b7260abbb7 /lib/libm | |
parent | enable all debugging messages by default if the driver is compiled with (diff) | |
download | wireguard-openbsd-9490d37cb6a2f9c8feb8d4b7f9c43b2ac41784aa.tar.xz wireguard-openbsd-9490d37cb6a2f9c8feb8d4b7f9c43b2ac41784aa.zip |
convert to new .Dd format;
Diffstat (limited to 'lib/libm')
-rw-r--r-- | lib/libm/man/acos.3 | 4 | ||||
-rw-r--r-- | lib/libm/man/acosh.3 | 4 | ||||
-rw-r--r-- | lib/libm/man/asin.3 | 4 | ||||
-rw-r--r-- | lib/libm/man/asinh.3 | 4 | ||||
-rw-r--r-- | lib/libm/man/atan.3 | 4 | ||||
-rw-r--r-- | lib/libm/man/atan2.3 | 4 | ||||
-rw-r--r-- | lib/libm/man/atanh.3 | 4 | ||||
-rw-r--r-- | lib/libm/man/ceil.3 | 4 | ||||
-rw-r--r-- | lib/libm/man/cos.3 | 4 | ||||
-rw-r--r-- | lib/libm/man/cosh.3 | 4 | ||||
-rw-r--r-- | lib/libm/man/erf.3 | 4 | ||||
-rw-r--r-- | lib/libm/man/exp.3 | 4 | ||||
-rw-r--r-- | lib/libm/man/fabs.3 | 4 | ||||
-rw-r--r-- | lib/libm/man/floor.3 | 4 | ||||
-rw-r--r-- | lib/libm/man/fmod.3 | 4 | ||||
-rw-r--r-- | lib/libm/man/hypot.3 | 4 | ||||
-rw-r--r-- | lib/libm/man/ieee.3 | 4 | ||||
-rw-r--r-- | lib/libm/man/infnan.3 | 4 | ||||
-rw-r--r-- | lib/libm/man/j0.3 | 4 | ||||
-rw-r--r-- | lib/libm/man/lgamma.3 | 4 | ||||
-rw-r--r-- | lib/libm/man/logb.3 | 4 | ||||
-rw-r--r-- | lib/libm/man/lrint.3 | 4 | ||||
-rw-r--r-- | lib/libm/man/lround.3 | 4 | ||||
-rw-r--r-- | lib/libm/man/math.3 | 4 | ||||
-rw-r--r-- | lib/libm/man/rint.3 | 4 | ||||
-rw-r--r-- | lib/libm/man/round.3 | 4 | ||||
-rw-r--r-- | lib/libm/man/sin.3 | 4 | ||||
-rw-r--r-- | lib/libm/man/sinh.3 | 4 | ||||
-rw-r--r-- | lib/libm/man/sqrt.3 | 4 | ||||
-rw-r--r-- | lib/libm/man/tan.3 | 4 | ||||
-rw-r--r-- | lib/libm/man/tanh.3 | 4 | ||||
-rw-r--r-- | lib/libm/man/trunc.3 | 4 |
32 files changed, 64 insertions, 64 deletions
diff --git a/lib/libm/man/acos.3 b/lib/libm/man/acos.3 index ceac039052e..67f895dc811 100644 --- a/lib/libm/man/acos.3 +++ b/lib/libm/man/acos.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: acos.3,v 1.10 2003/06/02 20:18:41 millert Exp $ +.\" $OpenBSD: acos.3,v 1.11 2007/05/31 19:19:35 jmc Exp $ .\" Copyright (c) 1991 The Regents of the University of California. .\" All rights reserved. .\" @@ -28,7 +28,7 @@ .\" .\" from: @(#)acos.3 5.1 (Berkeley) 5/2/91 .\" -.Dd May 2, 1991 +.Dd $Mdocdate: May 31 2007 $ .Dt ACOS 3 .Os .Sh NAME diff --git a/lib/libm/man/acosh.3 b/lib/libm/man/acosh.3 index 15f0e7d6803..d2c0fe775e5 100644 --- a/lib/libm/man/acosh.3 +++ b/lib/libm/man/acosh.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: acosh.3,v 1.10 2003/06/02 20:18:41 millert Exp $ +.\" $OpenBSD: acosh.3,v 1.11 2007/05/31 19:19:35 jmc Exp $ .\" Copyright (c) 1991 Regents of the University of California. .\" All rights reserved. .\" @@ -28,7 +28,7 @@ .\" .\" from: @(#)acosh.3 5.2 (Berkeley) 5/6/91 .\" -.Dd May 6, 1991 +.Dd $Mdocdate: May 31 2007 $ .Dt ACOSH 3 .Os .Sh NAME diff --git a/lib/libm/man/asin.3 b/lib/libm/man/asin.3 index 1a046fb8b9a..b661246123e 100644 --- a/lib/libm/man/asin.3 +++ b/lib/libm/man/asin.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: asin.3,v 1.10 2003/06/02 20:18:41 millert Exp $ +.\" $OpenBSD: asin.3,v 1.11 2007/05/31 19:19:35 jmc Exp $ .\" Copyright (c) 1991 The Regents of the University of California. .\" All rights reserved. .\" @@ -28,7 +28,7 @@ .\" .\" from: @(#)asin.3 5.1 (Berkeley) 5/2/91 .\" -.Dd May 2, 1991 +.Dd $Mdocdate: May 31 2007 $ .Dt ASIN 3 .Os .Sh NAME diff --git a/lib/libm/man/asinh.3 b/lib/libm/man/asinh.3 index 1f2fcac3011..ce7223fcc1b 100644 --- a/lib/libm/man/asinh.3 +++ b/lib/libm/man/asinh.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: asinh.3,v 1.10 2003/06/02 20:18:41 millert Exp $ +.\" $OpenBSD: asinh.3,v 1.11 2007/05/31 19:19:35 jmc Exp $ .\" Copyright (c) 1985, 1991 Regents of the University of California. .\" All rights reserved. .\" @@ -28,7 +28,7 @@ .\" .\" from: @(#)asinh.3 6.4 (Berkeley) 5/6/91 .\" -.Dd May 6, 1991 +.Dd $Mdocdate: May 31 2007 $ .Dt ASINH 3 .Os .Sh NAME diff --git a/lib/libm/man/atan.3 b/lib/libm/man/atan.3 index 5497f43b5b3..7be5974fe98 100644 --- a/lib/libm/man/atan.3 +++ b/lib/libm/man/atan.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: atan.3,v 1.9 2003/06/02 20:18:41 millert Exp $ +.\" $OpenBSD: atan.3,v 1.10 2007/05/31 19:19:35 jmc 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 May 2, 1991 +.Dd $Mdocdate: May 31 2007 $ .Dt ATAN 3 .Os .Sh NAME diff --git a/lib/libm/man/atan2.3 b/lib/libm/man/atan2.3 index 54d2392eb05..795db059a1d 100644 --- a/lib/libm/man/atan2.3 +++ b/lib/libm/man/atan2.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: atan2.3,v 1.10 2006/03/05 09:10:17 jmc Exp $ +.\" $OpenBSD: atan2.3,v 1.11 2007/05/31 19:19:35 jmc Exp $ .\" Copyright (c) 1991 The Regents of the University of California. .\" All rights reserved. .\" @@ -28,7 +28,7 @@ .\" .\" from: @(#)atan2.3 5.1 (Berkeley) 5/2/91 .\" -.Dd May 2, 1991 +.Dd $Mdocdate: May 31 2007 $ .Dt ATAN2 3 .Os .Sh NAME diff --git a/lib/libm/man/atanh.3 b/lib/libm/man/atanh.3 index 1924573c78c..03ac2e4bd99 100644 --- a/lib/libm/man/atanh.3 +++ b/lib/libm/man/atanh.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: atanh.3,v 1.10 2003/06/02 20:18:41 millert Exp $ +.\" $OpenBSD: atanh.3,v 1.11 2007/05/31 19:19:35 jmc Exp $ .\" Copyright (c) 1985, 1991 Regents of the University of California. .\" All rights reserved. .\" @@ -28,7 +28,7 @@ .\" .\" from: @(#)atanh.3 5.2 (Berkeley) 5/6/91 .\" -.Dd May 6, 1991 +.Dd $Mdocdate: May 31 2007 $ .Dt ATANH 3 .Os .Sh NAME diff --git a/lib/libm/man/ceil.3 b/lib/libm/man/ceil.3 index 5c8666adf8a..2f3f43269bc 100644 --- a/lib/libm/man/ceil.3 +++ b/lib/libm/man/ceil.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ceil.3,v 1.9 2003/06/02 20:18:41 millert Exp $ +.\" $OpenBSD: ceil.3,v 1.10 2007/05/31 19:19:35 jmc Exp $ .\" Copyright (c) 1991 The Regents of the University of California. .\" All rights reserved. .\" @@ -28,7 +28,7 @@ .\" .\" from: @(#)ceil.3 5.1 (Berkeley) 5/2/91 .\" -.Dd March 10, 1994 +.Dd $Mdocdate: May 31 2007 $ .Dt CEIL 3 .Os .Sh NAME diff --git a/lib/libm/man/cos.3 b/lib/libm/man/cos.3 index b52eb31f828..83f9fe22694 100644 --- a/lib/libm/man/cos.3 +++ b/lib/libm/man/cos.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cos.3,v 1.10 2003/06/02 20:18:41 millert Exp $ +.\" $OpenBSD: cos.3,v 1.11 2007/05/31 19:19:35 jmc Exp $ .\" Copyright (c) 1991 The Regents of the University of California. .\" All rights reserved. .\" @@ -28,7 +28,7 @@ .\" .\" from: @(#)cos.3 5.1 (Berkeley) 5/2/91 .\" -.Dd May 2, 1991 +.Dd $Mdocdate: May 31 2007 $ .Dt COS 3 .Os .Sh NAME diff --git a/lib/libm/man/cosh.3 b/lib/libm/man/cosh.3 index 439d5b4c6a5..d3ed3e15e84 100644 --- a/lib/libm/man/cosh.3 +++ b/lib/libm/man/cosh.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cosh.3,v 1.9 2003/06/02 20:18:41 millert Exp $ +.\" $OpenBSD: cosh.3,v 1.10 2007/05/31 19:19:35 jmc Exp $ .\" Copyright (c) 1989, 1991 The Regents of the University of California. .\" All rights reserved. .\" @@ -28,7 +28,7 @@ .\" .\" from: @(#)cosh.3 5.1 (Berkeley) 5/2/91 .\" -.Dd May 2, 1991 +.Dd $Mdocdate: May 31 2007 $ .Dt COSH 3 .Os .Sh NAME diff --git a/lib/libm/man/erf.3 b/lib/libm/man/erf.3 index 43bacb05cc1..2414dc90cb0 100644 --- a/lib/libm/man/erf.3 +++ b/lib/libm/man/erf.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: erf.3,v 1.10 2003/06/02 20:18:41 millert Exp $ +.\" $OpenBSD: erf.3,v 1.11 2007/05/31 19:19:35 jmc Exp $ .\" Copyright (c) 1985, 1991 Regents of the University of California. .\" All rights reserved. .\" @@ -28,7 +28,7 @@ .\" .\" from: @(#)erf.3 6.4 (Berkeley) 4/20/91 .\" -.Dd April 20, 1991 +.Dd $Mdocdate: May 31 2007 $ .Dt ERFC 3 .Os .Sh NAME diff --git a/lib/libm/man/exp.3 b/lib/libm/man/exp.3 index d03b945f7a8..56860504c1e 100644 --- a/lib/libm/man/exp.3 +++ b/lib/libm/man/exp.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: exp.3,v 1.16 2003/06/02 20:18:41 millert Exp $ +.\" $OpenBSD: exp.3,v 1.17 2007/05/31 19:19:35 jmc Exp $ .\" .\" Copyright (c) 1985, 1991 Regents of the University of California. .\" All rights reserved. @@ -29,7 +29,7 @@ .\" .\" from: @(#)exp.3 6.12 (Berkeley) 7/31/91 .\" -.Dd July 31, 1991 +.Dd $Mdocdate: May 31 2007 $ .Dt EXP 3 .Os .Sh NAME diff --git a/lib/libm/man/fabs.3 b/lib/libm/man/fabs.3 index 78a15c359e5..b7428a04140 100644 --- a/lib/libm/man/fabs.3 +++ b/lib/libm/man/fabs.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fabs.3,v 1.8 2003/06/02 20:18:41 millert Exp $ +.\" $OpenBSD: fabs.3,v 1.9 2007/05/31 19:19:35 jmc Exp $ .\" Copyright (c) 1991 The Regents of the University of California. .\" All rights reserved. .\" @@ -29,7 +29,7 @@ .\" .\" from: @(#)fabs.3 5.1 (Berkeley) 5/2/91 .\" -.Dd May 2, 1991 +.Dd $Mdocdate: May 31 2007 $ .Dt FABS 3 .Os .Sh NAME diff --git a/lib/libm/man/floor.3 b/lib/libm/man/floor.3 index b223d8d10ff..e2408aff8be 100644 --- a/lib/libm/man/floor.3 +++ b/lib/libm/man/floor.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: floor.3,v 1.8 2003/06/02 20:18:41 millert Exp $ +.\" $OpenBSD: floor.3,v 1.9 2007/05/31 19:19:35 jmc Exp $ .\" Copyright (c) 1985, 1991 The Regents of the University of California. .\" All rights reserved. .\" @@ -28,7 +28,7 @@ .\" .\" from: @(#)floor.3 6.5 (Berkeley) 4/19/91 .\" -.Dd March 10, 1994 +.Dd $Mdocdate: May 31 2007 $ .Dt FLOOR 3 .Os .Sh NAME diff --git a/lib/libm/man/fmod.3 b/lib/libm/man/fmod.3 index 2b7dc0e6515..0f1232bba5e 100644 --- a/lib/libm/man/fmod.3 +++ b/lib/libm/man/fmod.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fmod.3,v 1.7 2003/06/02 20:18:41 millert Exp $ +.\" $OpenBSD: fmod.3,v 1.8 2007/05/31 19:19:35 jmc Exp $ .\" Copyright (c) 1991 The Regents of the University of California. .\" All rights reserved. .\" @@ -28,7 +28,7 @@ .\" .\" from: @(#)fmod.3 5.1 (Berkeley) 5/2/91 .\" -.Dd May 2, 1991 +.Dd $Mdocdate: May 31 2007 $ .Dt FMOD 3 .Os .Sh NAME diff --git a/lib/libm/man/hypot.3 b/lib/libm/man/hypot.3 index a0a5534e289..0c0de8a39c0 100644 --- a/lib/libm/man/hypot.3 +++ b/lib/libm/man/hypot.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hypot.3,v 1.14 2003/10/21 20:11:56 jmc Exp $ +.\" $OpenBSD: hypot.3,v 1.15 2007/05/31 19:19:35 jmc Exp $ .\" Copyright (c) 1985, 1991 Regents of the University of California. .\" All rights reserved. .\" @@ -28,7 +28,7 @@ .\" .\" from: @(#)hypot.3 6.7 (Berkeley) 5/6/91 .\" -.Dd May 6, 1991 +.Dd $Mdocdate: May 31 2007 $ .Dt HYPOT 3 .Os .Sh NAME diff --git a/lib/libm/man/ieee.3 b/lib/libm/man/ieee.3 index 2e0bc088751..cb3ff590c97 100644 --- a/lib/libm/man/ieee.3 +++ b/lib/libm/man/ieee.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ieee.3,v 1.10 2003/06/02 20:18:41 millert Exp $ +.\" $OpenBSD: ieee.3,v 1.11 2007/05/31 19:19:35 jmc 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 February 25, 1994 +.Dd $Mdocdate: May 31 2007 $ .Dt IEEE 3 .Os .Sh NAME diff --git a/lib/libm/man/infnan.3 b/lib/libm/man/infnan.3 index 3eb02d38f57..79e23cb702c 100644 --- a/lib/libm/man/infnan.3 +++ b/lib/libm/man/infnan.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: infnan.3,v 1.8 2003/06/02 20:18:41 millert Exp $ +.\" $OpenBSD: infnan.3,v 1.9 2007/05/31 19:19:35 jmc Exp $ .\" .\" Copyright (c) 1985, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -29,7 +29,7 @@ .\" .\" @(#)infnan.3 8.1 (Berkeley) 6/4/93 .\" -.Dd June 4, 1993 +.Dd $Mdocdate: May 31 2007 $ .Dt INFNAN 3 .Os .Sh NAME diff --git a/lib/libm/man/j0.3 b/lib/libm/man/j0.3 index 2793ba47138..7004a92e6ec 100644 --- a/lib/libm/man/j0.3 +++ b/lib/libm/man/j0.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: j0.3,v 1.11 2003/06/02 20:18:41 millert Exp $ +.\" $OpenBSD: j0.3,v 1.12 2007/05/31 19:19:35 jmc Exp $ .\" Copyright (c) 1985, 1991 Regents of the University of California. .\" All rights reserved. .\" @@ -28,7 +28,7 @@ .\" .\" from: @(#)j0.3 6.7 (Berkeley) 4/19/91 .\" -.Dd April 19, 1991 +.Dd $Mdocdate: May 31 2007 $ .Dt J0 3 .Os .Sh NAME diff --git a/lib/libm/man/lgamma.3 b/lib/libm/man/lgamma.3 index 40cf886b87d..cc3f7411cdf 100644 --- a/lib/libm/man/lgamma.3 +++ b/lib/libm/man/lgamma.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: lgamma.3,v 1.13 2004/01/02 18:23:00 jmc Exp $ +.\" $OpenBSD: lgamma.3,v 1.14 2007/05/31 19:19:35 jmc Exp $ .\" Copyright (c) 1985, 1991 Regents of the University of California. .\" All rights reserved. .\" @@ -28,7 +28,7 @@ .\" .\" from: @(#)lgamma.3 6.6 (Berkeley) 12/3/92 .\" -.Dd December 3, 1992 +.Dd $Mdocdate: May 31 2007 $ .Dt LGAMMA 3 .Os .Sh NAME diff --git a/lib/libm/man/logb.3 b/lib/libm/man/logb.3 index 74cd48ce409..430c54374bc 100644 --- a/lib/libm/man/logb.3 +++ b/lib/libm/man/logb.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: logb.3,v 1.2 2003/06/02 20:18:41 millert Exp $ +.\" $OpenBSD: logb.3,v 1.3 2007/05/31 19:19:35 jmc 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 March 10, 1994 +.Dd $Mdocdate: May 31 2007 $ .Dt IEEE_TEST 3 .Os .Sh NAME diff --git a/lib/libm/man/lrint.3 b/lib/libm/man/lrint.3 index e4a35609fe7..0e34d73b1aa 100644 --- a/lib/libm/man/lrint.3 +++ b/lib/libm/man/lrint.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: lrint.3,v 1.1 2005/11/17 20:07:40 otto Exp $ +.\" $OpenBSD: lrint.3,v 1.2 2007/05/31 19:19:35 jmc Exp $ .\" $NetBSD: lrint.3,v 1.1 2005/09/16 15:26:47 wiz Exp $ .\" .\" Copyright (c) 2005 David Schultz <das@FreeBSD.org> @@ -27,7 +27,7 @@ .\" .\" $FreeBSD: /repoman/r/ncvs/src/lib/msun/man/lrint.3,v 1.2.2.2 2005/03/01 16:18:39 brueffer Exp $ .\" -.Dd January 11, 2005 +.Dd $Mdocdate: May 31 2007 $ .Dt LRINT 3 .Os .Sh NAME diff --git a/lib/libm/man/lround.3 b/lib/libm/man/lround.3 index 42dc24e472b..0a2ce7f6cd3 100644 --- a/lib/libm/man/lround.3 +++ b/lib/libm/man/lround.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: lround.3,v 1.1 2005/11/17 20:07:40 otto Exp $ +.\" $OpenBSD: lround.3,v 1.2 2007/05/31 19:19:36 jmc Exp $ .\" .\" Copyright (c) 2005 David Schultz <das@FreeBSD.org> .\" All rights reserved. @@ -26,7 +26,7 @@ .\" .\" $FreeBSD: /repoman/r/ncvs/src/lib/msun/man/lround.3,v 1.4 2005/06/15 19:04:04 ru Exp $ .\" -.Dd April 7, 2005 +.Dd $Mdocdate: May 31 2007 $ .Dt LROUND 3 .Os .Sh NAME diff --git a/lib/libm/man/math.3 b/lib/libm/man/math.3 index 3cf0c520c49..afdffe97c3f 100644 --- a/lib/libm/man/math.3 +++ b/lib/libm/man/math.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: math.3,v 1.21 2007/02/06 20:51:17 jmc Exp $ +.\" $OpenBSD: math.3,v 1.22 2007/05/31 19:19:36 jmc Exp $ .\" Copyright (c) 1985 Regents of the University of California. .\" All rights reserved. .\" @@ -32,7 +32,7 @@ .ds Si sig. .if t \ .ds Si significant -.Dd May 6, 1991 +.Dd $Mdocdate: May 31 2007 $ .Dt MATH 3 .Sh NAME .Nm math diff --git a/lib/libm/man/rint.3 b/lib/libm/man/rint.3 index a02a5a5f92d..b61023bf77e 100644 --- a/lib/libm/man/rint.3 +++ b/lib/libm/man/rint.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rint.3,v 1.7 2003/06/02 20:18:41 millert Exp $ +.\" $OpenBSD: rint.3,v 1.8 2007/05/31 19:19:36 jmc Exp $ .\" Copyright (c) 1985, 1991 Regents of the University of California. .\" All rights reserved. .\" @@ -28,7 +28,7 @@ .\" .\" from: @(#)rint.3 5.1 (Berkeley) 5/2/91 .\" -.Dd March 10, 1994 +.Dd $Mdocdate: May 31 2007 $ .Dt RINT 3 .Os .Sh NAME diff --git a/lib/libm/man/round.3 b/lib/libm/man/round.3 index 632f7a8e628..7898d992357 100644 --- a/lib/libm/man/round.3 +++ b/lib/libm/man/round.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: round.3,v 1.1 2006/07/12 07:26:08 brad Exp $ +.\" $OpenBSD: round.3,v 1.2 2007/05/31 19:19:36 jmc Exp $ .\" Copyright (c) 2003, Steven G. Kargl .\" All rights reserved. .\" @@ -25,7 +25,7 @@ .\" .\" $FreeBSD: src/lib/msun/man/round.3,v 1.6 2005/06/15 19:04:04 ru Exp $ .\" -.Dd April 7, 2005 +.Dd $Mdocdate: May 31 2007 $ .Dt ROUND 3 .Os .Sh NAME diff --git a/lib/libm/man/sin.3 b/lib/libm/man/sin.3 index 7259ebaa746..7837fa26809 100644 --- a/lib/libm/man/sin.3 +++ b/lib/libm/man/sin.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sin.3,v 1.10 2003/06/02 20:18:41 millert Exp $ +.\" $OpenBSD: sin.3,v 1.11 2007/05/31 19:19:36 jmc Exp $ .\" Copyright (c) 1991 The Regents of the University of California. .\" All rights reserved. .\" @@ -28,7 +28,7 @@ .\" .\" from: @(#)cos.3 5.1 (Berkeley) 5/2/91 .\" -.Dd May 2, 1991 +.Dd $Mdocdate: May 31 2007 $ .Dt COS 3 .Os .Sh NAME diff --git a/lib/libm/man/sinh.3 b/lib/libm/man/sinh.3 index edc574e99bd..1aee5d86ae5 100644 --- a/lib/libm/man/sinh.3 +++ b/lib/libm/man/sinh.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sinh.3,v 1.10 2003/06/02 20:18:41 millert Exp $ +.\" $OpenBSD: sinh.3,v 1.11 2007/05/31 19:19:36 jmc Exp $ .\" Copyright (c) 1991 The Regents of the University of California. .\" All rights reserved. .\" @@ -27,7 +27,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)sinh.3 6.6 (Berkeley) 4/19/91 -.Dd April 19, 1991 +.Dd $Mdocdate: May 31 2007 $ .Dt SINH 3 .Os .Sh NAME diff --git a/lib/libm/man/sqrt.3 b/lib/libm/man/sqrt.3 index 0d3e055c0ec..8b6c63fe3eb 100644 --- a/lib/libm/man/sqrt.3 +++ b/lib/libm/man/sqrt.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sqrt.3,v 1.9 2003/06/02 20:18:41 millert Exp $ +.\" $OpenBSD: sqrt.3,v 1.10 2007/05/31 19:19:36 jmc Exp $ .\" Copyright (c) 1985, 1991 Regents of the University of California. .\" All rights reserved. .\" @@ -28,7 +28,7 @@ .\" .\" from: @(#)sqrt.3 6.4 (Berkeley) 5/6/91 .\" -.Dd May 6, 1991 +.Dd $Mdocdate: May 31 2007 $ .Dt SQRT 3 .Os .Sh NAME diff --git a/lib/libm/man/tan.3 b/lib/libm/man/tan.3 index 118740bc236..585cc90cc61 100644 --- a/lib/libm/man/tan.3 +++ b/lib/libm/man/tan.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tan.3,v 1.8 2003/06/02 20:18:41 millert Exp $ +.\" $OpenBSD: tan.3,v 1.9 2007/05/31 19:19:36 jmc Exp $ .\" Copyright (c) 1991 The Regents of the University of California. .\" All rights reserved. .\" @@ -28,7 +28,7 @@ .\" .\" from: @(#)tan.3 5.1 (Berkeley) 5/2/91 .\" -.Dd May 2, 1991 +.Dd $Mdocdate: May 31 2007 $ .Dt TAN 3 .Os .Sh NAME diff --git a/lib/libm/man/tanh.3 b/lib/libm/man/tanh.3 index 76cda61ce9e..97ced3cd016 100644 --- a/lib/libm/man/tanh.3 +++ b/lib/libm/man/tanh.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tanh.3,v 1.7 2003/06/02 20:18:41 millert Exp $ +.\" $OpenBSD: tanh.3,v 1.8 2007/05/31 19:19:36 jmc Exp $ .\" Copyright (c) 1991 The Regents of the University of California. .\" All rights reserved. .\" @@ -28,7 +28,7 @@ .\" .\" from: @(#)tanh.3 5.1 (Berkeley) 5/2/91 .\" -.Dd May 2, 1991 +.Dd $Mdocdate: May 31 2007 $ .Dt TANH 3 .Os .Sh NAME diff --git a/lib/libm/man/trunc.3 b/lib/libm/man/trunc.3 index 5e07d715eeb..0a39b6d89bd 100644 --- a/lib/libm/man/trunc.3 +++ b/lib/libm/man/trunc.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: trunc.3,v 1.2 2006/07/12 07:26:08 brad Exp $ +.\" $OpenBSD: trunc.3,v 1.3 2007/05/31 19:19:36 jmc Exp $ .\" .\" Copyright (c) 2004, 2005 David Schultz <das@FreeBSD.org> .\" All rights reserved. @@ -26,7 +26,7 @@ .\" .\" $FreeBSD: src/lib/msun/man/trunc.3,v 1.3 2005/06/15 19:04:04 ru Exp $ .\" -.Dd April 16, 2005 +.Dd $Mdocdate: May 31 2007 $ .Dt TRUNC 3 .Os .Sh NAME |