From 805d655461fb1755b1edcae07dce1b688696bf64 Mon Sep 17 00:00:00 2001 From: kazu Date: Sat, 11 Sep 2004 08:34:26 +0000 Subject: * doc/cfg.texi, doc/hostconfig.texi, doc/install.texi, doc/invoke.texi, doc/md.texi, doc/tm.texi, doc/tree-ssa.texi: Insert @: after i.e. or e.g. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@87346 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/doc/hostconfig.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/doc/hostconfig.texi') diff --git a/gcc/doc/hostconfig.texi b/gcc/doc/hostconfig.texi index dc52b85c5fd..4201522c712 100644 --- a/gcc/doc/hostconfig.texi +++ b/gcc/doc/hostconfig.texi @@ -150,7 +150,7 @@ constructing the index part of debugging dump file names. The resultant string must fit in fifteen bytes. The full filename will be the concatenation of: the prefix of the assembler file name, the string resulting from applying this format to an index number, and a string -unique to each dump file kind, e.g. @samp{rtl}. +unique to each dump file kind, e.g.@: @samp{rtl}. If you do not define this macro, GCC will use @samp{.%02d.}. You should define this macro if using the default will create an invalid file name. -- cgit v1.2.1