diff options
author | 2015-09-10 15:16:43 +0000 | |
---|---|---|
committer | 2015-09-10 15:16:43 +0000 | |
commit | e34c05504d9eac9cd176f1574709fe9862b5ebf5 (patch) | |
tree | 9ca3f06fdd1777928282b6558ec4533c7a321f15 /lib/libc/stdlib/atof.3 | |
parent | if_put after if_get. (diff) | |
download | wireguard-openbsd-e34c05504d9eac9cd176f1574709fe9862b5ebf5.tar.xz wireguard-openbsd-e34c05504d9eac9cd176f1574709fe9862b5ebf5.zip |
reduce .Nd to one line and kill .Tn while here
Diffstat (limited to 'lib/libc/stdlib/atof.3')
-rw-r--r-- | lib/libc/stdlib/atof.3 | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/lib/libc/stdlib/atof.3 b/lib/libc/stdlib/atof.3 index 53722a62534..b520e2bc4a1 100644 --- a/lib/libc/stdlib/atof.3 +++ b/lib/libc/stdlib/atof.3 @@ -29,16 +29,14 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: atof.3,v 1.7 2013/07/17 05:42:11 schwarze Exp $ +.\" $OpenBSD: atof.3,v 1.8 2015/09/10 15:16:43 schwarze Exp $ .\" -.Dd $Mdocdate: July 17 2013 $ +.Dd $Mdocdate: September 10 2015 $ .Dt ATOF 3 .Os .Sh NAME .Nm atof -.Nd convert -.Tn ASCII -string to double +.Nd convert ASCII string to double .Sh SYNOPSIS .In stdlib.h .Ft double |