This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch, fortran, doc] Improve docs of OpenMP, add contributors


Daniel Franke wrote:
Tested doc, dvi and html targets on i686-pc-linux-gnu. Ok for trunk?

+The OpenMP (Open Multi-Processing) is an application programming


I think this should simply be "OpenMP [...] is" without the "The".

+To enable processing of the OpenMP directives @code{!$omp} in free
+form, @code{c$omp}, @code{*$omp} and @code{!$omp} directives in fixed
+form, @code{!$} conditional compilation sentinels in free form and
+@code{c$}, @code{*$} and @code{!$} sentinels in fixed form,


I would disperse some "the":


"To enable the processing of the OpenMP directive @{!$omp} in free-form source code; the @code{c$omp}, @code{*$omp} and @code{!$omp} directives in fixed form; the code{!$} conditional compilation sentinels in free form; and the @code{c$}, @code{*$} and @code{!$} sentinels in fixed form,"

Otherwise it looks OK. Thanks for the patch.

Tobias


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]