diff options
author | Janis Johnson <janis187@us.ibm.com> | 2008-11-10 19:18:10 +0000 |
---|---|---|
committer | Janis Johnson <janis@gcc.gnu.org> | 2008-11-10 19:18:10 +0000 |
commit | 6f03c42c3365d61100c4ff0b4c96a3123dd7a248 (patch) | |
tree | 8b94cd420af43160a43702dc58a5edc5cfcc296c /gcc | |
parent | 07e5b0566f0a899c8e57017c1c1c9571913de7bb (diff) | |
download | gcc-6f03c42c3365d61100c4ff0b4c96a3123dd7a248.zip gcc-6f03c42c3365d61100c4ff0b4c96a3123dd7a248.tar.gz gcc-6f03c42c3365d61100c4ff0b4c96a3123dd7a248.tar.bz2 |
* doc/sourcebuild.texi (Torture Tests): Fix formatting for bullets.
From-SVN: r141745
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 2 | ||||
-rw-r--r-- | gcc/doc/sourcebuild.texi | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a76f73b..721cb77 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,7 @@ 2008-11-10 Janis Johnson <janis187@us.ibm.com> + * doc/sourcebuild.texi (Torture Tests): Fix formatting for bullets. + * doc/sourcebuild.texi (Torture Tests): Fix formatting in example. 2008-11-10 Eric Botcazou <ebotcazou@adacore.com> diff --git a/gcc/doc/sourcebuild.texi b/gcc/doc/sourcebuild.texi index cce0c41..c7a5d4f 100644 --- a/gcc/doc/sourcebuild.texi +++ b/gcc/doc/sourcebuild.texi @@ -1558,7 +1558,7 @@ Finalize use of torture lists. The @file{.exp} file for a set of tests that use torture options must include calls to these three procecures if: -@itemize bullet +@itemize @bullet @item It calls @code{gcc-dg-runtest} and overrides @var{DG_TORTURE_OPTIONS}. @item It calls @var{$@{tool@}}@code{-torture} or |