This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran 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]

[fortran, documentation, patch] ironing out some wrinkles


Hi all,

this patch fixes some minor quibbles in the docs. Bernhard [1] noted the 
varying cases in invoke.texi, these were unified. Also, -w and -W are common 
options (the latter deprecated in favour of -Wextra), hence documented by 
gcc. With this patch, these options are removed from invoke.texi.

Further, the "Class"-sections in intrinsic.texi are as different as the people 
who contributed the various pieces of documentation. With this patch, all 
entries begin with an upper-case letter, all occurences of "non-elemental" 
are removed. In addition, some of the extensions lack the note about 
subroutine and function forms of intrinsics, these are added where 
appropriate.


2007-07-12  Daniel Franke  <franke.daniel@gmail.com>

	* invoke.texi: Unified upper- and lower-case in menus.
	(-w, -W): Removed, documented by gcc.
	* intrinsic.texi: Unified Class-section entries, added subroutine/function 
	warning where appropiate.


Tested dvi, info and html targets on i686-pc-linux-gnu.
Ok for 4.2 and trunk?

Regards
	Daniel

[1] http://gcc.gnu.org/ml/fortran/2007-07/msg00180.html

Attachment: docs.patch.gz
Description: GNU Zip compressed data


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