diff options
author | Wolfgang Bangerth <bangerth@gcc.gnu.org> | 2003-05-22 19:24:00 -0600 |
---|---|---|
committer | Wolfgang Bangerth <bangerth@gcc.gnu.org> | 2003-05-22 19:24:00 -0600 |
commit | 14a9c399be37684447749213647c2bda11bf7e7b (patch) | |
tree | 7f1d0b72a6286cd6d2f7e2041ef0348859d580a3 /gcc | |
parent | f3f72ea08d0204bb9718d2c2adac831f585b72f8 (diff) | |
download | gcc-14a9c399be37684447749213647c2bda11bf7e7b.zip gcc-14a9c399be37684447749213647c2bda11bf7e7b.tar.gz gcc-14a9c399be37684447749213647c2bda11bf7e7b.tar.bz2 |
Fix a loose end of a sentence in the way rth suggested.
From-SVN: r67108
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/doc/extend.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index dc9646a..5869acc 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -2335,7 +2335,7 @@ f () @{ /* @r{Do something.} */; @} int i __attribute__ ((visibility ("hidden"))); @end smallexample -See the ELF gABI for complete details, but the short story is +See the ELF gABI for complete details, but the short story is: @table @dfn @item default |