Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man3 Serial comma.
details: https://anonhg.NetBSD.org/src/rev/f4ade84f3636
branches: trunk
changeset: 752591:f4ade84f3636
user: wiz <wiz%NetBSD.org@localhost>
date: Mon Mar 01 21:37:18 2010 +0000
description:
Serial comma.
diffstat:
share/man/man3/tgmath.3 | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (35 lines):
diff -r 928f2bde52eb -r f4ade84f3636 share/man/man3/tgmath.3
--- a/share/man/man3/tgmath.3 Mon Mar 01 21:34:30 2010 +0000
+++ b/share/man/man3/tgmath.3 Mon Mar 01 21:37:18 2010 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: tgmath.3,v 1.1 2010/03/01 16:36:15 jruoho Exp $
+.\" $NetBSD: tgmath.3,v 1.2 2010/03/01 21:37:18 wiz Exp $
.\"
.\" Copyright (c) 2004 Stefan Farfeleder
.\" All rights reserved.
@@ -46,14 +46,14 @@
.Vt float
(suffixed with
.Sy f ) ,
-.Vt double
+.Vt double ,
and
.Vt "long double"
(suffixed with
.Sy l )
versions.
The arguments that vary across the three functions and have type
-.Vt float , double
+.Vt float , double ,
and
.Vt "long double" ,
respectively, are called
@@ -69,7 +69,7 @@
.Vt "long double"
function is called.
Else, if any generic argument has type
-.Vt double , "double complex"
+.Vt double , "double complex" ,
or an integer type, the
.Vt double
version is invoked.
Home |
Main Index |
Thread Index |
Old Index