aboutsummaryrefslogtreecommitdiff
path: root/gcc/f/g77.texi
diff options
context:
space:
mode:
authorJeffrey A Law <law@cygnus.com>1998-11-09 22:17:04 +0000
committerJeff Law <law@gcc.gnu.org>1998-11-09 15:17:04 -0700
commit36ded32a3f1b77905919a5db4d7b1ca0567b82d0 (patch)
treeb70de2e9f2ae5367c759ff0bf143359fe86025f1 /gcc/f/g77.texi
parent3363316f3277a401846bc19aacbf3c6737219a71 (diff)
downloadgcc-36ded32a3f1b77905919a5db4d7b1ca0567b82d0.zip
gcc-36ded32a3f1b77905919a5db4d7b1ca0567b82d0.tar.gz
gcc-36ded32a3f1b77905919a5db4d7b1ca0567b82d0.tar.bz2
* g77.texi, news.texi: Updates from Craig.
From-SVN: r23593
Diffstat (limited to 'gcc/f/g77.texi')
-rw-r--r--gcc/f/g77.texi7
1 files changed, 4 insertions, 3 deletions
diff --git a/gcc/f/g77.texi b/gcc/f/g77.texi
index bf0bcad..d07e77b 100644
--- a/gcc/f/g77.texi
+++ b/gcc/f/g77.texi
@@ -12032,7 +12032,7 @@ require much more work on @code{libg2c}.
@pindex asa
@pindex fpr
@code{g77} doesn't support @code{FORM='PRINT'} or an equivalent to
-translate the traditional `carraige control' characters in column 1 of
+translate the traditional `carriage control' characters in column 1 of
output to use backspaces, carriage returns and the like. However
programs exist to translate them in output files (or standard output).
These are typically called either @code{fpr} or @code{asa}. You can get
@@ -12042,8 +12042,9 @@ systems which will probably build easily on other systems.
Alternatively, @code{fpr} is in BSD distributions in various archive
sites.
-I think both programs can either be used in a pipeline.
-
+@c (Can both programs can be used in a pipeline,
+@c with a named input file,
+@c and/or with a named output file???)
@node ENCODE and DECODE
@subsection @code{ENCODE} and @code{DECODE}