summaryrefslogtreecommitdiff
path: root/manual/lang.texi
diff options
context:
space:
mode:
authorMelissa Weisshaus <melissa@gnu.org>1992-05-14 18:22:19 +0000
committerMelissa Weisshaus <melissa@gnu.org>1992-05-14 18:22:19 +0000
commit605cebb9e49187fc241f7914990acab6a30d32de (patch)
tree11ec4df46c037aceb52fd96e0d9a68b00dd60de5 /manual/lang.texi
parent5b046c88dcf02a1bb56f94654d19a02536192a54 (diff)
shortened node names
Diffstat (limited to 'manual/lang.texi')
-rw-r--r--manual/lang.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/lang.texi b/manual/lang.texi
index 6316d0de1d..b16b5b004a 100644
--- a/manual/lang.texi
+++ b/manual/lang.texi
@@ -673,7 +673,7 @@ to take account of the accuracy of the representation.
Some of the functions in the C library itself need this information; for
example, the algorithms for printing and reading floating-point numbers
-(@pxref{Input/Output on Streams}) and for calculating trigonometric and
+(@pxref{I/O on Streams}) and for calculating trigonometric and
irrational functions (@pxref{Mathematics}) use it to avoid round-off
error and loss of accuracy. User programs that implement numerical
analysis techniques also often need this information in order to