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,ADA,DOC] PR 15479: Fix the Ada manuals


* Ralf Wildenhues wrote on Sun, Feb 03, 2008 at 03:55:14PM CET:
> 
> attached is a series of patches fixing most issues with the Ada manuals
> listed in PR 15479, and a couple more issues I stumbled over.

Ping <http://gcc.gnu.org/ml/gcc-patches/2008-02/msg00058.html>.

OK to apply (parts or all) of these changes, as one or several patches?
If as several, should each of them get this prefix?
> 	PR documentation/15479

Thanks,
Ralf

> gcc/ada/ChangeLog:
> 2008-02-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
> 
> 	PR documentation/15479
> 	* gnat_ugn.texi (Regular Expressions in gnatfind and gnatxref):
> 	Fix indentation.
> 
> 	* gnat_ugn.texi: Replace @code{GDB} with @command{gdb} where
> 	applicable.
> 
> 	* gnat_ugn.texi (Using gnatmake in a Makefile): Do not ignore
> 	errors in Makefile rules, by using `&&' rather than `;'.
> 
> 	* gnat_ugn.texi (Examples of gnatxref Usage): Use @command{vi}
> 	instead of @file{vi}.
> 
> 	* gnat_ugn.texi: In non-code, avoid space before colon.
> 
> 	* gnat_ugn.texi (Character Set Control): Do not use @code for UTF-8.
> 
> 	* gnat_rm.texi, gnat_ugn.texi: Avoid standalone `non' word.
> 
> 	* gnat_ugn.texi (Validity Checking): Fix typo "NaNs" instead of
> 	"NaN's".  Do not use @code for IEEE.
> 
> 	* gnat_ugn.texi: Add @file where appropriate.
> 	Use @file for file extensions, @samp for strings.
> 
> 	* gnat_ugn.texi: Add @env, replace @code with @env where
> 	appropriate.
> 	(Conventions): List @env{Environment variables}.
> 
> 	* gnat_ugn.texi (Compiling Programs): Fix notation of
> 	metasyntactic variables (`@var').
> 
> 	* gnat_rm.texi (Pragma Wide_Character_Encoding): Instead of
> 	plain characters `C', use `@samp{C}'.
> 	* gnat_ugn.texi (File Naming Rules, About gnatkr)
> 	(Krunching Method): Likewise.
> 
> 	* gnat_rm.texi, gnat_ugn.texi: Where appropriate, replace `..'
> 	and `...' with `@dots{}' or `@enddots{}'.
> 
> 	* gnat_rm.texi, gnat_ugn.texi: Fix spacing after `e.g.'
> 	and `i.e.' by adding comma or `@:' as appropriate.
> 
> 	* gnat_rm.texi, gnat_ugn.texi: Where appropriate, add @command,
> 	use @command instead of @code, @option instead of @samp or @code,
> 	@code instead of @var, @samp instead of @file.
> 
> 	* gnat_ugn.texi: Convert links to the GCC, GDB, and GNU make
> 	manuals to be proper texinfo links.
> 
> 	* gnat_ugn.texi: Fix cross references to the GNAT Reference Manual.
> 	* gnat_rm.texi: Fix cross references to the GNAT User's Guide,
> 	hard-coding gnat_ugn_unw as info file name referred to.
> 
> 	* gnat_rm.texi (Aggregates with static bounds): Fix typo in code
> 	sample.
> 
> 	* gnat_rm.texi, gnat_ugn.texi: Fix typos.
> 
> 	* gnat_rm.texi, gnat_ugn.texi: Bump copyright year.


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