Fix typo, add whitespace for better formatting, bump date for previous.

This commit is contained in:
wiz 2016-03-17 09:44:56 +00:00
parent 7230ee2fa7
commit 310b2e7c40
1 changed files with 4 additions and 4 deletions

View File

@ -26,14 +26,14 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)fabs.3 5.1 (Berkeley) 5/2/91
.\" $NetBSD: fabs.3,v 1.16 2016/03/17 00:00:44 nros Exp $
.\" $NetBSD: fabs.3,v 1.17 2016/03/17 09:44:56 wiz Exp $
.\"
.Dd May 2, 1991
.Dd March 17, 2016
.Dt FABS 3
.Os
.Sh NAME
.Nm fabs ,
.Nm fabsf,
.Nm fabsf ,
.Nm fabsl
.Nd floating-point absolute value functions
.Sh LIBRARY
@ -45,7 +45,7 @@
.Ft float
.Fn fabsf "float x"
.Ft long double
.Fn fabs "long double x"
.Fn fabsl "long double x"
.Sh DESCRIPTION
The
.Fn fabs ,