cexp2.3: Still does not exist in glibc 2.17

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2013-02-27 06:38:24 +01:00
parent cf6ea96a98
commit 1f8956e838
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
.\" Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de)
.\" Distributed under GPL
.\"
.TH CEXP2 3 2008-08-07 "" "Linux Programmer's Manual"
.TH CEXP2 3 2013-02-27 "" "Linux Programmer's Manual"
.SH NAME
cexp2, cexp2f, cexp2l \- base-2 exponent of a complex number
.SH SYNOPSIS
@ -20,7 +20,7 @@ The function returns 2 raised to the power of
.SH CONFORMING TO
These function names are reserved for future use in C99.
.SH AVAILABILITY
Not yet in glibc, as at version 2.8.
Not yet in glibc, as at version 2.17.
.\" But reserved in NAMESPACE.
.SH SEE ALSO
.BR cabs (3),