CVSROOT: /cvs Module name: src Changes by: marty...@cvs.openbsd.org 2011/07/09 16:17:22
Modified files: lib/libm : Makefile lib/libm/man : hypot.3 Log message: - Fix the cabs, and cabsf prototypes in the manual pages; it's been C99 complex (not struct complex) for couple of years. - Remove BUGS section; cabs is finally prototyped in complex.h. - Also document cabsl.