diff options
author | Zack Weinberg <zackw@panix.com> | 2006-03-01 04:43:47 +0000 |
---|---|---|
committer | Zack Weinberg <zack@gcc.gnu.org> | 2006-03-01 04:43:47 +0000 |
commit | cccb0908dd2ce9d5fc01c35169e00b35b30d47bd (patch) | |
tree | 0d8cb7908ed29fab0b69c6037525ea99702e6b08 /gcc/doc/md.texi | |
parent | 8d6322e699f485075ed13b1468ac32d886b6c0a0 (diff) | |
download | gcc-cccb0908dd2ce9d5fc01c35169e00b35b30d47bd.zip gcc-cccb0908dd2ce9d5fc01c35169e00b35b30d47bd.tar.gz gcc-cccb0908dd2ce9d5fc01c35169e00b35b30d47bd.tar.bz2 |
md.texi: Avoid use of @headitem so that makeinfo <4.7 continues to work.
* doc/md.texi: Avoid use of @headitem so that makeinfo <4.7
continues to work.
From-SVN: r111594
Diffstat (limited to 'gcc/doc/md.texi')
-rw-r--r-- | gcc/doc/md.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/md.texi b/gcc/doc/md.texi index 21ba9ec..993fb11 100644 --- a/gcc/doc/md.texi +++ b/gcc/doc/md.texi @@ -3041,7 +3041,7 @@ each @samp{>} with @samp{_g}. Here are some examples: @c the @c's prevent double blank lines in the printed manual. @example @multitable {Original} {Mangled} -@headitem Original @tab Mangled @c +@item @strong{Original} @tab @strong{Mangled} @c @item @code{x} @tab @code{x} @c @item @code{P42x} @tab @code{P42x} @c @item @code{P4_x} @tab @code{P4__x} @c |