Fix prologue. Drop size of last column as it doesn't exist in all cases
and implicit last column handling will do TRT.
This commit is contained in:
parent
fd71eb70d7
commit
7cd0670cf0
|
@ -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 @@ Otherwise, the real equivalent is called.
|
|||
.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
|
||||
|
|
Loading…
Reference in New Issue