summaryrefslogtreecommitdiff
path: root/gcc/doc/objc.texi
diff options
context:
space:
mode:
authorgerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4>2003-04-11 21:35:01 +0000
committergerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4>2003-04-11 21:35:01 +0000
commitcfafa1e9dd48cc98ca57b1c4e2e7ed01bec381e9 (patch)
tree6f93da0308336c27a3f98d6b3a5a8eb0bf058778 /gcc/doc/objc.texi
parent9818aa98bec2c0c9967aad8dab0cbb4a79921a93 (diff)
downloadgcc-cfafa1e9dd48cc98ca57b1c4e2e7ed01bec381e9.tar.gz
* doc/bugreport.texi: Fix paragraph breaking between sections
in preparation for TeXinfo's paragraph indentation fixes. * doc/extend.texi: Ditto. * doc/invoke.texi: Ditto. * doc/objc.texi: Ditto. * doc/gcov.texi: Wrap 'gcov' in @command{}. * doc/invoke.texi (Darwin Options): Add a preamble. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@65482 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc/objc.texi')
-rw-r--r--gcc/doc/objc.texi1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/doc/objc.texi b/gcc/doc/objc.texi
index c25fdb16411..a0c40f7296e 100644
--- a/gcc/doc/objc.texi
+++ b/gcc/doc/objc.texi
@@ -25,7 +25,6 @@ comments about this document to Ovidiu Predescu
@node Executing code before main, Type encoding, Objective-C, Objective-C
@section @code{+load}: Executing code before main
-
The GNU Objective-C runtime provides a way that allows you to execute
code before the execution of the program enters the @code{main}
function. The code is executed on a per-class and a per-category basis,