From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1432) id ED6B03858D28; Fri, 29 Apr 2022 18:00:53 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org ED6B03858D28 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: =?utf-8?q?Thomas_K=C3=B6nig?= To: gcc-cvs@gcc.gnu.org Subject: [gcc r13-49] Fix exchanged period and letter in gfortan.texi. X-Act-Checkin: gcc X-Git-Author: Thomas Koenig X-Git-Refname: refs/heads/master X-Git-Oldrev: 27ee75dbe81bb781214c66a9e6a759c08b7deb60 X-Git-Newrev: 4a8b45e8bc8246bd141dad65f571a3e0cc499c6b Message-Id: <20220429180053.ED6B03858D28@sourceware.org> Date: Fri, 29 Apr 2022 18:00:53 +0000 (GMT) X-BeenThere: gcc-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Apr 2022 18:00:54 -0000 https://gcc.gnu.org/g:4a8b45e8bc8246bd141dad65f571a3e0cc499c6b commit r13-49-g4a8b45e8bc8246bd141dad65f571a3e0cc499c6b Author: Thomas Koenig Date: Fri Apr 29 19:57:05 2022 +0200 Fix exchanged period and letter in gfortan.texi. gcc/fortran/ChangeLog: * gfortran.texi: Fix exchanged period and letter. Diff: --- gcc/fortran/gfortran.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/fortran/gfortran.texi b/gcc/fortran/gfortran.texi index 6f622fb9898..d34e0b5e8f9 100644 --- a/gcc/fortran/gfortran.texi +++ b/gcc/fortran/gfortran.texi @@ -723,7 +723,7 @@ others with commas. Those are A missing mode for an exception is taken to mean @code{BIG_ENDIAN}. Examples of values for @env{GFORTRAN_CONVERT_UNIT} are: @itemize @w{} -@item @code{'big_endian'} Do all unformatted I/O in big_endian mod.e +@item @code{'big_endian'} Do all unformatted I/O in big_endian mode. @item @code{'little_endian;native:10-20,25'} Do all unformatted I/O in little_endian mode, except for units 10 to 20 and 25, which are in native format.