aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/ChangeLog1
-rw-r--r--doc/gawk.texi4
-rw-r--r--doc/gawktexi.in4
3 files changed, 9 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index d423944f..1b809580 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -2,6 +2,7 @@
* texinfo.tex: Update to most current version.
* gawktexi.in: Minor edit to match an O'Reilly fix.
+ Add some FIXMEs to one day use @sup.
2015-02-22 Arnold D. Robbins <arnold@skeeve.com>
diff --git a/doc/gawk.texi b/doc/gawk.texi
index 5d7277b9..023f2719 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -11783,6 +11783,7 @@ has the value four, but it changes the value of @code{foo} to five.
In other words, the operator returns the old value of the variable,
but with the side effect of incrementing it.
+@c FIXME: Use @sup here for superscript
The post-increment @samp{foo++} is nearly the same as writing @samp{(foo
+= 1) - 1}. It is not perfectly equivalent because all numbers in
@command{awk} are floating point---in floating point, @samp{foo + 1 - 1} does
@@ -18590,6 +18591,7 @@ which is sufficient to represent times through
2038-01-19 03:14:07 UTC. Many systems support a wider range of timestamps,
including negative timestamps that represent times before the
epoch.
+@c FIXME: Use @sup here for superscript
@cindex @command{date} utility, GNU
@cindex time, retrieving
@@ -30257,6 +30259,7 @@ signed. The possible ranges of values are shown in @ref{table-numeric-ranges}.
@end ifnottex
@ifdocbook
@item Single-precision floating point (approximate) @tab
+@c FIXME: Use @sup here for superscript
@docbook
1.175494<superscript>-38</superscript>
@end docbook
@@ -30875,6 +30878,7 @@ the following computes
@end docbook
the result of which is beyond the
limits of ordinary hardware double-precision floating-point values:
+@c FIXME: Use @sup here for superscript
@example
$ @kbd{gawk -M 'BEGIN @{}
diff --git a/doc/gawktexi.in b/doc/gawktexi.in
index 303b7db8..ba65f9f6 100644
--- a/doc/gawktexi.in
+++ b/doc/gawktexi.in
@@ -11169,6 +11169,7 @@ has the value four, but it changes the value of @code{foo} to five.
In other words, the operator returns the old value of the variable,
but with the side effect of incrementing it.
+@c FIXME: Use @sup here for superscript
The post-increment @samp{foo++} is nearly the same as writing @samp{(foo
+= 1) - 1}. It is not perfectly equivalent because all numbers in
@command{awk} are floating point---in floating point, @samp{foo + 1 - 1} does
@@ -17711,6 +17712,7 @@ which is sufficient to represent times through
2038-01-19 03:14:07 UTC. Many systems support a wider range of timestamps,
including negative timestamps that represent times before the
epoch.
+@c FIXME: Use @sup here for superscript
@cindex @command{date} utility, GNU
@cindex time, retrieving
@@ -29348,6 +29350,7 @@ signed. The possible ranges of values are shown in @ref{table-numeric-ranges}.
@end ifnottex
@ifdocbook
@item Single-precision floating point (approximate) @tab
+@c FIXME: Use @sup here for superscript
@docbook
1.175494<superscript>-38</superscript>
@end docbook
@@ -29966,6 +29969,7 @@ the following computes
@end docbook
the result of which is beyond the
limits of ordinary hardware double-precision floating-point values:
+@c FIXME: Use @sup here for superscript
@example
$ @kbd{gawk -M 'BEGIN @{}