From b3cdf3cbb600cc0e32ec446fd029827373804628 Mon Sep 17 00:00:00 2001 From: Ralf Wildenhues Date: Sun, 1 Mar 2009 11:21:16 +0000 Subject: [PATCH] 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 --- gcc/ChangeLog | 5 +++++ gcc/doc/options.texi | 1 + 2 files changed, 6 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 15618084f2a0..ee78860f8e0d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2009-03-01 Ralf Wildenhues + + * doc/options.texi (Option file format): Fix bad indentation, + restoring dropped sentence. + 2009-02-28 Jan Hubicka * tree-inline.c (tree_function_versioning): Output debug info. diff --git a/gcc/doc/options.texi b/gcc/doc/options.texi index 96ce749dc175..a05a6b2c3339 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 -- 2.47.2