diff options
author | Matt Kraai <kraai@alumni.cmu.edu> | 2003-07-10 01:41:38 +0000 |
---|---|---|
committer | Matt Kraai <kraai@gcc.gnu.org> | 2003-07-10 01:41:38 +0000 |
commit | 2ff167186bf0dc00e632bc7b9b50fd46d069d231 (patch) | |
tree | 4adfba7703209c3cb6d09653050de5d720c74c5d /gcc | |
parent | a7bda3d5315977ba1b1cdeb387bfe66dd91a9090 (diff) | |
download | gcc-2ff167186bf0dc00e632bc7b9b50fd46d069d231.zip gcc-2ff167186bf0dc00e632bc7b9b50fd46d069d231.tar.gz gcc-2ff167186bf0dc00e632bc7b9b50fd46d069d231.tar.bz2 |
* doc/install.texi: Add missing @.
From-SVN: r69166
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/install.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 69d1beb..6bf663b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2003-07-09 Matt Kraai <kraai@alumni.cmu.edu> + + * doc/install.texi: Add missing @. + 2003-07-09 Bob Wilson <bob.wilson@acm.org> * config/xtensa/xtensa.h (CRT_CALL_STATIC_FUNCTION): Define. diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index f648caa..a3378cc 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -734,7 +734,7 @@ The following systems are the only ones where it makes a difference whether you use the GNU assembler. On any other system, @option{--with-gnu-as} has no effect. -@itemize bullet +@itemize @bullet @item @samp{hppa1.0-@var{any}-@var{any}} @item @samp{hppa1.1-@var{any}-@var{any}} @item @samp{i386-@var{any}-sysv} |