aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc/objc.texi
diff options
context:
space:
mode:
authorSimon Law <sfllaw@engmail.uwaterloo.ca>2003-04-11 21:35:01 +0000
committerGerald Pfeifer <gerald@gcc.gnu.org>2003-04-11 21:35:01 +0000
commitd2d42a917c2a65769e78d4d430e47962b2d24ba5 (patch)
tree6f93da0308336c27a3f98d6b3a5a8eb0bf058778 /gcc/doc/objc.texi
parent62520b200418a0fe365740c18da27f1b0c852315 (diff)
downloadgcc-d2d42a917c2a65769e78d4d430e47962b2d24ba5.zip
gcc-d2d42a917c2a65769e78d4d430e47962b2d24ba5.tar.gz
gcc-d2d42a917c2a65769e78d4d430e47962b2d24ba5.tar.bz2
bugreport.texi: Fix paragraph breaking between sections in preparation for TeXinfo's paragraph...
* 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. From-SVN: r65482
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 c25fdb1..a0c40f7 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,