diff options
author | Uros Bizjak <ubizjak@gmail.com> | 2019-02-26 18:21:43 +0100 |
---|---|---|
committer | Uros Bizjak <uros@gcc.gnu.org> | 2019-02-26 18:21:43 +0100 |
commit | 062937663cd60daaf67599a7f8fcbed21636b111 (patch) | |
tree | 1ae12face5fc8b5add9347b55b134e49b53809aa /gcc/fortran/invoke.texi | |
parent | f73675e3c7503d6d48ea5ac29cd9b5e9d007668f (diff) | |
download | gcc-062937663cd60daaf67599a7f8fcbed21636b111.zip gcc-062937663cd60daaf67599a7f8fcbed21636b111.tar.gz gcc-062937663cd60daaf67599a7f8fcbed21636b111.tar.bz2 |
extend.texi (__builtin_object_size): Use @pxref instead of @xref inside parenthesis.
* doc/extend.texi (__builtin_object_size):
Use @pxref instead of @xref inside parenthesis.
(__builtin_has_attribute): Add missing comma after @xref.
(__builtin_object_size): Ditto.
* doc/md.texi (cond_*{mode}): Use @samp instead of @var around op1[i].
* fortran/invoke.texi (-ffpe-trap): Use @var for every item
in the list.
From-SVN: r269219
Diffstat (limited to 'gcc/fortran/invoke.texi')
-rw-r--r-- | gcc/fortran/invoke.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fortran/invoke.texi b/gcc/fortran/invoke.texi index a5d8196..8364c67 100644 --- a/gcc/fortran/invoke.texi +++ b/gcc/fortran/invoke.texi @@ -1205,7 +1205,7 @@ these three exceptions is probably a good idea. If the option is used more than once in the command line, the lists will be joined: '@code{ffpe-trap=}@var{list1} @code{ffpe-trap=}@var{list2}' -is equivalent to @code{ffpe-trap=}@var{list1,list2}. +is equivalent to @code{ffpe-trap=}@var{list1},@var{list2}. Note that once enabled an exception cannot be disabled (no negative form). |