diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2010-06-10 05:35:04 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2010-06-11 07:38:12 +0200 |
| commit | ca90d3f8b6fb670e89b136259f5824d78a22d14d (patch) | |
| tree | 9514d35d59a3d9a4b3a0325f31210b76977f0f54 /man3/cproj.3 | |
| parent | 743e7eb306b6e0f5b99c7d7410c527ff3d47916f (diff) | |
| download | man-pages-ca90d3f8b6fb670e89b136259f5824d78a22d14d.tar.gz | |
cproj.3: Note fix for C99 conformance in glibc 2.12.
Reported-by: Tolga Dalman <tdalman@project-psi.org>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man3/cproj.3')
| -rw-r--r-- | man3/cproj.3 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/man3/cproj.3 b/man3/cproj.3 index 7d5d0223c9..898e981593 100644 --- a/man3/cproj.3 +++ b/man3/cproj.3 @@ -1,7 +1,7 @@ .\" Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de) .\" Distributed under GPL .\" -.TH CPROJ 3 2008-08-11 "" "Linux Programmer's Manual" +.TH CPROJ 3 2010-06-10 "" "Linux Programmer's Manual" .SH NAME cproj, cprojf, cprojl \- project into Riemann Sphere .SH SYNOPSIS @@ -29,7 +29,9 @@ These functions first appeared in glibc in version 2.1. .SH "CONFORMING TO" C99. .SH NOTES -The glibc implementation is broken and does something entirely different. +In glibc 2.11 and earlier, the implementation does something different +(a \fIstereographic\fP projection onto a Riemann Sphere). +.\" http://sources.redhat.com/bugzilla/show_bug.cgi?id=10401 .SH "SEE ALSO" .BR cabs (3), .BR complex (7) |
