--- - branch: MAIN date: Fri Nov 4 18:46:15 UTC 2016 files: - new: '1.23' old: '1.22' path: src/lib/libc/stdlib/strtod.3 pathrev: src/lib/libc/stdlib/strtod.3@1.23 type: modified id: 20161104T184615Z.c0a25fccce5444202c4547c62f66e6c82c47a8b7 log: | Fix description of ERANGE cases again. Do use the technical terms `overflow' and `underflow', because strtod sets ERANGE precisely to indicate either of these two conditions, and they are the right keywords that one might be looking for. Note that strtod may set ERANGE even if it returns noninfinity and nonzero -- specifically, if the result is subnormal. This part was wrong before I `fixed' it and remained wrong after I `fixed' it earlier this year. module: src subject: 'CVS commit: src/lib/libc/stdlib' unixtime: '1478285175' user: riastradh