From 7227c1c1df844a2303db06df671e43d9a290602e Mon Sep 17 00:00:00 2001 From: schwarze <> Date: Sun, 19 Jan 2014 10:39:00 +0000 Subject: [PATCH] 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. --- src/lib/libc/stdlib/strtod.3 | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/lib/libc/stdlib/strtod.3 b/src/lib/libc/stdlib/strtod.3 index cb819c6f..6f079b73 100644 --- a/src/lib/libc/stdlib/strtod.3 +++ b/src/lib/libc/stdlib/strtod.3 @@ -29,18 +29,16 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: strtod.3,v 1.18 2013/06/05 03:39:23 tedu Exp $ +.\" $OpenBSD: strtod.3,v 1.19 2014/01/19 10:39:00 schwarze Exp $ .\" -.Dd $Mdocdate: June 5 2013 $ +.Dd $Mdocdate: January 19 2014 $ .Dt STRTOD 3 .Os .Sh NAME .Nm strtod , .Nm strtof , .Nm strtold -.Nd convert -.Tn ASCII -string to double, float or long double +.Nd convert ASCII string to double, float or long double .Sh SYNOPSIS .In stdlib.h .Ft double