diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2005-01-20 09:17:07 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2005-01-20 09:17:07 +0000 |
| commit | 24a0682c6465290759ed0b09ea16e40e7cd47053 (patch) | |
| tree | 13c84f0554aefe96321f671bc8860f5e9f184a5a /lib/libc/stdlib/strtod.3 | |
| parent | e1239d17fe51ff52f68635ebbb01e77d58371618 (diff) | |
Notes
Diffstat (limited to 'lib/libc/stdlib/strtod.3')
| -rw-r--r-- | lib/libc/stdlib/strtod.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdlib/strtod.3 b/lib/libc/stdlib/strtod.3 index 0fd70031a895..37092bfa044c 100644 --- a/lib/libc/stdlib/strtod.3 +++ b/lib/libc/stdlib/strtod.3 @@ -154,8 +154,6 @@ function conforms to .St -isoC-99 , with the exception of the bug noted below. -.Sh BUGS -These routines do not recognize the C99 ``NaN(...)'' syntax. .Sh AUTHORS The author of this software is .An David M. Gay . @@ -183,3 +181,5 @@ IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .Ed +.Sh BUGS +These routines do not recognize the C99 ``NaN(...)'' syntax. |
