diff options
author | ru <ru@FreeBSD.org> | 2002-12-18 13:33:04 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2002-12-18 13:33:04 +0000 |
commit | 863465c1ab2c58349d7f1f859822ef564e592280 (patch) | |
tree | 6086e75984c3472fb331e2598243ce260e65581f /lib/libc/stdlib/atof.3 | |
parent | 8746d263e1451855025dc83dde5176cc9f1fbe3f (diff) | |
download | FreeBSD-src-863465c1ab2c58349d7f1f859822ef564e592280.zip FreeBSD-src-863465c1ab2c58349d7f1f859822ef564e592280.tar.gz |
mdoc(7) police: Fixed abuses of the .Ar and .Em macros.
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 10fcf49..d338e3d 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: |