mdoc: fix function declaration

This commit is contained in:
Baptiste Daroussin 2015-04-26 11:35:36 +00:00
parent fbe7ee53da
commit 0af928e203
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=282016

View File

@ -78,11 +78,11 @@ routines conform to
They implement the Nextafter function recommended by
.St -ieee754 ,
with the extension that
.Fn nextafter +0.0, -0.0
.Fn nextafter "+0.0" "-0.0"
returns
.Li -0.0 ,
and
.Fn nextafter -0.0, +0.0
.Fn nextafter "-0.0" "+0.0"
returns
.Li +0.0 .
.Sh HISTORY