Re: svn commit: r216142 - head/share/man/man3

2010-12-03 Thread David Schultz
On Sat, Dec 04, 2010, Bruce Evans wrote: > On Fri, 3 Dec 2010, David Schultz wrote: > > >Log: > > Explain some of the reasons that fpsetprec() is unlikely to work as > > one might expect. (These functions have already been deprecated for > > many years.) > > Um, only the functions other than fps

Re: svn commit: r216142 - head/share/man/man3

2010-12-03 Thread Bruce Evans
On Fri, 3 Dec 2010, David Schultz wrote: Log: Explain some of the reasons that fpsetprec() is unlikely to work as one might expect. (These functions have already been deprecated for many years.) Um, only the functions other than fpsetprec() are deprecated (since it is a bug in the fenv fam

svn commit: r216142 - head/share/man/man3

2010-12-02 Thread David Schultz
Author: das Date: Fri Dec 3 07:01:07 2010 New Revision: 216142 URL: http://svn.freebsd.org/changeset/base/216142 Log: Explain some of the reasons that fpsetprec() is unlikely to work as one might expect. (These functions have already been deprecated for many years.) PR: 1335