aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2008-07-30 08:41:31 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2008-07-30 08:41:31 +0000
commita3ee711e461a85738d8c83200e81123c5df910be (patch)
tree5a64277a72e11d36b847a6b7b005a650c4ab8466
parentbb5baf62e80f3ab9470fab2580e478a39eebac01 (diff)
downloadman-pages-a3ee711e461a85738d8c83200e81123c5df910be.tar.gz
tstamp
-rw-r--r--man3/fmax.32
-rw-r--r--man3/fmin.32
-rw-r--r--man3/fpclassify.32
-rw-r--r--man3/isgreater.32
-rw-r--r--man3/nan.32
5 files changed, 5 insertions, 5 deletions
diff --git a/man3/fmax.3 b/man3/fmax.3
index 9fc15503d0..d59cd6bfe8 100644
--- a/man3/fmax.3
+++ b/man3/fmax.3
@@ -3,7 +3,7 @@
.\" <mtk.manpages@gmail.com>
.\" Distributed under GPL
.\"
-.TH FMAX 3 2008-07-25 "" "Linux Programmer's Manual"
+.TH FMAX 3 2008-07-30 "" "Linux Programmer's Manual"
.SH NAME
fmax, fmaxf, fmaxl \- determine maximum of two floating-point numbers
.SH SYNOPSIS
diff --git a/man3/fmin.3 b/man3/fmin.3
index 6cf91bd8a5..99ccbb7d9b 100644
--- a/man3/fmin.3
+++ b/man3/fmin.3
@@ -3,7 +3,7 @@
.\" <mtk.manpages@gmail.com>
.\" Distributed under GPL
.\"
-.TH FMIN 3 2008-07-25 "" "Linux Programmer's Manual"
+.TH FMIN 3 2008-07-30 "" "Linux Programmer's Manual"
.SH NAME
fmin, fminf, fminl \- determine minimum of two floating-point numbers
.SH SYNOPSIS
diff --git a/man3/fpclassify.3 b/man3/fpclassify.3
index 47161c75b1..10e1c9a880 100644
--- a/man3/fpclassify.3
+++ b/man3/fpclassify.3
@@ -3,7 +3,7 @@
.\" This was done with the help of the glibc manual.
.\"
.\" 2004-10-31, aeb, corrected
-.TH FPCLASSIFY 3 2008-07-25 "" "Linux Programmer's Manual"
+.TH FPCLASSIFY 3 2008-07-30 "" "Linux Programmer's Manual"
.SH NAME
fpclassify, isfinite, isnormal, isnan, isinf \- floating-point
classification macros
diff --git a/man3/isgreater.3 b/man3/isgreater.3
index c4aaa60cd0..71a8cb9335 100644
--- a/man3/isgreater.3
+++ b/man3/isgreater.3
@@ -3,7 +3,7 @@
.\" 2002-07-27 Walter Harms
.\" this was done with the help of the glibc manual
.\"
-.TH ISGREATER 3 2008-07-25 "" "Linux Programmer's Manual"
+.TH ISGREATER 3 2008-07-30 "" "Linux Programmer's Manual"
.SH NAME
isgreater, isgreaterequal, isless, islessequal, islessgreater,
isunordered \- floating-point relational tests without exception for NaN
diff --git a/man3/nan.3 b/man3/nan.3
index 8b5b29da3c..686c2fe367 100644
--- a/man3/nan.3
+++ b/man3/nan.3
@@ -3,7 +3,7 @@
.\" Based on glibc infopages
.\"
.\" Corrections by aeb
-.TH NAN 3 2008-07-25 "GNU" "Linux Programmer's Manual"
+.TH NAN 3 2008-07-30 "GNU" "Linux Programmer's Manual"
.SH NAME
nan, nanf, nanl \- return 'Not a Number'
.SH SYNOPSIS