diff options
author | Stan Shebs <shebs@apple.com> | 2001-06-21 15:25:56 +0000 |
---|---|---|
committer | Stan Shebs <shebs@gcc.gnu.org> | 2001-06-21 15:25:56 +0000 |
commit | 2147b1541cb6a841b54cf92f025ddc62857998e5 (patch) | |
tree | b1f04a24541a040bf15be9c8b6793290d24f81e5 /gcc/doc/objc.texi | |
parent | 470042c71248ae02ba02e8a4dba8b03df3230943 (diff) | |
download | gcc-2147b1541cb6a841b54cf92f025ddc62857998e5.zip gcc-2147b1541cb6a841b54cf92f025ddc62857998e5.tar.gz gcc-2147b1541cb6a841b54cf92f025ddc62857998e5.tar.bz2 |
contrib.texi, [...]: Use the correct name "Objective-C" everywhere instead of "Objective C".
* doc/contrib.texi, doc/cpp.texi, doc/cppinternals.texi,
doc/extend.texi, doc/gcc.texi, doc/install.texi, doc/invoke.texi,
doc/objc.texi, doc/tm.texi: Use the correct name "Objective-C"
everywhere instead of "Objective C".
From-SVN: r43485
Diffstat (limited to 'gcc/doc/objc.texi')
-rw-r--r-- | gcc/doc/objc.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/doc/objc.texi b/gcc/doc/objc.texi index 21b1fd0..2c26b0e 100644 --- a/gcc/doc/objc.texi +++ b/gcc/doc/objc.texi @@ -3,7 +3,7 @@ @c This is part of the GCC manual. @c For copying conditions, see the file gcc.texi. -@node Objective C +@node Objective-C @comment node-name, next, previous, up @chapter GNU Objective-C runtime features @@ -22,7 +22,7 @@ comments about this document to Ovidiu Predescu * compatibility_alias:: @end menu -@node Executing code before main, Type encoding, Objective C, Objective C +@node Executing code before main, Type encoding, Objective-C, Objective-C @section @code{+load}: Executing code before main @@ -168,7 +168,7 @@ above apply to classes defined in bundle. -@node Type encoding, Garbage Collection, Executing code before main, Objective C +@node Type encoding, Garbage Collection, Executing code before main, Objective-C @section Type encoding The Objective-C compiler generates type encodings for all the @@ -308,7 +308,7 @@ however, the type specifiers are only encoded when they appear in method argument types. -@node Garbage Collection, Constant string objects, Type encoding, Objective C +@node Garbage Collection, Constant string objects, Type encoding, Objective-C @section Garbage Collection Support for a new memory management policy has been added by using a |