Module Name:    src
Committed By:   joerg
Date:           Fri May 14 02:45:02 UTC 2010

Modified Files:
        src/share/man/man3: tgmath.3

Log Message:
Fix prologue. Drop size of last column as it doesn't exist in all cases
and implicit last column handling will do TRT.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/share/man/man3/tgmath.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man3/tgmath.3
diff -u src/share/man/man3/tgmath.3:1.4 src/share/man/man3/tgmath.3:1.5
--- src/share/man/man3/tgmath.3:1.4	Thu Apr 15 03:36:18 2010
+++ src/share/man/man3/tgmath.3	Fri May 14 02:45:02 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: tgmath.3,v 1.4 2010/04/15 03:36:18 jruoho Exp $
+.\" $NetBSD: tgmath.3,v 1.5 2010/05/14 02:45:02 joerg Exp $
 .\"
 .\" Copyright (c) 2004 Stefan Farfeleder
 .\" All rights reserved.
@@ -27,8 +27,8 @@
 .\" $FreeBSD: src/share/man/man3/tgmath.3,v 1.3 2007/12/15 02:40:10 das Exp $
 .\"
 .Dd April 14, 2010
-.Os
 .Dt TGMATH 3
+.Os
 .Sh NAME
 .Nm tgmath
 .Nd "type-generic macros"
@@ -110,7 +110,7 @@
 .Pp
 No complex functions exist for the following macros, so passing a
 complex value to a generic argument invokes undefined behaviour:
-.Bl -column -offset indent ".Fn nexttoward" ".Fn nexttoward" ".Fn nexttoward" ".Fn nexttoward"
+.Bl -column -offset indent ".Fn nexttoward" ".Fn nexttoward" ".Fn nexttoward"
 .It Fn atan2 Ta Fn fma Ta Fn llround Ta Fn remainder
 .It Fn cbrt Ta Fn fmax Ta Fn log10 Ta Fn remquo
 .It Fn ceil Ta Fn fmin Ta Fn log1p Ta Fn rint

Reply via email to