Commit 04b1e34d by Craig Burley Committed by Craig Burley

fix thinko

From-SVN: r27223
parent d664559d
Fri May 28 16:51:41 1999 Craig Burley <craig@jcb-sc.com>
* g77.texi: Fix thinko.
Wed May 26 14:43:27 1999 Craig Burley <craig@jcb-sc.com> Wed May 26 14:43:27 1999 Craig Burley <craig@jcb-sc.com>
* news.texi: Document Tue May 18 03:52:04 1999 patch. * news.texi: Document Tue May 18 03:52:04 1999 patch.
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
@c %**start of header @c %**start of header
@setfilename g77.info @setfilename g77.info
@set last-update 1999-05-26 @set last-update 1999-05-28
@set copyrights-g77 1995-1999 @set copyrights-g77 1995-1999
@include root.texi @include root.texi
...@@ -4243,7 +4243,7 @@ stream-based text file is translated to GNU Fortran lines as follows: ...@@ -4243,7 +4243,7 @@ stream-based text file is translated to GNU Fortran lines as follows:
A newline in the file is the character that represents the end of A newline in the file is the character that represents the end of
a line of text to the underlying system. a line of text to the underlying system.
For example, on ASCII-based systems, a newline is the @key{NL} For example, on ASCII-based systems, a newline is the @key{NL}
character, which has ASCII value 12 (decimal). character, which has ASCII value 10 (decimal).
@item @item
Each newline in the file serves to end the line of text that precedes Each newline in the file serves to end the line of text that precedes
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment