[PATCH doc] cpp manual nits

Joseph S. Myers joseph@codesourcery.com
Sat Jan 8 22:52:00 GMT 2011


On Sat, 8 Jan 2011, Ralf Wildenhues wrote:

> diff --git a/gcc/doc/cpp.texi b/gcc/doc/cpp.texi
> index 7d78d12..195fcda 100644
> --- a/gcc/doc/cpp.texi
> +++ b/gcc/doc/cpp.texi
> @@ -2429,7 +2429,7 @@ check specifically for features you need, using a tool such as
>  @subsection C++ Named Operators
>  @cindex named operators
>  @cindex C++ named operators
> -@cindex iso646.h
> +@cindex @file{iso646.h}

I tried to avoid various parts of the manual using @file{} for standard 
headers, using @code{<iso646.h>} instead, since the standard does not 
require that the standard headers actually correspond to files of the same 
name.  But I see that cpp.texi is generally using @file{} here.

-- 
Joseph S. Myers
joseph@codesourcery.com



More information about the Gcc-patches mailing list