Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man3 Fix prologue. Drop size of last column as it ...



details:   https://anonhg.NetBSD.org/src/rev/eee5cfc99571
branches:  trunk
changeset: 754829:eee5cfc99571
user:      joerg <joerg%NetBSD.org@localhost>
date:      Fri May 14 02:45:02 2010 +0000

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

diffstat:

 share/man/man3/tgmath.3 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (28 lines):

diff -r ef32737fff18 -r eee5cfc99571 share/man/man3/tgmath.3
--- a/share/man/man3/tgmath.3   Fri May 14 02:09:58 2010 +0000
+++ b/share/man/man3/tgmath.3   Fri May 14 02:45:02 2010 +0000
@@ -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
+.Dt TGMATH 3
 .Os
-.Dt TGMATH 3
 .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



Home | Main Index | Thread Index | Old Index