Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man3 Back and forth: gcc(1) -> GCC.
details: https://anonhg.NetBSD.org/src/rev/8db375cbe6b4
branches: trunk
changeset: 753983:8db375cbe6b4
user: jruoho <jruoho%NetBSD.org@localhost>
date: Thu Apr 15 03:36:18 2010 +0000
description:
Back and forth: gcc(1) -> GCC.
diffstat:
share/man/man3/fast_divide32.3 | 4 ++--
share/man/man3/tgmath.3 | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r 984b123d0145 -r 8db375cbe6b4 share/man/man3/fast_divide32.3
--- a/share/man/man3/fast_divide32.3 Thu Apr 15 03:09:12 2010 +0000
+++ b/share/man/man3/fast_divide32.3 Thu Apr 15 03:36:18 2010 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: fast_divide32.3,v 1.5 2010/04/14 08:26:42 jruoho Exp $
+.\" $NetBSD: fast_divide32.3,v 1.6 2010/04/15 03:36:18 jruoho Exp $
.\"
.\" Copyright (c) 2010 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -76,7 +76,7 @@
The code for constant
.Fa div
arguments should be equivalent to the assembly created by
-.Xr gcc 1 .
+.Tn GCC .
.Sh EXAMPLES
The following example computes
.Va q = a / b
diff -r 984b123d0145 -r 8db375cbe6b4 share/man/man3/tgmath.3
--- a/share/man/man3/tgmath.3 Thu Apr 15 03:09:12 2010 +0000
+++ b/share/man/man3/tgmath.3 Thu Apr 15 03:36:18 2010 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: tgmath.3,v 1.3 2010/04/14 08:28:58 jruoho Exp $
+.\" $NetBSD: tgmath.3,v 1.4 2010/04/15 03:36:18 jruoho Exp $
.\"
.\" Copyright (c) 2004 Stefan Farfeleder
.\" All rights reserved.
@@ -145,7 +145,7 @@
cannot be implemented with strictly conforming C code and needs
special compiler support.
The current implementation only works for
-.Xr gcc 1 .
+.Tn GCC .
.Pp
Many of the functions mentioned here are not prototyped in
.In math.h
Home |
Main Index |
Thread Index |
Old Index