summaryrefslogtreecommitdiffstats
path: root/lib/libm/man
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2013-08-14 06:32:26 +0000
committerjmc <jmc@openbsd.org>2013-08-14 06:32:26 +0000
commit73d4fc9bd5f7838a0f9b6cdbb145f9c58519a740 (patch)
tree702a4ca0d53dfd62ca8003eba67c59d24908d15a /lib/libm/man
parentregen (diff)
downloadwireguard-openbsd-73d4fc9bd5f7838a0f9b6cdbb145f9c58519a740.tar.xz
wireguard-openbsd-73d4fc9bd5f7838a0f9b6cdbb145f9c58519a740.zip
no longer any need to quote macro lines with >9 args;
From: Jan Stary
Diffstat (limited to 'lib/libm/man')
-rw-r--r--lib/libm/man/ceil.36
-rw-r--r--lib/libm/man/lround.36
-rw-r--r--lib/libm/man/trunc.36
3 files changed, 9 insertions, 9 deletions
diff --git a/lib/libm/man/ceil.3 b/lib/libm/man/ceil.3
index a5761548877..d71e2cbd722 100644
--- a/lib/libm/man/ceil.3
+++ b/lib/libm/man/ceil.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ceil.3,v 1.14 2013/06/05 03:40:26 tedu Exp $
+.\" $OpenBSD: ceil.3,v 1.15 2013/08/14 06:32:29 jmc Exp $
.\" Copyright (c) 1991 The Regents of the University of California.
.\" All rights reserved.
.\"
@@ -28,14 +28,14 @@
.\"
.\" from: @(#)ceil.3 5.1 (Berkeley) 5/2/91
.\"
-.Dd $Mdocdate: June 5 2013 $
+.Dd $Mdocdate: August 14 2013 $
.Dt CEIL 3
.Os
.Sh NAME
.Nm ceil ,
.Nm ceilf ,
.Nm ceill
-.Nd "round to smallest integral value greater than or equal to x"
+.Nd round to smallest integral value greater than or equal to x
.Sh SYNOPSIS
.In math.h
.Ft double
diff --git a/lib/libm/man/lround.3 b/lib/libm/man/lround.3
index cfc5fda3d34..9b9dff3918f 100644
--- a/lib/libm/man/lround.3
+++ b/lib/libm/man/lround.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: lround.3,v 1.4 2011/07/07 01:34:52 martynas Exp $
+.\" $OpenBSD: lround.3,v 1.5 2013/08/14 06:32:29 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 $Mdocdate: July 7 2011 $
+.Dd $Mdocdate: August 14 2013 $
.Dt LROUND 3
.Os
.Sh NAME
@@ -36,7 +36,7 @@
.Nm lround ,
.Nm lroundf ,
.Nm lroundl
-.Nd "convert to nearest integral value"
+.Nd convert to nearest integral value
.Sh SYNOPSIS
.In math.h
.Ft "long long"
diff --git a/lib/libm/man/trunc.3 b/lib/libm/man/trunc.3
index cf4251cc080..67a834119eb 100644
--- a/lib/libm/man/trunc.3
+++ b/lib/libm/man/trunc.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: trunc.3,v 1.7 2011/07/21 07:52:08 jmc Exp $
+.\" $OpenBSD: trunc.3,v 1.8 2013/08/14 06:32:29 jmc Exp $
.\"
.\" Copyright (c) 2004, 2005 David Schultz <das@FreeBSD.org>
.\" All rights reserved.
@@ -26,14 +26,14 @@
.\"
.\" $FreeBSD: src/lib/msun/man/trunc.3,v 1.3 2005/06/15 19:04:04 ru Exp $
.\"
-.Dd $Mdocdate: July 21 2011 $
+.Dd $Mdocdate: August 14 2013 $
.Dt TRUNC 3
.Os
.Sh NAME
.Nm trunc ,
.Nm truncf ,
.Nm truncl
-.Nd "nearest integral value with magnitude less than or equal to |x|"
+.Nd nearest integral value with magnitude less than or equal to |x|
.Sh SYNOPSIS
.In math.h
.Ft double