diff options
author | 2013-08-14 06:32:26 +0000 | |
---|---|---|
committer | 2013-08-14 06:32:26 +0000 | |
commit | 73d4fc9bd5f7838a0f9b6cdbb145f9c58519a740 (patch) | |
tree | 702a4ca0d53dfd62ca8003eba67c59d24908d15a /lib/libm/man/trunc.3 | |
parent | regen (diff) | |
download | wireguard-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/trunc.3')
-rw-r--r-- | lib/libm/man/trunc.3 | 6 |
1 files changed, 3 insertions, 3 deletions
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 |