diff options
Diffstat (limited to 'lib/libc/stdlib/atof.3')
-rw-r--r-- | lib/libc/stdlib/atof.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/stdlib/atof.3 b/lib/libc/stdlib/atof.3 index cc1b500b0f9..0bd85dbe829 100644 --- a/lib/libc/stdlib/atof.3 +++ b/lib/libc/stdlib/atof.3 @@ -33,7 +33,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: atof.3,v 1.2 1996/08/19 08:33:23 tholo Exp $ +.\" $OpenBSD: atof.3,v 1.3 1999/06/29 18:36:18 aaron Exp $ .\" .Dd June 29, 1991 .Dt ATOF 3 @@ -51,9 +51,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 +.Li double representation. .Pp It is equivalent to: |