summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschwarze <>2014-01-19 10:39:00 +0000
committerschwarze <>2014-01-19 10:39:00 +0000
commitb7032888ee2be91cd4549c5248017f14377f1663 (patch)
tree5773567b37ffdb59f3a290a504df7e87b586e247
parentc0c25ee59b9f170dca7a3801baa674fa1a550149 (diff)
downloadopenbsd-b7032888ee2be91cd4549c5248017f14377f1663.tar.gz
openbsd-b7032888ee2be91cd4549c5248017f14377f1663.tar.bz2
openbsd-b7032888ee2be91cd4549c5248017f14377f1663.zip
Usually, you don't want macros in the .Nd line, so remove instances of .Tn
marking up words that are not trademarks (ASCII, I/O, NFS, TCP, TELNET). While here, remove .Tn markup from the same words in the body of these pages, too.
-rw-r--r--src/lib/libc/stdlib/strtod.38
1 files changed, 3 insertions, 5 deletions
diff --git a/src/lib/libc/stdlib/strtod.3 b/src/lib/libc/stdlib/strtod.3
index cb819c6f39..6f079b73a9 100644
--- a/src/lib/libc/stdlib/strtod.3
+++ b/src/lib/libc/stdlib/strtod.3
@@ -29,18 +29,16 @@
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE. 30.\" SUCH DAMAGE.
31.\" 31.\"
32.\" $OpenBSD: strtod.3,v 1.18 2013/06/05 03:39:23 tedu Exp $ 32.\" $OpenBSD: strtod.3,v 1.19 2014/01/19 10:39:00 schwarze Exp $
33.\" 33.\"
34.Dd $Mdocdate: June 5 2013 $ 34.Dd $Mdocdate: January 19 2014 $
35.Dt STRTOD 3 35.Dt STRTOD 3
36.Os 36.Os
37.Sh NAME 37.Sh NAME
38.Nm strtod , 38.Nm strtod ,
39.Nm strtof , 39.Nm strtof ,
40.Nm strtold 40.Nm strtold
41.Nd convert 41.Nd convert ASCII string to double, float or long double
42.Tn ASCII
43string to double, float or long double
44.Sh SYNOPSIS 42.Sh SYNOPSIS
45.In stdlib.h 43.In stdlib.h
46.Ft double 44.Ft double