diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-12-18 13:33:04 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-12-18 13:33:04 +0000 |
| commit | 5c564bae0a7655b1a517f322ad410a743e98e8d2 (patch) | |
| tree | 6086e75984c3472fb331e2598243ce260e65581f /lib/libc/stdlib/atof.3 | |
| parent | 1fae73b137bfc5a237d7258e3c667ba87a36b7ff (diff) | |
Notes
Diffstat (limited to 'lib/libc/stdlib/atof.3')
| -rw-r--r-- | lib/libc/stdlib/atof.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdlib/atof.3 b/lib/libc/stdlib/atof.3 index 10fcf491ab33..d338e3d9766a 100644 --- a/lib/libc/stdlib/atof.3 +++ b/lib/libc/stdlib/atof.3 @@ -54,9 +54,9 @@ string to double The .Fn atof function converts the initial portion of the string pointed to by -.Ar nptr +.Fa nptr to -.Ar double +.Vt double representation. .Pp It is equivalent to: |
