diff options
author | Tamar Christina <tamar.christina@arm.com> | 2023-06-21 10:34:54 +0100 |
---|---|---|
committer | Tamar Christina <tamar.christina@arm.com> | 2023-06-21 10:34:54 +0100 |
commit | b8b19729e65c79d5b9399591d19e8724b52347f9 (patch) | |
tree | c0c1872114402903ed94f0b2f364615463e1ed72 | |
parent | 24c125fe47ac95f9e83f7e2bfa8594592a76368f (diff) | |
download | gcc-b8b19729e65c79d5b9399591d19e8724b52347f9.zip gcc-b8b19729e65c79d5b9399591d19e8724b52347f9.tar.gz gcc-b8b19729e65c79d5b9399591d19e8724b52347f9.tar.bz2 |
docs: replace backslashchar [PR 110329].
It seems like @blackslashchar{} is a relatively new addition
to texinfo. Other parts of the docs use @samp{\} so use it
here too so older distros work.
gcc/ChangeLog:
PR other/110329
* doc/md.texi: Replace backslashchar.
-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 052375b..9648fdc 100644 --- a/gcc/doc/md.texi +++ b/gcc/doc/md.texi @@ -837,7 +837,7 @@ blocks on the line. @item Within an @samp{@{@@} block, any iterators that do not get expanded will result in an error. If for some reason it is required to have @code{<} or @code{>} in -the output then these must be escaped using @backslashchar{}. +the output then these must be escaped using @samp{\}. @item It is possible to use the @samp{attrs} list to specify some attributes and to |