Skip to content

Commit 31f93b8

Browse files
committed
Applied proofread.
1 parent 003e1f8 commit 31f93b8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

concepts/packages_lifecycle_toolchain.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,8 @@
148148
For C++, the most recent supported version is ISO/IEC 14882:2017 (known as C++17) with GNU extensions.
149149
</para>
150150
<para>
151-
For Fortran, we support versions through Fortran 95 (ISO/IEC 1539:1997) with specific features of
152-
later standard versions that are described in the manual.
151+
For Fortran, we support versions up to Fortran 95 (ISO/IEC 1539:1997) with specific features of
152+
later standard versions as described in the manual.
153153
</para>
154154
<para>
155155
&suse; also provides unsupported packages with compilers for Ada and Go (gcc-go).

concepts/packages_lifecycle_types.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,8 +203,8 @@ kernel: the kernel is updated with each minor release
203203
</listitem>
204204
<listitem>
205205
<para>
206-
GCC: a new version of the compiler is released with each minor release, those introduced in odd minor versions
207-
are not used by default and have a shorter support period, see
206+
GCC: a new version of the compiler is released with each minor release. Those introduced in odd minor versions
207+
are not used by default and have a shorter support period. See
208208
<xref linkend="packages-lifecycle-toolchain-applications"/> for details. However, the libraries
209209
<literal>libgcc</literal> and <literal>libstdc++</literal> are categorized as stable.
210210
</para>

0 commit comments

Comments
 (0)