diff options
author | Ralf Wildenhues <Ralf.Wildenhues@gmx.de> | 2009-03-01 11:21:16 +0000 |
---|---|---|
committer | Ralf Wildenhues <rwild@gcc.gnu.org> | 2009-03-01 11:21:16 +0000 |
commit | b3cdf3cbb600cc0e32ec446fd029827373804628 (patch) | |
tree | 5c0315fe55b3175801ede27cff542c6abc84475f /gcc | |
parent | a3aadcc56b098c6475836ad61e82e057275684cf (diff) | |
download | gcc-b3cdf3cbb600cc0e32ec446fd029827373804628.zip gcc-b3cdf3cbb600cc0e32ec446fd029827373804628.tar.gz gcc-b3cdf3cbb600cc0e32ec446fd029827373804628.tar.bz2 |
options.texi (Option file format): Fix bad indentation, restoring dropped sentence.
gcc/
* doc/options.texi (Option file format): Fix bad indentation,
restoring dropped sentence.
From-SVN: r144518
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/doc/options.texi | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1561808..ee78860 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> + + * doc/options.texi (Option file format): Fix bad indentation, + restoring dropped sentence. + 2009-02-28 Jan Hubicka <jh@suse.cz> * tree-inline.c (tree_function_versioning): Output debug info. diff --git a/gcc/doc/options.texi b/gcc/doc/options.texi index 96ce749..a05a6b2 100644 --- a/gcc/doc/options.texi +++ b/gcc/doc/options.texi @@ -41,6 +41,7 @@ records have two fields: the string @samp{TargetSave}, and a declaration type to go in the @code{cl_target_option} structure. @item +An option definition record. These records have the following fields: @enumerate @item the name of the option, with the leading ``-'' removed |