cvs commit: src/lib/libc/gen Makefile.inc modf.3
David Schultz
das at FreeBSD.org
Sat Mar 29 09:19:36 PDT 2008
das 2008-03-29 16:19:35 UTC
FreeBSD src repository
Modified files:
lib/libc/gen Makefile.inc modf.3
Log:
Document modff() and modfl(). Technically, modff() and modfl()
live in libm, while modf() lives in libc due to historical
mistakes. I'm claiming in the manpage that they all live in libm,
since programmers should not rely on the mistake.
Revision Changes Path
1.133 +1 -0 src/lib/libc/gen/Makefile.inc
1.10 +22 -12 src/lib/libc/gen/modf.3
More information about the cvs-src
mailing list