Fix typo in function name.

This commit is contained in:
wiz 2011-08-02 10:08:24 +00:00
parent 93ae3653cd
commit 50fca4b971
1 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)ieee.3 6.4 (Berkeley) 5/6/91
.\" $NetBSD: ieee.3,v 1.26 2011/07/28 21:10:30 joerg Exp $
.\" $NetBSD: ieee.3,v 1.27 2011/08/02 10:08:24 wiz Exp $
.\"
.Dd July 28, 2011
.Dt IEEE 3
@ -51,7 +51,7 @@
.Ft float
.Fn scalbnf "float x" "int n"
.Ft long double
.Fn scalbnf "long double x" "int n"
.Fn scalbnl "long double x" "int n"
.Sh DESCRIPTION
These functions are required or recommended by
.St -ieee754 .