Module Name: src
Committed By: jruoho
Date: Thu Apr 15 03:36:18 UTC 2010
Modified Files:
src/share/man/man3: fast_divide32.3 tgmath.3
Log Message:
Back and forth: gcc(1) -> GCC.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/share/man/man3/fast_divide32.3
cvs rdiff -u -r1.3 -r1.4 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/fast_divide32.3
diff -u src/share/man/man3/fast_divide32.3:1.5 src/share/man/man3/fast_divide32.3:1.6
--- src/share/man/man3/fast_divide32.3:1.5 Wed Apr 14 08:26:42 2010
+++ src/share/man/man3/fast_divide32.3 Thu Apr 15 03:36:18 2010
@@ -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
Index: src/share/man/man3/tgmath.3
diff -u src/share/man/man3/tgmath.3:1.3 src/share/man/man3/tgmath.3:1.4
--- src/share/man/man3/tgmath.3:1.3 Wed Apr 14 08:28:58 2010
+++ src/share/man/man3/tgmath.3 Thu Apr 15 03:36:18 2010
@@ -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